Home
last modified time | relevance | path

Searched refs:throws (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y461 type method_declarator throws
463 | VOID_TK method_declarator throws
464 | modifiers type method_declarator throws
466 | modifiers VOID_TK method_declarator throws
529 throws:
561 constructor_declarator throws constructor_body
562 | modifiers constructor_declarator throws constructor_body
565 | constructor_declarator throws constructor_body SC_TK
567 | modifiers constructor_declarator throws constructor_body SC_TK
H A Dkeyword.gperf47 throws, THROWS_TK keyword
H A Dparse.y534 %type <node> dim_expr dim_exprs this_or_super throws
1027 type method_declarator throws
1029 | VOID_TK method_declarator throws
1031 | modifiers type method_declarator throws
1033 | modifiers VOID_TK method_declarator throws
1131 throws:
1190 constructor_declarator throws
1192 | modifiers constructor_declarator throws
4542 method_header (flags, type, mdecl, throws) in method_header() argument
4544 tree type, mdecl, throws;
[all …]
H A Dparse.c8107 method_header (flags, type, mdecl, throws) in method_header() argument
8109 tree type, mdecl, throws;
8290 if (throws)
8292 throws = nreverse (throws);
8293 for (current = throws; current; current = TREE_CHAIN (current))
8300 DECL_FUNCTION_THROWS (meth) = throws;
19489 tree throws; local
19491 for (throws = DECL_FUNCTION_THROWS (decl); throws;
19492 throws = TREE_CHAIN (throws))
19493 if (!check_thrown_exceptions_do (TREE_VALUE (throws)))
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldeprecation.pod205 operand is shorter. This now throws an exception.
338 throws a fatal error as of Perl 5.30.
445 terminator throws a fatal error.
469 integer throws a fatal error.
488 Perl 5.28 using a code point exceeding C<IV_MAX> throws a fatal error.
500 for a long time, and as of Perl 5.28, this throws a fatal error.
505 Perl 5.24, and throws a fatal error as of Perl 5.28.
518 throws a fatal error as of Perl 5.28.
530 throws a fatal error as of Perl 5.28.
H A Dperlsyn.pod675 the functions it invokes throws an uncaught exception. The C<catch> block can
734 successfully, throws an exception, or transfers control elsewhere by using
831 If the C<defer> block is being executed due to a thrown exception and throws
1002 throws an exception with the text C<Unimplemented>:
/openbsd-src/gnu/llvm/libcxx/include/
H A D__split_buffer209 // throws if construction throws
225 // throws if construction throws
H A Dvector679 // throws length_error if __n > max_size()
680 // throws (probably bad_alloc) if memory run out
988 // throws if construction throws
1005 // throws if construction throws
1033 // throws if construction throws
1053 // throws if construction throws
2333 // throws length_error if __n > max_size()
2334 // throws (probably bad_alloc) if memory run out
/openbsd-src/gnu/llvm/llvm/docs/
H A DInAlloca.rst58 ; If a's ctor throws, we must destruct b.
145 or copy construction throws an exception, the landing pad must do
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt10 throws an exception, unless it is defined as 'nothrow'. This means
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DExtendedCXX03Support.rst104 If the users constructor throws, the library needs to deallocate that memory. The idiomatic way to
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf18 # throws an exception.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf17 # throws an exception.
/openbsd-src/distrib/miniroot/
H A Ddot.profile79 # Create a fake rc that just returns 1 and throws us back.
/openbsd-src/gnu/llvm/clang/www/
H A Dlibstdc++4.4-clang0x.patch68 - swap(__shared_ptr<_Tp, _Lp>&& __other) // never throws
69 + swap(__shared_ptr<_Tp, _Lp>& __other) // never throws
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Issues.csv55 "`2098 <https://wg21.link/lwg2098>`__","promise throws clauses","Bristol","|Complete|"
65 "`2185 <https://wg21.link/lwg2185>`__","Missing throws clause for future/shared_future::wait_for/wa…
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td135 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
/openbsd-src/gnu/llvm/clang/docs/
H A DMemorySanitizer.rst217 from FreeBSD 13 but there is a check done at runtime and throws a warning
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.qnx126 options that perl throws at it. This might be reasonably placed in
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst126 address of a function that throws an exception in order to unwind the JIT'd
/openbsd-src/gnu/gcc/libgomp/
H A Dacinclude.m4148 # does some of this, but throws away the result.
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dprojects.rst383 For instance, if an expression throws an exception, we need to know whether the
390 Similarly, when you step over a call that throws, you want to stop at the throw
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DChanges72 - Avoid some leaks if we call get magic and that throws an exception.
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable875 // do a rehash if the allocation throws.
944 // First find the node, avoid leaking new_node if compare throws.
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/
H A DManifest.t114 # it reports that bar has been added and throws a warning

1234