Searched refs:getPendingInitLoop (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 233 if (getPendingInitLoop(State, E, LCtx)) in removeStateTraitsUsedForArrayEvaluation() 1166 if (auto Size = getPendingInitLoop(State, CE, LCtx)) in shouldInlineArrayConstruction() 1195 if (auto Size = getPendingInitLoop(State, E, LCtx)) in shouldRepeatCtorCall()
|
| H A D | ExprEngineCXX.cpp | 647 if (!getPendingInitLoop(State, CE, LCtx)) in handleConstructor()
|
| H A D | ExprEngine.cpp | 481 ExprEngine::getPendingInitLoop(ProgramStateRef State, const CXXConstructExpr *E, in getPendingInitLoop() function in ExprEngine
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 633 getPendingInitLoop(ProgramStateRef State, const CXXConstructExpr *E,
|