| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_parse_context.h | 55 // Throws an exception to make the expression a non core constant 61 // Note: the Throws clause [format.parse.ctx]/9 doesn't specify the in next_arg_id() 75 // Throws an exception to make the expression a non core constant in next_arg_id() 80 // Note: the Throws clause [format.parse.ctx]/10 doesn't specify the in check_arg_id()
|
| /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 | User.h | 101 /// Placement delete - required by std, called if the ctor throws. 110 llvm_unreachable("Constructor throws?"); in delete() 113 /// Placement delete - required by std, called if the ctor throws. 122 llvm_unreachable("Constructor throws?"); in delete()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorHandling.h | 37 /// It is dangerous to naively use an error handler which throws an exception. 105 /// defined error handler throws an exception, but it won't return. 111 /// If no error handler is installed (default), throws a bad_alloc exception
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestAbort.java | 33 * Regression for 6426129 abort() after close() throws 123 // Tests that close() throws expected exception when called on in main()
|
| H A D | TestDrop.java | 62 sampleAggregate(Consumer consumer) throws DTraceException in sampleAggregate() 144 public void dataDropped(DropEvent e) throws ConsumerException { in main()
|
| H A D | TestGetAggregate.java | 48 throws DTraceException, InterruptedException in testIncluded() 88 throws DTraceException, InterruptedException in testCleared()
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1308 // statement if it returns or throws (or doesn't return or throw in some 1352 " throws an exception of type " #expected_exception \ 1353 ".\n Actual: it throws "; \ 1379 " throws an exception of type " #expected_exception \ 1380 ".\n Actual: it throws a different type."; \ 1385 " throws an exception of type " #expected_exception \ 1386 ".\n Actual: it throws nothing."; \ 1397 gtest_msg.value = "it throws "; \ 1419 gtest_msg.value = "it throws."; \ 1444 " throws an exception.\n" \
|
| /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() 1728 HasSubstr("throws an exception of an unknown type")); in TEST() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallVector.cpp | 59 /// Report that MinSize doesn't fit into this vector's size type. Throws 74 /// Report that this vector is already at maximum capacity. Throws
|
| /freebsd/stand/forth/ |
| H A D | loader.4th | 170 : start ( -- ) ( throws: abort & user-defined ) 219 : read-conf ( <filename> | addr len -- ) ( throws: abort & user-defined )
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/ |
| H A D | err.D_INT_OFLOW.BigInt.d | 31 * builtin integral types throws a D_INT_OFLOW error.
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | err.D_PDESC_ZERO.InvalidDescription1.d | 30 * ASSERTION: An invalid probe description throws a D_PDESC_ZERO error.
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/ |
| H A D | err.D_SYNTAX.BadExistingTypedef.d | 28 * The typedef keyword throws an D_SYNTAX error when a bad existing type is
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/ |
| H A D | err.D_IDENT_UNDEF.UnknownSymbol.d | 30 * ASSERTION: The D compiler throws a D_IDENT_UNDEF error when sizeof is passed
|
| H A D | tst.SizeofString2.d | 31 * type. For a string variable, the D compiler throws a D_SIZEOF_TYPE.
|
| H A D | tst.SizeofStrConst.d | 32 * throws a D_SYNTAX error.
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/ |
| H A D | err.D_DECL_PARMCLASS.BadStorageClass.d | 32 * throws a D_DECL_PARMCLASS
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/ |
| H A D | err.D_UNKNOWN.OffsetofNULL.d | 30 * ASSERTION: Querying the offsetof an non-member variable of a struct throws
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/ |
| H A D | err.D_OP_SOU.BadPointerAccess.d | 31 * Accessing a pointer to a struct like a non pointer throws a D_OP_SOU.
|
| H A D | err.D_OP_PTR.NonPointerAccess.d | 32 * nonpointer variable throws a D_OP_PTR error.
|
| /freebsd/share/man/man4/ |
| H A D | null.4 | 39 but throws it away.
|
| H A D | zero.4 | 43 but throws away any data written to it, and returns an endless
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| H A D | err.NegativeNspec.d | 31 * Using a negative value for nspec throws a compiler error.
|
| H A D | err.D_PRAGMA_OPTSET.InvalidSpecSize.d | 31 * Setting the specsize option to an illegal value throws the compiler error
|