| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| disassem.c | 39 goto out_label; 42 out_label:
|
| disassem.exp | 104 require_label out_label
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| disassem.c | 39 goto out_label; 42 out_label:
|
| disassem.exp | 104 require_label out_label
|
| /src/sys/dev/usb/ |
| umidi.c | 1561 char out_label[16]; local 1583 out_label[0] = '\0'; 1585 snprintf(out_label, sizeof(out_label), ">%d(%x) ", 1588 snprintf(out_label, sizeof(out_label), ">%d ", 1593 len = strlen(in_label) + strlen(out_label) + strlen(unit_label) + 4; 1598 in_label, out_label, unit_label);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-eh.cc | 1770 tree out_label; local 1804 out_label = NULL; 1830 if (!out_label) 1831 out_label = create_artificial_label (try_catch_loc); 1833 x = gimple_build_goto (out_label); 1848 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.cc | 1769 tree out_label; local 1803 out_label = NULL; 1829 if (!out_label) 1830 out_label = create_artificial_label (try_catch_loc); 1832 x = gimple_build_goto (out_label); 1847 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr.cc | 8910 If OUT_LABEL is true, print the final 0: label which is needed for 8911 saturated addition / subtraction. The only case where OUT_LABEL = false 8917 enum rtx_code code_sat, int sign, bool out_label) 9368 if (out_label) 9418 OUT_LABEL defaults to TRUE. For a description, see AVR_OUT_PLUS_1. 9423 avr_out_plus (rtx insn, rtx *xop, int *plen, bool out_label) 9444 avr_out_plus_1 (insn, xop, plen, code, code_sat, 0, out_label); 9487 avr_out_plus_1 (insn, op, &len_minus, MINUS, code_sat, sign, out_label); 9488 avr_out_plus_1 (insn, op, &len_plus, PLUS, code_sat, sign, out_label); 9493 avr_out_plus_1 (insn, op, NULL, MINUS, code_sat, sign, out_label); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr.cc | 8101 If OUT_LABEL is true, print the final 0: label which is needed for 8102 saturated addition / subtraction. The only case where OUT_LABEL = false 8108 enum rtx_code code_sat, int sign, bool out_label) 8549 if (out_label) 8604 OUT_LABEL defaults to TRUE. For a description, see AVR_OUT_PLUS_1. 8609 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label) 8634 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label); 8677 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label); 8678 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label); 8686 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label); [all...] |
| /src/sys/dev/raidframe/ |
| rf_netbsdkintf.c | 2455 * For reads it is expected that out_label == clabel, but writes expect 2462 rf_swap_label(RF_ComponentLabel_t *clabel, RF_ComponentLabel_t *out_label) 2469 out_label->version = clabel->version; 2473 out = &out_label->serial_number;
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 7510 rtx_code_label *out_label, *top_label; local 7520 out_label = gen_label_rtx (); 7529 true, out_label); 7629 emit_label (out_label);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 6943 rtx_code_label *out_label, *top_label; local 6953 out_label = gen_label_rtx (); 6962 true, out_label); 7062 emit_label (out_label);
|