Home
last modified time | relevance | path

Searched refs:getPendingInitLoop (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp272 if (getPendingInitLoop(state, CCE, callerCtx)) in processCallExit()
1104 if (auto Size = getPendingInitLoop(State, CE, LCtx)) in shouldInlineArrayConstruction()
1125 if (auto Size = getPendingInitLoop(State, E, LCtx)) in shouldRepeatCtorCall()
H A DExprEngineCXX.cpp598 if (!getPendingInitLoop(State, CE, LCtx)) in handleConstructor()
H A DExprEngine.cpp473 Optional<unsigned> ExprEngine::getPendingInitLoop(ProgramStateRef State, in getPendingInitLoop() function in ExprEngine
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h626 static Optional<unsigned> getPendingInitLoop(ProgramStateRef State,