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.h566 bool &IsRecursive, unsigned &StackDepth);
/external/clang/lib/CodeGen/
DTargetInfo.cpp6428 bool IsRecursive);
6545 bool IsRecursive = false; in removeIncomplete() local
6548 IsRecursive = true; in removeIncomplete()
6560 return IsRecursive; in removeIncomplete()
6566 bool IsRecursive) { in addIfComplete() argument
6570 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
6580 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
6689 bool IsRecursive = false; in appendRecordType() local
6703 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
6717 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()