Searched refs:Throws (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagonDep.td | 1938 Hexagon_i32_doubledouble_Intrinsic<"HEXAGON_F2_dfcmpeq", [IntrNoMem, Throws]>; 1956 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfadd", [IntrNoMem, Throws]>; 1962 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpeq", [IntrNoMem, Throws]>; 1965 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpge", [IntrNoMem, Throws]>; 1968 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpgt", [IntrNoMem, Throws]>; 1971 Hexagon_i32_floatfloat_Intrinsic<"HEXAGON_F2_sfcmpuo", [IntrNoMem, Throws]>; 1980 Hexagon_float_float_Intrinsic<"HEXAGON_F2_sffixupr", [IntrNoMem, Throws]>; 2004 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmax", [IntrNoMem, Throws]>; 2007 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmin", [IntrNoMem, Throws]>; 2010 Hexagon_float_floatfloat_Intrinsic<"HEXAGON_F2_sfmpy", [IntrNoMem, Throws]>; [all …]
|
| H A D | IntrinsicsWebAssembly.td | 55 [Throws, IntrNoReturn, ImmArg<ArgIndex<0>>]>; 56 def int_wasm_rethrow : Intrinsic<[], [], [Throws, IntrNoReturn]>;
|
| H A D | Intrinsics.td | 60 // Throws - This intrinsic can throw. 61 def Throws : IntrinsicProperty; 1177 [Throws]>; 1182 [Throws]>; 1187 [Throws]>; 1197 [Throws, ImmArg<ArgIndex<0>>, 1285 def int_coro_resume : Intrinsic<[], [llvm_ptr_ty], [Throws]>; 1286 def int_coro_destroy : Intrinsic<[], [llvm_ptr_ty], [Throws]>; 1312 [Throws]>; 1316 [Throws]>;
|
| H A D | IntrinsicsSystemZ.td | 217 [IntrNoReturn, Throws, IntrWriteMem]>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 115 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 384 |`Throw(exception)` |Throws the given exception, which can be any copyable value. Available …
|
| /freebsd-13.1/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()
|