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

Predicate resolveReturn

Resolves a return from callable in cc to call. This is equivalent to callable = viableCallableExt(call) and checkCallContextReturn(cc, callable, call).

Import path

import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon
predicate resolveReturn ( CallContext cc , DataFlowCallable callable , DataFlowCall call )