Searched refs:addObjectUnderConstruction (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 372 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction() 382 return addObjectUnderConstruction(State, Init, LCtx, V); in updateObjectsUnderConstruction() 419 State = addObjectUnderConstruction( in updateObjectsUnderConstruction() 429 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 440 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 443 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction() 450 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 452 return addObjectUnderConstruction( in updateObjectsUnderConstruction() 821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 271 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
|
| H A D | ExprEngine.cpp | 461 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() function in ExprEngine 1169 State = addObjectUnderConstruction(State, BTE, LC, UnknownVal()); in VisitCXXBindTemporaryExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 897 addObjectUnderConstruction(ProgramStateRef State,
|