Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h218 Environment pushCall(const CallExpr *Call) const;
219 Environment pushCall(const CXXConstructExpr *Call) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp604 Environment Environment::pushCall(const CallExpr *Call) const { in pushCall() function in clang::dataflow::Environment
626 Environment Environment::pushCall(const CXXConstructExpr *Call) const { in pushCall() function in clang::dataflow::Environment
H A DTransfer.cpp865 auto CalleeEnv = Env.pushCall(S); in transferInlineCall()