Home
last modified time | relevance | path

Searched refs:processBeginOfFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h111 virtual void processBeginOfFunction(NodeBuilderContext &BC,
H A DExprEngine.h331 void processBeginOfFunction(NodeBuilderContext &BC,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp117 SubEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc); in ExecuteWorkList()
H A DExprEngineCallAndReturn.cpp66 processBeginOfFunction(BC, Node, DstBegin, Loc); in processCallEnter()
H A DExprEngine.cpp2196 void ExprEngine::processBeginOfFunction(NodeBuilderContext &BC, in processBeginOfFunction() function in ExprEngine