Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp389 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
390 IsRecursive = false; in examineStackFrames()
400 IsRecursive = true; in examineStackFrames()
1012 bool IsRecursive = false; in shouldInlineCall() local
1014 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1016 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
1027 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
H A Dxray-account.cpp140 Bitfield::set<RecursionStatus::IsRecursive>(Storage, in operator ++()
151 Bitfield::set<RecursionStatus::IsRecursive>(Storage, false); // Storage = 0 in operator --()
155 return Bitfield::get<RecursionStatus::IsRecursive>(Storage); // Storage s< 0 in isRecursive()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h773 bool &IsRecursive, unsigned &StackDepth);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9893 bool IsRecursive);
10018 bool IsRecursive = false; in removeIncomplete() local
10021 IsRecursive = true; in removeIncomplete()
10033 return IsRecursive; in removeIncomplete()
10039 bool IsRecursive) { in addIfComplete() argument
10043 if (IsRecursive && !E.Str.empty()) { in addIfComplete()
10053 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
10223 bool IsRecursive = false; in appendRecordType() local
10237 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType()
10251 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()