Class DataFlowCall
A function call relevant for data flow. This includes calls from source code and calls inside library callables with a flow summary.
Import path
import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate
Direct supertypes
Known direct subtypes
Predicates
asCallInstruction | Gets the underlying data flow call instruction, if any. |
getArgument | Gets the argument at the specified index, or |
getArgumentOperand | Gets the |
getCallTargetOperand | Gets the operand the specifies the target function of the call. |
getEnclosingCallable | Gets the enclosing callable, if any. |
getLocation | Gets the location of this call. |
getNumberOfArguments | Gets the number of arguments of the call, including the |
getStaticCallTarget | Gets the |
toString | Gets a textual representation of this call. |