Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp357 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
358 IsRecursive = false; in examineStackFrames()
368 IsRecursive = true; in examineStackFrames()
860 bool IsRecursive = false; in shouldInlineCall() local
862 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
865 || IsRecursive)) in shouldInlineCall()
878 || IsRecursive)) in shouldInlineCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h553 bool &IsRecursive, unsigned &StackDepth);
/external/clang/lib/CodeGen/
DTargetInfo.cpp6011 bool IsRecursive);
6128 bool IsRecursive = false; in removeIncomplete() local
6131 IsRecursive = true; in removeIncomplete()
6143 return IsRecursive; in removeIncomplete()
6149 bool IsRecursive) { in addIfComplete() argument
6153 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
6163 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
6273 bool IsRecursive = false; in appendRecordType() local
6287 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
6301 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()