Home
last modified time | relevance | path

Searched refs:updateObjectsUnderConstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h745 ProgramStateRef updateObjectsUnderConstruction(
758 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp409 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction() function in ExprEngine
459 return updateObjectsUnderConstruction(V, in updateObjectsUnderConstruction()
467 State = updateObjectsUnderConstruction( in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp330 State = Engine.updateObjectsUnderConstruction( in evalCall()