We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b182c5 commit d63b734Copy full SHA for d63b734
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -2494,6 +2494,12 @@ module InstructionBarrierGuard<instructionGuardChecksSig/3 instructionGuardCheck
2494
result = TSsaPhiInputNode(phi, input)
2495
)
2496
}
2497
+
2498
+ /**
2499
+ * Gets an indirect node with indirection index `indirectionIndex` that is
2500
+ * safely guarded by the given guard check.
2501
+ */
2502
+ Node getAnIndirectBarrierNode(int indirectionIndex) { none() }
2503
2504
2505
/**
0 commit comments