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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp112 SVal ExprEngine::computeObjectUnderConstruction( function in class:ExprEngine
196 return computeObjectUnderConstruction(
236 SVal V = computeObjectUnderConstruction(
H A DCallEvent.cpp529 Engine.computeObjectUnderConstruction(getOriginExpr(), getState(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h726 SVal computeObjectUnderConstruction(
733 /// computeObjectUnderConstruction() invoked with the same set of
739 /// A convenient wrapper around computeObjectUnderConstruction
744 SVal V = computeObjectUnderConstruction(E, State, LCtx, CC, CallOpts);

Completed in 134 milliseconds