Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h733 SVal computeObjectUnderConstruction(const Expr *E, ProgramStateRef State,
756 SVal V = computeObjectUnderConstruction(E, State, BldrCtx, LCtx, CC,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp131 SVal ExprEngine::computeObjectUnderConstruction( in computeObjectUnderConstruction() function in ExprEngine
235 return computeObjectUnderConstruction( in computeObjectUnderConstruction()
275 SVal V = computeObjectUnderConstruction( in computeObjectUnderConstruction()
H A DCallEvent.cpp546 SVal RetVal = Engine.computeObjectUnderConstruction( in getReturnValueUnderConstruction()