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 c7cff37 commit 6528985Copy full SHA for 6528985
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -587,6 +587,7 @@ class SideEffectOperandNode extends Node instanceof IndirectOperand {
587
588
CallInstruction getCallInstruction() { result = call }
589
590
+ /** Gets the underlying operand and the underlying indirection index. */
591
predicate hasAddressOperandAndIndirectionIndex(Operand operand, int indirectionIndex) {
592
IndirectOperand.super.hasOperandAndIndirectionIndex(operand, indirectionIndex)
593
}
0 commit comments