Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp372 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 DExprEngineCallAndReturn.cpp271 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit()
H A DExprEngine.cpp461 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 DExprEngine.h897 addObjectUnderConstruction(ProgramStateRef State,