/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | function_test.cpp | 118 EXPECT_FALSE(func->IsRecursive()); in TEST() 121 EXPECT_FALSE(func->IsRecursive()); in TEST() 152 EXPECT_TRUE(func->IsRecursive()); in TEST() 188 EXPECT_TRUE(func->IsRecursive()); in TEST() 191 EXPECT_TRUE(func->IsRecursive()); in TEST() 222 EXPECT_FALSE(func->IsRecursive()); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | function_test.cpp | 118 EXPECT_FALSE(func->IsRecursive()); in TEST() 121 EXPECT_FALSE(func->IsRecursive()); in TEST() 152 EXPECT_TRUE(func->IsRecursive()); in TEST() 188 EXPECT_TRUE(func->IsRecursive()); in TEST() 191 EXPECT_TRUE(func->IsRecursive()); in TEST() 222 EXPECT_FALSE(func->IsRecursive()); in TEST()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 360 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/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 388 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument 389 IsRecursive = false; in examineStackFrames() 399 IsRecursive = true; in examineStackFrames() 997 bool IsRecursive = false; in shouldInlineCall() local 999 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall() 1001 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall() 1012 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-account.h | 42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
|
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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | function.cpp | 241 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
|
D | function.h | 168 bool IsRecursive() const;
|
D | inline_pass.cpp | 741 if (func->IsRecursive()) { in IsInlinableFunction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | function.cpp | 241 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
|
D | function.h | 168 bool IsRecursive() const;
|
D | inline_pass.cpp | 741 if (func->IsRecursive()) { in IsInlinableFunction()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 581 bool &IsRecursive, unsigned &StackDepth);
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7344 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()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 774 bool &IsRecursive, unsigned &StackDepth);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 9704 bool IsRecursive); 9829 bool IsRecursive = false; in removeIncomplete() local 9832 IsRecursive = true; in removeIncomplete() 9844 return IsRecursive; in removeIncomplete() 9850 bool IsRecursive) { in addIfComplete() argument 9854 if (IsRecursive && !E.Str.empty()) { in addIfComplete() 9864 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete() 10015 bool IsRecursive = false; in appendRecordType() local 10029 IsRecursive = TSC.removeIncomplete(ID); in appendRecordType() 10043 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive); in appendRecordType()
|