C++: Disable standard order for 'fwdFlow' in stage 1 of dataflow.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-03-09 10:41:06 +00:00
parent 55003300fe
commit c7b41ca470

View File

@@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
* The Boolean `cc` records whether the node is reached through an
* argument in a call.
*/
pragma[assume_small_delta]
private predicate fwdFlow(NodeEx node, Cc cc) {
sourceNode(node, _) and
if hasSourceCallCtx() then cc = true else cc = false