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.cpp425 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 DExprEngineCallAndReturn.cpp333 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
H A DExprEngine.cpp563 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 DExprEngine.h970 addObjectUnderConstruction(ProgramStateRef State,