Searched refs:addObjectUnderConstruction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 415 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction() 425 return addObjectUnderConstruction(State, Init, LCtx, V); in updateObjectsUnderConstruction() 462 State = addObjectUnderConstruction( in updateObjectsUnderConstruction() 472 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 483 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 486 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 498 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 504 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 506 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 984 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
|
H A D | ExprEngineCallAndReturn.cpp | 338 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
|
H A D | ExprEngine.cpp | 562 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() function in ExprEngine 1679 State = addObjectUnderConstruction(State, BTE, LC, UnknownVal()); in VisitCXXBindTemporaryExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 957 addObjectUnderConstruction(ProgramStateRef State,
|