Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/opt/
Dfunction_test.cpp64 EXPECT_FALSE(func->IsRecursive()); in TEST()
67 EXPECT_FALSE(func->IsRecursive()); in TEST()
98 EXPECT_TRUE(func->IsRecursive()); in TEST()
134 EXPECT_TRUE(func->IsRecursive()); in TEST()
137 EXPECT_TRUE(func->IsRecursive()); in TEST()
168 EXPECT_FALSE(func->IsRecursive()); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfunction_test.cpp64 EXPECT_FALSE(func->IsRecursive()); in TEST()
67 EXPECT_FALSE(func->IsRecursive()); in TEST()
98 EXPECT_TRUE(func->IsRecursive()); in TEST()
134 EXPECT_TRUE(func->IsRecursive()); in TEST()
137 EXPECT_TRUE(func->IsRecursive()); in TEST()
168 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/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp102 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
Dfunction.h125 bool IsRecursive() const;
Dinline_pass.cpp624 if (func->IsRecursive()) { in IsInlinableFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp150 bool Function::IsRecursive() const { in IsRecursive() function in spvtools::opt::Function
Dfunction.h129 bool IsRecursive() const;
Dinline_pass.cpp719 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()