DataFlow: Sync identical files.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-03-09 10:41:15 +00:00
parent c7b41ca470
commit 1f77f77153
8 changed files with 8 additions and 0 deletions

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