/openbsd/sys/dev/isa/ |
H A D | boca.c | 185 #define TRY(n) \ in bocaintr() macro 188 TRY(0); in bocaintr() 189 TRY(1); in bocaintr() 190 TRY(2); in bocaintr() 191 TRY(3); in bocaintr() 192 TRY(4); in bocaintr() 193 TRY(5); in bocaintr() 194 TRY(6); in bocaintr() 195 TRY(7); in bocaintr() 196 #undef TRY in bocaintr()
|
H A D | ast.c | 188 #define TRY(n) \ in astintr() macro 191 TRY(0); in astintr() 192 TRY(1); in astintr() 193 TRY(2); in astintr() 194 TRY(3); in astintr() 195 #undef TRY in astintr()
|
H A D | hsq.c | 232 #define TRY(n) \ in hsqintr() macro 236 TRY(0); in hsqintr() 237 TRY(1); in hsqintr() 238 TRY(2); in hsqintr() 239 TRY(3); in hsqintr() 240 #undef TRY in hsqintr()
|
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | multiline.t | 49 open(TRY,'>',$filename) || (die "Can't open $filename: $!"); 66 print TRY $x; 67 close TRY or die "Could not close: $!"; 69 open(TRY,$filename) || (die "Can't reopen $filename: $!"); 72 while (<TRY>) { 88 close(TRY) || (die "Can't close $filename: $!");
|
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | argv.t | 20 open(TRY, '>tmpIo_argv1.tmp') || (die "Can't open temp file: $!"); 21 print TRY "a line\n"; 22 close TRY or die "Could not close: $!"; 23 open(TRY, '>tmpIo_argv2.tmp') || (die "Can't open temp file: $!"); 24 print TRY "another line\n"; 25 close TRY or die "Could not close: $!";
|
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/AT386/ |
H A D | cma_thread_io.h | 323 TRY { \ 342 TRY { \ 387 TRY { \ 411 TRY { \
|
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/RIOS/ |
H A D | cma_thread_io.h | 296 TRY { \ 315 TRY { \ 360 TRY { \ 384 TRY { \
|
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/HP800/ |
H A D | cma_thread_io.h | 299 TRY { \ 318 TRY { \ 363 TRY { \ 387 TRY { \
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 320 MI.getOpcode() == WebAssembly::TRY) { in placeBlockMarker() 368 MI.getOpcode() == WebAssembly::TRY) in placeBlockMarker() 542 MI.getOpcode() == WebAssembly::TRY) in placeTryMarker() 606 TII.get(WebAssembly::TRY)) in placeTryMarker() 757 if (MI.getOpcode() != WebAssembly::TRY) in removeUnnecessaryInstrs() 874 TII.get(WebAssembly::TRY)) in addTryDelegate() 1101 if (MI.getOpcode() == WebAssembly::TRY) in fixCallUnwindMismatches() 1206 if (MI.getOpcode() == WebAssembly::TRY) in fixCallUnwindMismatches() 1301 if (MI.getOpcode() == WebAssembly::TRY) in fixCatchUnwindMismatches() 1658 case WebAssembly::TRY: in rewriteDepthImmediates()
|
H A D | WebAssemblyInstrControl.td | 143 defm TRY : NRI<(outs), (ins Signature:$sig), [], "try \t$sig", 0x06>;
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 132 case WebAssembly::TRY: in printInst() 136 EHInstStack.push_back(TRY); in printInst() 179 } else if (EHInstStack.back() == TRY) { in printInst()
|
H A D | WebAssemblyInstPrinter.h | 31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
|
H A D | WebAssemblyMCTargetDesc.h | 397 case WebAssembly::TRY: in isMarker()
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | clock.t | 38 TRY: { 52 last TRY;
|
/openbsd/gnu/usr.bin/perl/hints/ |
H A D | dec_osf.sh | 443 cat >try.c <<\TRY 455 TRY
|
H A D | netbsd.sh | 276 cat >try.c <<\TRY
|
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/ |
H A D | Tar.pm | 1011 TRY: { label 1017 last TRY; 1023 $self->_extract_file( $clone, $file ) or last TRY;
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | regcharclass.pl | 998 TRY: # Look through the remainder of the list for other label 1019 last TRY; 1021 next TRY;
|
H A D | mph.pl | 146 TRY: label
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | spew.c | 1113 else if (yychar == ':' || yychar == RETURN_KEYWORD || yychar == TRY) 1115 if (yychar == TRY)
|
H A D | parse.y | 375 %nonassoc NEW DELETE TRY CATCH 2650 | fn_def2 TRY /* base_init compstmt */ 3563 TRY 3572 TRY
|
H A D | lex.c | 533 /* RID_TRY */ TRY,
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 3460 enum { TRY = 0, HANDLER = 1 }; enumerator 3482 return cast<CompoundStmt>(Children[TRY]); in getTryBlock()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 1241 Children[TRY] = TryBlock; in SEHTryStmt()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | configure.com | 7085 $ WC "#define _PTHREAD_EXC_INCL_CLEAN" ! avoid conflict between DECthreads TRY/CATCH and Perl TRY/C…
|