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

Predicate operandForFullyConvertedCall

Gets the operand that represents the use of the value of call following a sequence of conversion-like instructions, if a unique operand exists.

Import path

import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate
predicate operandForFullyConvertedCall(Operand operand, CallInstruction call)