Home
last modified time | relevance | path

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

12345678

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A 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()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A 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()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/opt/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/opt/
H A 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()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/opt/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/opt/
H A 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()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emMain/
H A DemAutoplay.h71 bool IsRecursive() const;
173 inline bool emAutoplayViewAnimator::IsRecursive() const in IsRecursive() function
226 bool IsRecursive() const;
303 inline bool emAutoplayViewModel::IsRecursive() const in IsRecursive() function
305 return ViewAnimator.IsRecursive(); in IsRecursive()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dinline.cc94 if (!cg_node->empty() || cg_node->IsRecursive()) return false; in CanInline()
172 if (it->empty() || (it->IsRecursive() && it->size() == 1)) continue; in Inline()
187 if (cgn->IsRecursive() || original_entry.count(cgn)) continue; in Inline()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/vfe/unix/
H A Dvfeplatform.cpp303 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
314 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
322 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
/dports/graphics/povray37/povray-3.7.0.10/vfe/unix/
H A Dvfeplatform.cpp294 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
305 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
313 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php65 if ( $this->IsRecursive( $env, $mixin ) ) {
176 private function IsRecursive( $env, $mixin ) { function in Less_Tree_Mixin_Call
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php65 if ( $this->IsRecursive( $env, $mixin ) ) {
176 private function IsRecursive( $env, $mixin ) { function in Less_Tree_Mixin_Call
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php65 if ( $this->IsRecursive( $env, $mixin ) ) {
176 private function IsRecursive( $env, $mixin ) { function in Less_Tree_Mixin_Call
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php65 if ( $this->IsRecursive( $env, $mixin ) ) {
176 private function IsRecursive( $env, $mixin ) { function in Less_Tree_Mixin_Call
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp369 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
370 IsRecursive = false; in examineStackFrames()
380 IsRecursive = true; in examineStackFrames()
895 bool IsRecursive = false; in shouldInlineCall() local
897 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
900 || IsRecursive)) in shouldInlineCall()
914 || IsRecursive)) in shouldInlineCall()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Navigation/
H A DNavigable.pkg6 bool IsRecursive() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DNavigable.h47 bool IsRecursive() const { return recursive_; } in IsRecursive() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp388 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
389 IsRecursive = false; in examineStackFrames()
399 IsRecursive = true; in examineStackFrames()
968 bool IsRecursive = false; in shouldInlineCall() local
970 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
972 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
983 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp369 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
370 IsRecursive = false; in examineStackFrames()
380 IsRecursive = true; in examineStackFrames()
946 bool IsRecursive = false; in shouldInlineCall() local
948 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
951 || IsRecursive)) in shouldInlineCall()
965 || IsRecursive)) in shouldInlineCall()
/dports/graphics/povray37/povray-3.7.0.10/vfe/win/
H A Dvfeplatform.cpp361 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
372 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
380 if (TestPath(it->GetPath(), fullPath, it->IsRecursive())) in TestAccessAllowed()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go43 isrec = isrec || it.Watch.IsRecursive()
60 isrec = isrec || nd.Watch.IsRecursive()
63 isrec = isrec || nd.Watch.IsRecursive()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go43 isrec = isrec || it.Watch.IsRecursive()
60 isrec = isrec || nd.Watch.IsRecursive()
63 isrec = isrec || nd.Watch.IsRecursive()
/dports/www/devd/devd-0.9/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go43 isrec = isrec || it.Watch.IsRecursive()
60 isrec = isrec || nd.Watch.IsRecursive()
63 isrec = isrec || nd.Watch.IsRecursive()
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syncthing/notify/
H A Dtree_nonrecursive.go43 isrec = isrec || it.Watch.IsRecursive()
60 isrec = isrec || nd.Watch.IsRecursive()
63 isrec = isrec || nd.Watch.IsRecursive()
/dports/devel/modd/modd-0.8/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go43 isrec = isrec || it.Watch.IsRecursive()
60 isrec = isrec || nd.Watch.IsRecursive()
63 isrec = isrec || nd.Watch.IsRecursive()

12345678