Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp379 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction() function in ExprEngine
429 return updateObjectsUnderConstruction(V, in updateObjectsUnderConstruction()
437 State = updateObjectsUnderConstruction( in updateObjectsUnderConstruction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h740 ProgramStateRef updateObjectsUnderConstruction(
753 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp331 State = Engine.updateObjectsUnderConstruction( in evalCall()