Searched defs:IsRecursive (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp357 bool &IsRecursive, unsigned &StackDepth) {
358 IsRecursive = false;
368 IsRecursive = true;
852 bool IsRecursive = false; local
854 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
857 || IsRecursive))
870 || IsRecursive))
356 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument

Completed in 64 milliseconds