Searched refs:getPendingInitLoop (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 233 if (getPendingInitLoop(State, E, LCtx)) in removeStateTraitsUsedForArrayEvaluation() 1165 if (auto Size = getPendingInitLoop(State, CE, LCtx)) in shouldInlineArrayConstruction() 1194 if (auto Size = getPendingInitLoop(State, E, LCtx)) in shouldRepeatCtorCall()
|
H A D | ExprEngineCXX.cpp | 655 if (!getPendingInitLoop(State, CE, LCtx)) in handleConstructor()
|
H A D | ExprEngine.cpp | 486 ExprEngine::getPendingInitLoop(ProgramStateRef State, const CXXConstructExpr *E, in getPendingInitLoop() function in ExprEngine
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 618 getPendingInitLoop(ProgramStateRef State, const CXXConstructExpr *E,
|