| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse-scan.y | 461 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 D | keyword.gperf | 47 throws, THROWS_TK keyword
|
| H A D | parse.y | 534 %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 D | parse.c | 8107 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 D | perldeprecation.pod | 205 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 D | perlsyn.pod | 675 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_buffer | 209 // throws if construction throws 225 // throws if construction throws
|
| H A D | vector | 679 // 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 D | InAlloca.rst | 58 ; 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 D | 2001-09-18-OptimizeExceptions.txt | 10 throws an exception, unless it is defined as 'nothrow'. This means
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | ExtendedCXX03Support.rst | 104 If the users constructor throws, the library needs to deallocate that memory. The idiomatic way to
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cfns.gperf | 18 # throws an exception.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cfns.gperf | 17 # throws an exception.
|
| /openbsd-src/distrib/miniroot/ |
| H A D | dot.profile | 79 # Create a fake rc that just returns 1 and throws us back.
|
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 68 - 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 D | Cxx14Issues.csv | 55 "`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 D | CommentCommands.td | 135 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MemorySanitizer.rst | 217 from FreeBSD 13 but there is a check done at runtime and throws a warning
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.qnx | 126 options that perl throws at it. This might be reasonably placed in
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT3.rst | 126 address of a function that throws an exception in order to unwind the JIT'd
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | acinclude.m4 | 148 # does some of this, but throws away the result.
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | projects.rst | 383 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 D | Changes | 72 - Avoid some leaks if we call get magic and that throws an exception.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | hashtable | 875 // 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 D | Manifest.t | 114 # it reports that bar has been added and throws a warning
|