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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp357 bool &IsRecursive, unsigned &StackDepth) {
358 IsRecursive = false;
368 IsRecursive = true;
860 bool IsRecursive = false; local
862 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
865 || IsRecursive))
878 || IsRecursive))
356 examineStackFrames(const Decl *D, const LocationContext *LCtx, bool &IsRecursive, unsigned &StackDepth) argument
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp6011 bool IsRecursive);
6128 bool IsRecursive = false; local
6131 IsRecursive = true;
6143 return IsRecursive;
6149 bool IsRecursive) {
6153 if (IsRecursive && !E.Str.empty()) {
6163 E.State = IsRecursive? Recursive : NonRecursive;
6273 bool IsRecursive = false; local
6287 IsRecursive = TSC.removeIncomplete(ID);
6301 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive);
6148 addIfComplete(const IdentifierInfo *ID, StringRef Str, bool IsRecursive) argument
[all...]

Completed in 100 milliseconds