Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp369 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
370 IsRecursive = false; in examineStackFrames()
380 IsRecursive = true; in examineStackFrames()
946 bool IsRecursive = false; in shouldInlineCall() local
948 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
951 || IsRecursive)) in shouldInlineCall()
965 || IsRecursive)) in shouldInlineCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h695 bool &IsRecursive, unsigned &StackDepth);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp8489 bool IsRecursive);
8610 bool IsRecursive = false; in removeIncomplete() local
8613 IsRecursive = true; in removeIncomplete()
8625 return IsRecursive; in removeIncomplete()
8631 bool IsRecursive) { in addIfComplete() argument
8635 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
8645 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
8779 bool IsRecursive = false; in appendRecordType() local
8793 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
8807 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()