Searched refs:IsRecursive (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 389 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
|
H A D | xray-account.cpp | 140 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 774 bool &IsRecursive, unsigned &StackDepth);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 9847 bool IsRecursive); 9972 bool IsRecursive = false; in removeIncomplete() local 9975 IsRecursive = true; in removeIncomplete() 9987 return IsRecursive; in removeIncomplete() 9993 bool IsRecursive) { in addIfComplete() argument 9997 if (IsRecursive && !E.Str.empty()) { in addIfComplete() 10007 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete() 10177 bool IsRecursive = false; in appendRecordType() local 10191 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType() 10205 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()
|