CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Member predicate TranslatedCall::getCallTargetResult

Gets the instruction whose result value is the target of the call. By default, this is just the result of getCallTarget(), but it can be overridden by a subclass for cases where there is a call target that is not computed from an expression (e.g. a direct call).

Instruction getCallTargetResult()