Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp356 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction() function in ExprEngine
406 return updateObjectsUnderConstruction(V, in updateObjectsUnderConstruction()
414 State = updateObjectsUnderConstruction( in updateObjectsUnderConstruction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h734 ProgramStateRef updateObjectsUnderConstruction(
745 updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts), V); in handleConstructionContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp335 State = Engine.updateObjectsUnderConstruction( in evalCall()