Home
last modified time | relevance | path

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

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