Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp415 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 DExprEngineCallAndReturn.cpp338 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
H A DExprEngine.cpp562 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 DExprEngine.h957 addObjectUnderConstruction(ProgramStateRef State,