Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfunction_test.cpp118 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/
Dfunction_test.cpp118 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/
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/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp388 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/
Dxray-account.h42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit. member
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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp241 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
Dfunction.h168 bool IsRecursive() const;
Dinline_pass.cpp741 if (func->IsRecursive()) { in IsInlinableFunction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp241 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
Dfunction.h168 bool IsRecursive() const;
Dinline_pass.cpp741 if (func->IsRecursive()) { in IsInlinableFunction()
/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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h774 bool &IsRecursive, unsigned &StackDepth);
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp9704 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()