Home
last modified time | relevance | path

Searched refs:pushCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h200 Environment pushCall(const CallExpr *Call) const;
201 Environment pushCall(const CXXConstructExpr *Call) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp486 Environment Environment::pushCall(const CallExpr *Call) const { in pushCall() function in clang::dataflow::Environment
505 Environment Environment::pushCall(const CXXConstructExpr *Call) const { in pushCall() function in clang::dataflow::Environment
H A DTransfer.cpp804 auto CalleeEnv = Env.pushCall(S); in transferInlineCall()