Home
last modified time | relevance | path

Searched refs:addObjectUnderConstruction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp395 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()
405 return addObjectUnderConstruction(State, Init, LCtx, V); in updateObjectsUnderConstruction()
442 State = addObjectUnderConstruction( in updateObjectsUnderConstruction()
452 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction()
463 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction()
466 State = addObjectUnderConstruction(State, MTE, LCtx, V); in updateObjectsUnderConstruction()
478 return addObjectUnderConstruction( in updateObjectsUnderConstruction()
484 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction()
486 return addObjectUnderConstruction( in updateObjectsUnderConstruction()
924 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
H A DExprEngineCallAndReturn.cpp288 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
H A DExprEngine.cpp521 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() function in ExprEngine
1338 State = addObjectUnderConstruction(State, BTE, LC, UnknownVal()); in VisitCXXBindTemporaryExpr()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h944 addObjectUnderConstruction(ProgramStateRef State,