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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp357 bool &IsRecursive, unsigned &StackDepth) {
358 IsRecursive = false;
368 IsRecursive = true;
863 bool IsRecursive = false; local
865 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
868 || IsRecursive))
882 || IsRecursive))
356 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h570 bool &IsRecursive, unsigned &StackDepth);
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp6911 bool IsRecursive);
7029 bool IsRecursive = false;
7032 IsRecursive = true;
7044 return IsRecursive;
7050 bool IsRecursive) {
7054 if (IsRecursive && !E.Str.empty()) {
7064 E.State = IsRecursive? Recursive : NonRecursive;
7172 bool IsRecursive = false; local
7186 IsRecursive = TSC.removeIncomplete(ID);
7200 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive);
[all...]

Completed in 142 milliseconds