Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp399 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction() function in ExprEngine
449 return updateObjectsUnderConstruction(V, in updateObjectsUnderConstruction()
457 State = updateObjectsUnderConstruction( in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h732 ProgramStateRef updateObjectsUnderConstruction(
745 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp333 State = Engine.updateObjectsUnderConstruction( in evalCall()