Home
last modified time | relevance | path

Searched full:throws (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h55 // 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 DIntrinsicsHexagonDep.td1928 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 DUser.h101 /// 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 DErrorHandling.h37 /// 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 DTestAbort.java33 * Regression for 6426129 abort() after close() throws
123 // Tests that close() throws expected exception when called on in main()
H A DTestDrop.java62 sampleAggregate(Consumer consumer) throws DTraceException in sampleAggregate()
144 public void dataDropped(DropEvent e) throws ConsumerException { in main()
H A DTestGetAggregate.java48 throws DTraceException, InterruptedException in testIncluded()
88 throws DTraceException, InterruptedException in testCleared()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1308 // 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 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()
1728 HasSubstr("throws an exception of an unknown type")); in TEST()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp59 /// 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 Dloader.4th170 : 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 Derr.D_INT_OFLOW.BigInt.d31 * builtin integral types throws a D_INT_OFLOW error.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Derr.D_PDESC_ZERO.InvalidDescription1.d30 * ASSERTION: An invalid probe description throws a D_PDESC_ZERO error.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Derr.D_SYNTAX.BadExistingTypedef.d28 * 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 Derr.D_IDENT_UNDEF.UnknownSymbol.d30 * ASSERTION: The D compiler throws a D_IDENT_UNDEF error when sizeof is passed
H A Dtst.SizeofString2.d31 * type. For a string variable, the D compiler throws a D_SIZEOF_TYPE.
H A Dtst.SizeofStrConst.d32 * throws a D_SYNTAX error.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Derr.D_DECL_PARMCLASS.BadStorageClass.d32 * throws a D_DECL_PARMCLASS
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.OffsetofNULL.d30 * ASSERTION: Querying the offsetof an non-member variable of a struct throws
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Derr.D_OP_SOU.BadPointerAccess.d31 * Accessing a pointer to a struct like a non pointer throws a D_OP_SOU.
H A Derr.D_OP_PTR.NonPointerAccess.d32 * nonpointer variable throws a D_OP_PTR error.
/freebsd/share/man/man4/
H A Dnull.439 but throws it away.
H A Dzero.443 but throws away any data written to it, and returns an endless
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.NegativeNspec.d31 * Using a negative value for nspec throws a compiler error.
H A Derr.D_PRAGMA_OPTSET.InvalidSpecSize.d31 * Setting the specsize option to an illegal value throws the compiler error

12345678