Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp113 std::pair<ProgramStateRef, SVal> ExprEngine::prepareForObjectConstruction( in prepareForObjectConstruction() function in ExprEngine
200 return prepareForObjectConstruction( in prepareForObjectConstruction()
245 std::tie(State, V) = prepareForObjectConstruction( in prepareForObjectConstruction()
423 prepareForObjectConstruction(CE, State, LCtx, CC, CallOpts); in VisitCXXConstructExpr()
H A DExprEngineCallAndReturn.cpp617 prepareForObjectConstruction(Call.getOriginExpr(), State, LCtx, in bindReturnValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h775 std::pair<ProgramStateRef, SVal> prepareForObjectConstruction(