Home
last modified time | relevance | path

Searched refs:DropFront (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dfunctional-list.h55 result.DropFront(); in Rest()
59 void DropFront() { in DropFront() function
83 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
84 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
86 DropFront(); in ResetToCommonAncestor()
87 other.DropFront(); in ResetToCommonAncestor()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dfunctional-list.h63 result.DropFront(); in Rest()
67 void DropFront() { in DropFront() function
91 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
92 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
94 DropFront(); in ResetToCommonAncestor()
95 other.DropFront(); in ResetToCommonAncestor()
H A Dbranch-elimination.cc452 blocks_.DropFront(); in AddCondition()
489 while (other.blocks_.Size() > blocks_.Size()) other.blocks_.DropFront(); in ResetToCommonAncestor()
494 blocks_.DropFront(); in ResetToCommonAncestor()
500 blocks_.DropFront(); in ResetToCommonAncestor()
501 other.blocks_.DropFront(); in ResetToCommonAncestor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dfunctional-list.h60 result.DropFront(); in Rest()
64 void DropFront() { in DropFront() function
88 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
89 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
91 DropFront(); in ResetToCommonAncestor()
92 other.DropFront(); in ResetToCommonAncestor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dfunctional-list.h60 result.DropFront(); in Rest()
64 void DropFront() { in DropFront() function
88 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
89 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
91 DropFront(); in ResetToCommonAncestor()
92 other.DropFront(); in ResetToCommonAncestor()
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Ddrop_front.hpp28 using DropFront = BOOST_HANA_DISPATCH_IF(drop_front_impl<It>, in operator ()() typedef
41 return DropFront::apply(static_cast<Xs&&>(xs), n); in operator ()()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/utils/CPP/
H A Darrayref_test.cpp145 TYPED_TEST(LlvmLibcArrayRefTest, DropFront, Types) { in TYPED_TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/utils/CPP/
H A Darrayref_test.cpp145 TYPED_TEST(LlvmLibcArrayRefTest, DropFront, Types) { in TYPED_TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/utils/CPP/
H A Darrayref_test.cpp145 TYPED_TEST(LlvmLibcArrayRefTest, DropFront, Types) { in TYPED_TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/utils/CPP/
H A Darrayref_test.cpp145 TYPED_TEST(LlvmLibcArrayRefTest, DropFront, Types) { in TYPED_TEST() argument
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ADT/
H A DArrayRefTest.cpp105 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ADT/
H A DArrayRefTest.cpp105 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DArrayRefTest.cpp101 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DArrayRefTest.cpp101 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DArrayRefTest.cpp101 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DArrayRefTest.cpp101 TEST(ArrayRefTest, DropFront) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DArrayRefTest.cpp101 TEST(ArrayRefTest, DropFront) { in TEST() argument

12