Home
last modified time | relevance | path

Searched full:throws (Results 1 – 25 of 187) 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 in next_arg_id()
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 check_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.h151 /// Placement delete - required by std, called if the ctor throws.
161 llvm_unreachable("Constructor throws?"); in delete()
164 /// Placement delete - required by std, called if the ctor throws.
173 llvm_unreachable("Constructor throws?"); in delete()
176 /// Placement delete - required by std, called if the ctor throws.
185 llvm_unreachable("Constructor throws?"); in delete()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h36 /// It is dangerous to naively use an error handler which throws an exception.
126 /// defined error handler throws an exception, but it won't return.
132 /// 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/llvm-project/libcxx/include/__vector/
H A Dvector.h565 // throws length_error if __n > max_size()
566 // throws (probably bad_alloc) if memory run out
867 // in case something in [__begin_, __p) throws. in __swap_out_circular_buffer()
911 // throws if construction throws
925 // throws if construction throws
949 // throws if construction throws
964 // throws if construction throws
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1622 // call @foo ; if it throws, unwind to bb2 in fixCallUnwindMismatches()
1624 // call @bar ; if it throws, unwind to bb3 in fixCallUnwindMismatches()
1637 // call @bar ;; if it throws, unwind to bb3 in fixCallUnwindMismatches()
1645 // Now if bar() throws, it is going to end up in bb2, not bb3, where it is in fixCallUnwindMismatches()
1669 // call @foo ; if it throws, unwind to bb2 in fixCallUnwindMismatches()
1671 // call @bar ; if it throws, unwind to caller in fixCallUnwindMismatches()
1680 // call @bar ;; if it throws, unwind to caller in fixCallUnwindMismatches()
1685 // Now if bar() throws, it is going to end up in bb2, when it is supposed in fixCallUnwindMismatches()
1723 // call @foo ; if it throws, unwind to bb2 in fixCallUnwindMismatches()
1725 // call @bar ; if it throws, unwind to bb3 in fixCallUnwindMismatches()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer235 // throws if construction throws
248 // throws if construction throws
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1305 // statement if it returns or throws (or doesn't return or throw in some
1349 " throws an exception of type " #expected_exception \
1350 ".\n Actual: it throws "; \
1376 " throws an exception of type " #expected_exception \
1377 ".\n Actual: it throws a different type."; \
1382 " throws an exception of type " #expected_exception \
1383 ".\n Actual: it throws nothing."; \
1394 gtest_msg.value = "it throws "; \
1416 gtest_msg.value = "it throws."; \
1441 " throws an exception.\n" \
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1706 Throws<std::runtime_error>()); in TEST()
1721 Throws<std::exception>()); in TEST()
1731 Throws<int>()); in TEST()
1738 Throws<std::runtime_error>()); in TEST()
1752 Throws<std::runtime_error>( in TEST()
1758 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1766 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1774 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1783 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST()
1787 HasSubstr("throws an exception of an unknown type")); in TEST()
[all …]
/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/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/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.
/freebsd/share/man/man4/
H A Dnull.439 but throws it away.
/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