Searched refs:getPendingInitLoop (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 272 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 D | ExprEngineCXX.cpp | 598 if (!getPendingInitLoop(State, CE, LCtx)) in handleConstructor()
|
| H A D | ExprEngine.cpp | 473 Optional<unsigned> ExprEngine::getPendingInitLoop(ProgramStateRef State, in getPendingInitLoop() function in ExprEngine
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 626 static Optional<unsigned> getPendingInitLoop(ProgramStateRef State,
|