Home
last modified time | relevance | path

Searched refs:TooLarge (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp76 constexpr size_t TooLarge = -1; in test_new_expr() local
77 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
78 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
79 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp76 constexpr size_t TooLarge = -1; in test_new_expr() local
77 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
78 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
79 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp76 constexpr size_t TooLarge = -1; in test_new_expr() local
77 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
78 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
79 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp76 constexpr size_t TooLarge = -1; in test_new_expr() local
77 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
78 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
79 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp76 constexpr size_t TooLarge = -1; in test_new_expr() local
77 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
78 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
79 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1; in test_new_expr() local
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is … in test_new_expr()
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK in test_new_expr()
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is … in test_new_expr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-is-constant-evaluated.cpp78 constexpr size_t TooLarge = -1;
79 …auto *x = new int[std::is_constant_evaluated() ? 1 : TooLarge]; // expected-error {{array is …
80 auto *x2 = new int[std::is_constant_evaluated() ? TooLarge : 1]; // OK
81 …auto *y = new int[1][std::is_constant_evaluated() ? TooLarge : 1]{}; // expected-error {{array is …
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DDivU64x64Remainder.c46 jc TooLarge // product > 2^64 in InternalMathDivRemU64x64()
49 jb TooLarge // product > dividend in InternalMathDivRemU64x64()
52 TooLarge: in InternalMathDivRemU64x64()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/
H A Derror.rs23 TooLarge,
43 TooLarge, enumerator
114 TooLarge => "message head is too large", in description()
172 httparse::Error::TooManyHeaders => TooLarge, in from()
234 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DMonitorTest.cs24 TimeSpan TooLarge = TimeSpan.FromMilliseconds ((long) Int32.MaxValue + 1); field in MonoTests.System.Threading.MonitorTest
182 Monitor.TryEnter (o, TooLarge); in TryEnter_TimeSpan_TooLarge()
190 Monitor.TryEnter (null, TooLarge); in TryEnter_Null_TimeSpan_TooLarge()
279 Monitor.Wait (o, TooLarge); in Wait_TimeSpan_TooLarge()
287 Monitor.Wait (null, TooLarge); in Wait_Null_TimeSpan_TooLarge()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/libdoh-0.9.2/src/
H A Derrors.rs8 TooLarge, enumerator
25 DoHError::TooLarge => write!(fmt, "Too large"), in fmt()
42 DoHError::TooLarge => StatusCode::PAYLOAD_TOO_LARGE, in from()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/
H A Derror.rs23 TooLarge,
43 TooLarge, enumerator
122 TooLarge => "message head is too large", in description()
180 httparse::Error::TooManyHeaders => TooLarge, in from()
242 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/
H A Derror.rs22 TooLarge,
43 TooLarge, enumerator
84 TooLarge => "Message head is too large", in description()
147 httparse::Error::TooManyHeaders => TooLarge, in from()
206 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/
H A Derror.rs22 TooLarge,
43 TooLarge, enumerator
84 TooLarge => "Message head is too large", in description()
147 httparse::Error::TooManyHeaders => TooLarge, in from()
206 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/
H A Derror.rs23 TooLarge,
43 TooLarge, enumerator
123 TooLarge => "message head is too large", in description()
181 httparse::Error::TooManyHeaders => TooLarge, in from()
243 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.10.16/src/
H A Derror.rs22 TooLarge,
43 TooLarge, enumerator
84 TooLarge => "Message head is too large", in description()
147 httparse::Error::TooManyHeaders => TooLarge, in from()
206 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/www/websocat/websocat-1.9.0/cargo-crates/hyper-0.10.16/src/
H A Derror.rs22 TooLarge,
43 TooLarge, enumerator
84 TooLarge => "Message head is too large", in description()
147 httparse::Error::TooManyHeaders => TooLarge, in from()
206 from!(httparse::Error::TooManyHeaders => TooLarge); in test_from()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/
H A Derror.rs23 TooLarge,
43 TooLarge,
122 TooLarge => "message head is too large", in toku_rollback_flush_callback()
180 httparse::Error::TooManyHeaders => TooLarge, in toku_rollback_pe_est_callback()
242 from!(httparse::Error::TooManyHeaders => TooLarge); in toku_rollback_clone_callback()

12345678910>>...26