Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsHexagonDep.td1931 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpeq", [IntrNoMem, Throws]>;
1949 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfadd", [IntrNoMem, Throws]>;
1955 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpeq", [IntrNoMem, Throws]>;
1958 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpge", [IntrNoMem, Throws]>;
1961 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpgt", [IntrNoMem, Throws]>;
1964 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpuo", [IntrNoMem, Throws]>;
1973 Hexagon_float_float_Intrinsic<"HEXAGON_F2_sffixupr", [IntrNoMem, Throws]>;
1997 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmax", [IntrNoMem, Throws]>;
2000 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmin", [IntrNoMem, Throws]>;
2003 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmpy", [IntrNoMem, Throws]>;
[all …]
H A DIntrinsicsWebAssembly.td111 [Throws, IntrNoReturn, ImmArg<ArgIndex<0>>]>;
112 def int_wasm_rethrow : Intrinsic<[], [], [Throws, IntrNoReturn]>;
H A DIntrinsics.td60 // Throws - This intrinsic can throw.
61 def Throws : IntrinsicProperty;
1576 [Throws]>;
1581 [Throws]>;
1586 [Throws]>;
1596 [Throws, ImmArg<ArgIndex<0>>,
1681 def int_coro_resume : Intrinsic<[], [llvm_ptr_ty], [Throws]>;
1682 def int_coro_destroy : Intrinsic<[], [llvm_ptr_ty], [Throws]>;
1710 [Throws]>;
1714 [Throws]>;
H A DIntrinsicsSystemZ.td206 [IntrNoReturn, Throws, IntrWriteMem]>;
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1647 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-14.2/contrib/googletest/docs/reference/
H A Dactions.md34 | `Throw(exception)` | Throws the given exception, which can be any copyable value. Available since…
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td135 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dprint301 // 8 - Throws: Any exception thrown by the call to vformat
H A Dspan253 // Throws: When and what last - first throws.
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5409 PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> Throws() {
5415 PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> Throws(
5429 return Throws<Err>(internal::WithWhat(
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4719 Throws = 1 << 4, enumerator
13792 return TestCaseInfo::Throws; in parseSpecialTag()
13894 return ( properties & Throws ) != 0; in throws()