Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h735 ProgramStateRef updateObjectsUnderConstruction(
746 updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts), V); in handleConstructionContext()