Searched refs:addObjectUnderConstruction (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 425 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction() 435 return addObjectUnderConstruction(State, Init, LCtx, V); in updateObjectsUnderConstruction() 472 State = addObjectUnderConstruction( in updateObjectsUnderConstruction() 482 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 493 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 496 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 508 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 514 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 516 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 954 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 333 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
|
| H A D | ExprEngine.cpp | 563 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() function in ExprEngine 1678 State = addObjectUnderConstruction(State, BTE, LC, UnknownVal()); in VisitCXXBindTemporaryExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 970 addObjectUnderConstruction(ProgramStateRef State,
|