Searched refs:Throws (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsHexagonDep.td | 1928 Hexagon_i32_doublei32_Intrinsic<"HEXAGON_F2_dfclass", [IntrNoMem, Throws, ImmArg<ArgIndex<1>>]>; 1931 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpeq", [IntrNoMem, Throws]>; 1934 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpge", [IntrNoMem, Throws]>; 1937 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpgt", [IntrNoMem, Throws]>; 1940 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpuo", [IntrNoMem, Throws]>; 1943 Hexagon_double_i32_Intrinsic<"HEXAGON_F2_dfimm_n", [IntrNoMem, Throws, ImmArg<ArgIndex<0>>]>; 1946 Hexagon_double_i32_Intrinsic<"HEXAGON_F2_dfimm_p", [IntrNoMem, Throws, ImmArg<ArgIndex<0>>]>; 1949 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfadd", [IntrNoMem, Throws]>; 1952 Hexagon_i32_floati32_Intrinsic<"HEXAGON_F2_sfclass", [IntrNoMem, Throws, ImmArg<ArgIndex<1>>]>; 1955 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpeq", [IntrNoMem, Throws]>; [all …]
|
H A D | IntrinsicsWebAssembly.td | 129 [Throws, IntrNoReturn, ImmArg<ArgIndex<0>>]>; 130 def int_wasm_rethrow : Intrinsic<[], [], [Throws, IntrNoReturn]>;
|
H A D | Intrinsics.td | 60 // Throws - This intrinsic can throw. 61 def Throws : IntrinsicProperty; 1627 [Throws]>; 1632 [Throws]>; 1637 [Throws]>; 1647 [Throws, ImmArg<ArgIndex<0>>, 1732 def int_coro_resume : Intrinsic<[], [llvm_ptr_ty], [Throws]>; 1733 def int_coro_destroy : Intrinsic<[], [llvm_ptr_ty], [Throws]>; 1743 [Throws]>; 1747 [Throws]>; [all …]
|
H A D | IntrinsicsSystemZ.td | 206 [IntrNoReturn, Throws, IntrWriteMem]>;
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 1647 Throws<std::runtime_error>()); in TEST() 1662 Throws<std::exception>()); in TEST() 1672 Throws<int>()); in TEST() 1679 Throws<std::runtime_error>()); in TEST() 1693 Throws<std::runtime_error>( in TEST() 1699 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() 1707 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() 1715 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() 1724 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() 1732 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() [all …]
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | actions.md | 34 | `Throw(exception)` | Throws the given exception, which can be any copyable value. Available since…
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 136 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; let NumArgs = 1; }
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | print | 302 // 8 - Throws: Any exception thrown by the call to vformat
|
H A D | span | 274 // Throws: When and what last - first throws.
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 5410 PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> Throws() { 5416 PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> Throws( 5430 return Throws<Err>(internal::WithWhat(
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 4719 Throws = 1 << 4, enumerator 13792 return TestCaseInfo::Throws; in parseSpecialTag() 13894 return ( properties & Throws ) != 0; in throws()
|