Home
last modified time | relevance | path

Searched refs:areAllObjectsFullyConstructed (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h979 static bool areAllObjectsFullyConstructed(ProgramStateRef State,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp602 bool ExprEngine::areAllObjectsFullyConstructed(ProgramStateRef State, in areAllObjectsFullyConstructed() function in ExprEngine
2605 assert(areAllObjectsFullyConstructed(Pred->getState(), in processEndOfFunction()