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

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h195 Environment pushCall(const CallExpr *Call) const;
196 Environment pushCall(const CXXConstructExpr *Call) const;
199 /// `pushCall`.
422 /// `Callee` (i.e. if `pushCall` can be used), with recursion disallowed and a
454 /// Shared implementation of `pushCall` overloads. Note that unlike
455 /// `pushCall`, this member is invoked on the environment of the callee, not
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp296 Environment Environment::pushCall(const CallExpr *Call) const { function in class:clang::dataflow::Environment
317 Environment Environment::pushCall(const CXXConstructExpr *Call) const { function in class:clang::dataflow::Environment
H A DTransfer.cpp804 // before `pushCall`, because the latter uses it to set the storage
809 auto CalleeEnv = Env.pushCall(S);

Completed in 190 milliseconds