Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp360 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
361 IsRecursive = false; in examineStackFrames()
371 IsRecursive = true; in examineStackFrames()
849 bool IsRecursive = false; in shouldInlineCall() local
851 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
854 || IsRecursive)) in shouldInlineCall()
868 || IsRecursive)) in shouldInlineCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h581 bool &IsRecursive, unsigned &StackDepth);
/external/clang/lib/CodeGen/
DTargetInfo.cpp7344 bool IsRecursive);
7465 bool IsRecursive = false; in removeIncomplete() local
7468 IsRecursive = true; in removeIncomplete()
7480 return IsRecursive; in removeIncomplete()
7486 bool IsRecursive) { in addIfComplete() argument
7490 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
7500 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
7652 bool IsRecursive = false; in appendRecordType() local
7666 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
7680 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()