Home
last modified time | relevance | path

Searched refs:Throws (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() argument
25 Throws(int v) : v_(v) {} in Throws() function
26 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
29 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 bool Throws::sThrows = false; argument
115 Throws arr[] = {1, 2, 3}; in main()
116 std::deque<Throws> v(arr, arr+3); in main()
[all …]
H A Derase_iter_iter.pass.cpp25 struct Throws { struct
26 Throws() : v_(0) {} in Throws() function
27 Throws(int v) : v_(v) {} in Throws() function
28 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
29 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
30 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
31 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
37 bool Throws::sThrows = false; argument
121 Throws arr[] = {1, 2, 3}; in main()
122 std::deque<Throws> v(arr, arr+3); in main()
[all …]
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 bool Throws::sThrows = false; argument
120 Throws arr[] = {1, 2, 3}; in main()
121 std::vector<Throws> v(arr, arr+3); in main()
[all …]
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 bool Throws::sThrows = false; argument
158 Throws arr[] = {1, 2, 3}; in main()
159 std::vector<Throws> v(arr, arr+3); in main()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dnew-array-init-exceptions.cpp4 struct Throws { struct
5 Throws(int);
6 Throws();
7 ~Throws();
20 new Throws[n] { 1, 2, 3 }; in cleanup()
36 new Throws[3] { 1, 2, 3 }; in cleanup()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-throw-out-noexcept-func.cpp134 struct Throws { struct
135 ~Throws() noexcept(false);
139 Throws T;
145 Throws T;
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in
43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsHexagonDep.td1917 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpeq", [IntrNoMem, Throws]>;
1935 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfadd", [IntrNoMem, Throws]>;
1941 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpeq", [IntrNoMem, Throws]>;
1944 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpge", [IntrNoMem, Throws]>;
1947 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpgt", [IntrNoMem, Throws]>;
1950 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpuo", [IntrNoMem, Throws]>;
1959 Hexagon_float_float_Intrinsic<"HEXAGON_F2_sffixupr", [IntrNoMem, Throws]>;
1983 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmax", [IntrNoMem, Throws]>;
1986 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmin", [IntrNoMem, Throws]>;
1989 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmpy", [IntrNoMem, Throws]>;
[all …]
H A DIntrinsicsWebAssembly.td92 [Throws, IntrNoReturn, ImmArg<ArgIndex<0>>]>;
93 def int_wasm_rethrow : Intrinsic<[], [], [Throws, IntrNoReturn]>;
H A DIntrinsics.td60 // Throws - This intrinsic can throw.
61 def Throws : IntrinsicProperty;
1220 [Throws]>;
1225 [Throws]>;
1230 [Throws]>;
1240 [Throws, ImmArg<ArgIndex<0>>,
1325 def int_coro_resume : Intrinsic<[], [llvm_ptr_ty], [Throws]>;
1326 def int_coro_destroy : Intrinsic<[], [llvm_ptr_ty], [Throws]>;
1352 [Throws]>;
1356 [Throws]>;
H A DIntrinsicsSystemZ.td217 [IntrNoReturn, Throws, IntrWriteMem]>;
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DNoexceptPolicy.rst9 "Throws: Nothing") as ``noexcept``. This has two primary consequences:
H A DFileTimeType.rst130 file_time_type tp = last_write_time(p); // BAD! Throws value_too_large.
166 last_write_time("/tmp/foo", file_time_type::max()); // Throws
167 last_write_time("/tmp/foo", file_time_type::min()); // Throws.
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp406 const bool Throws = BC.MIB->isInvoke(*II); in updateEHRanges() local
409 if (!Throws && !StartRange) in updateEHRanges()
419 if (Throws && StartRange && PreviousEH.LP == LP && in updateEHRanges()
459 if (Throws) { in updateEHRanges()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp58 template <bool Throws> void do_throw() {} in do_throw()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td135 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Issues.csv42 "`2093 <https://wg21.link/lwg2093>`__","Throws clause of condition_variable::wait with predicate","…
H A DCxx2bIssues.csv128 `3573 <https://wg21.link/LWG3573>`__,"Missing Throws element for ``basic_string_view(It begin, End …
H A DCxx17Issues.csv250 "`2752 <https://wg21.link/LWG2752>`__","""Throws:"" clauses of async and packaged_task are unimplem…
H A DCxx20Issues.csv31 "`2977 <https://wg21.link/LWG2977>`__","unordered_meow::merge() has incorrect Throws: clause","Albu…