We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09caeca commit 1363c54Copy full SHA for 1363c54
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
@@ -321,6 +321,12 @@ module Public {
321
*/
322
Operand asIndirectOperand(int index) { hasOperandAndIndex(this, result, index) }
323
324
+ /**
325
+ * Gets the instruction that is indirectly tracked by this node behind
326
+ * `index` number of indirections.
327
+ */
328
+ Instruction asIndirectInstruction(int index) { hasInstructionAndIndex(this, result, index) }
329
+
330
/**
331
* Holds if this node is at index `i` in basic block `block`.
332
*
0 commit comments