Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp112 SVal ExprEngine::computeObjectUnderConstruction( in computeObjectUnderConstruction() function in ExprEngine
206 return computeObjectUnderConstruction( in computeObjectUnderConstruction()
246 SVal V = computeObjectUnderConstruction( in computeObjectUnderConstruction()
H A DCallEvent.cpp529 Engine.computeObjectUnderConstruction(getOriginExpr(), getState(), in getReturnValueUnderConstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h726 SVal computeObjectUnderConstruction(
744 SVal V = computeObjectUnderConstruction(E, State, LCtx, CC, CallOpts); in handleConstructionContext()