Searched refs:addObjectUnderConstruction (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 407 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction() 417 return addObjectUnderConstruction(State, Init, LCtx, V); in updateObjectsUnderConstruction() 454 State = addObjectUnderConstruction( in updateObjectsUnderConstruction() 464 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 475 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 478 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 490 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 496 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 498 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 979 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 | 557 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() function in ExprEngine 1658 State = addObjectUnderConstruction(State, BTE, LC, UnknownVal()); in VisitCXXBindTemporaryExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 988 addObjectUnderConstruction(ProgramStateRef State,
|