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

Predicate resolveCall

Resolve potential target function(s) for call.

If call is a call through a function pointer (ExprCall) or its target is a virtual member function, simple data flow analysis is performed in order to identify the possible target(s).

Import path

import semmle.code.cpp.ir.dataflow.ResolveCall
Function resolveCall(Call call)