Searched refs:finishArgumentConstruction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 629 ProgramStateRef ExprEngine::finishArgumentConstruction(ProgramStateRef State, in finishArgumentConstruction() function in ExprEngine 653 void ExprEngine::finishArgumentConstruction(ExplodedNodeSet &Dst, in finishArgumentConstruction() function in ExprEngine 657 ProgramStateRef CleanedState = finishArgumentConstruction(State, Call); in finishArgumentConstruction() 697 finishArgumentConstruction(dstArgumentCleanup, I, Call); in evalCall()
|
H A D | ExprEngineCXX.cpp | 833 finishArgumentConstruction(DstPostArgumentCleanup, I, *Call); in handleConstructor()
|
H A D | ExprEngine.cpp | 2915 State = finishArgumentConstruction( in processEndOfFunction()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 751 ProgramStateRef finishArgumentConstruction(ProgramStateRef State, 753 void finishArgumentConstruction(ExplodedNodeSet &Dst, ExplodedNode *Pred,
|