| /NextBSD/contrib/gcc/ |
| HD | tree-eh.c | 496 tree lab = GOTO_DESTINATION (stmt); in maybe_record_in_goto_queue() local 501 if (TREE_CODE (lab) != LABEL_DECL) in maybe_record_in_goto_queue() 505 if (! outside_finally_tree (lab, tf->try_finally_expr)) in maybe_record_in_goto_queue() 511 VEC_quick_push (tree, tf->dest_array, lab); in maybe_record_in_goto_queue() 518 if (VEC_index (tree, tf->dest_array, index) == lab) in maybe_record_in_goto_queue() 521 VEC_safe_push (tree, heap, tf->dest_array, lab); in maybe_record_in_goto_queue() 573 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in verify_norecord_switch_expr() local 574 gcc_assert (!outside_finally_tree (lab, tf->try_finally_expr)); in verify_norecord_switch_expr() 701 frob_into_branch_around (tree *tp, tree lab, tree over) in frob_into_branch_around() argument 716 if (lab) in frob_into_branch_around() [all …]
|
| HD | final.c | 970 rtx lab = XEXP (XVECEXP (pat, 1, i), 0); in shorten_branches() local 971 int shuid = INSN_SHUID (lab); in shorten_branches() 975 min_lab = lab; in shorten_branches() 980 max_lab = lab; in shorten_branches() 983 if (min_align > (int) LABEL_ALIGN_LOG (lab)) in shorten_branches() 984 min_align = LABEL_ALIGN_LOG (lab); in shorten_branches() 1588 rtx lab = JUMP_LABEL (insn); in final() local 1589 if (lab && LABEL_NUSES (lab) == 1) in final() 1591 LABEL_REFS (lab) = insn; in final()
|
| HD | except.c | 560 set_eh_region_tree_label (struct eh_region *region, tree lab) in set_eh_region_tree_label() argument 562 region->tree_label = lab; in set_eh_region_tree_label() 819 rtx lab; in find_exception_handler_labels() local 825 lab = region->landing_pad; in find_exception_handler_labels() 827 lab = region->label; in find_exception_handler_labels() 829 if (lab) in find_exception_handler_labels() 830 add_ehl_entry (lab, region); in find_exception_handler_labels() 2180 rtx lab; in remove_eh_handler() local 2211 lab = region->landing_pad; in remove_eh_handler() 2213 lab = region->label; in remove_eh_handler() [all …]
|
| HD | stmt.c | 1388 rtx lab = gen_label_rtx (); in expand_expr_stmt() local 1393 BLKmode, 0, lab); in expand_expr_stmt() 1394 emit_label (lab); in expand_expr_stmt() 2327 rtx before_case, end, lab; in expand_case() local 2417 lab = label_rtx (n->code_label); in expand_case() 2418 if (!bitmap_bit_p (label_bitmap, CODE_LABEL_NUMBER (lab))) in expand_case() 2420 bitmap_set_bit (label_bitmap, CODE_LABEL_NUMBER (lab)); in expand_case()
|
| HD | jump.c | 1425 rtx lab = JUMP_LABEL (insn), lab_next; in delete_related_insns() local 1427 if (LABEL_NUSES (lab) == 0) in delete_related_insns() 1432 delete_related_insns (lab); in delete_related_insns()
|
| HD | omp-low.c | 3831 tree bind, block, stmt = *stmt_p, lab = NULL, x; in lower_omp_master() local 3844 x = build3 (COND_EXPR, void_type_node, x, NULL, build_and_jump (&lab)); in lower_omp_master() 3852 x = build1 (LABEL_EXPR, void_type_node, lab); in lower_omp_master() 4600 tree lab = GOTO_DESTINATION (t); in diagnose_sb_2() local 4601 if (TREE_CODE (lab) != LABEL_DECL) in diagnose_sb_2() 4604 n = splay_tree_lookup (all_labels, (splay_tree_key) lab); in diagnose_sb_2() 4615 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in diagnose_sb_2() local 4616 n = splay_tree_lookup (all_labels, (splay_tree_key) lab); in diagnose_sb_2()
|
| HD | tree-cfg.c | 790 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in get_cases_for_edge() local 791 basic_block label_bb = label_to_block (lab); in get_cases_for_edge() 813 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in make_switch_expr_edges() local 814 basic_block label_bb = label_to_block (lab); in make_switch_expr_edges() 3902 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info() local 3903 basic_block label_bb = label_to_block (lab); in tree_verify_flow_info() 3958 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info() local 3959 basic_block label_bb = label_to_block (lab); in tree_verify_flow_info()
|
| HD | expmed.c | 4524 rtx lab; in expand_divmod() local 4525 lab = gen_label_rtx (); in expand_divmod() 4526 do_cmp_and_jump (t2, const0_rtx, EQ, compute_mode, lab); in expand_divmod() 4528 emit_label (lab); in expand_divmod() 4622 rtx lab; in expand_divmod() local 4623 lab = gen_label_rtx (); in expand_divmod() 4624 do_cmp_and_jump (t2, const0_rtx, EQ, compute_mode, lab); in expand_divmod() 4626 emit_label (lab); in expand_divmod()
|
| HD | ifcvt.c | 3234 rtx lab, newjump; in find_cond_trap() local 3236 lab = JUMP_LABEL (jump); in find_cond_trap() 3237 newjump = emit_jump_insn_after (gen_jump (lab), jump); in find_cond_trap() 3238 LABEL_NUSES (lab) += 1; in find_cond_trap() 3239 JUMP_LABEL (newjump) = lab; in find_cond_trap()
|
| HD | builtins.c | 745 rtx fp, lab, stack, insn, last; in expand_builtin_longjmp() local 770 lab = gen_rtx_MEM (Pmode, plus_constant (buf_addr, in expand_builtin_longjmp() 776 set_mem_alias_set (lab, setjmp_alias_set); in expand_builtin_longjmp() 786 emit_insn (gen_nonlocal_goto (value, lab, stack, fp)); in expand_builtin_longjmp() 790 lab = copy_to_reg (lab); in expand_builtin_longjmp() 804 emit_indirect_jump (lab); in expand_builtin_longjmp() 1735 rtx lab = gen_label_rtx (); in expand_errno_check() local 1740 0, lab); in expand_errno_check() 1753 emit_label (lab); in expand_errno_check() 1763 emit_label (lab); in expand_errno_check()
|
| HD | gimplify.c | 368 tree lab = build_decl (LABEL_DECL, NULL_TREE, void_type_node); in create_artificial_label() local 370 DECL_ARTIFICIAL (lab) = 1; in create_artificial_label() 371 DECL_IGNORED_P (lab) = 1; in create_artificial_label() 372 DECL_CONTEXT (lab) = current_function_decl; in create_artificial_label() 373 return lab; in create_artificial_label()
|
| /NextBSD/sbin/bsdlabel/ |
| HD | bsdlabel.c | 105 static struct disklabel lab; variable 249 fixlabel(&lab); in main() 267 if (!getasciilabel(t, &lab)) in main() 280 makelabel(name, &lab); in main() 281 fixlabel(&lab); in main() 289 fixlabel(&lab); in main() 291 makelabel(argv[1], &lab); in main() 385 struct disklabel *lp = &lab; in writelabel() 399 for (i = 0; i < lab.d_npartitions; i++) in writelabel() 400 if (lab.d_partitions[i].p_size) in writelabel() [all …]
|
| /NextBSD/contrib/binutils/gas/ |
| HD | dwarf2dbg.c | 1129 symbolS *last_lab = NULL, *lab; in process_entries() local 1177 lab = e->label; in process_entries() 1178 frag = symbol_get_frag (lab); in process_entries() 1179 frag_ofs = S_GET_VALUE (lab); in process_entries() 1183 out_set_addr (lab); in process_entries() 1187 out_fixed_inc_line_addr (line_delta, lab, last_lab); in process_entries() 1191 relax_inc_line_addr (line_delta, lab, last_lab); in process_entries() 1194 last_lab = lab; in process_entries() 1209 lab = symbol_temp_new (seg, frag_ofs, frag); in process_entries() 1210 out_fixed_inc_line_addr (INT_MAX, lab, last_lab); in process_entries() [all …]
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin.c | 1370 no_dead_strip (FILE *file, const char *lab) in no_dead_strip() argument 1372 fprintf (file, ".no_dead_strip %s\n", lab); in no_dead_strip() 1384 char *lab; in darwin_emit_unwind_label() local 1398 lab = concat (need_quotes ? "\"" : "", user_label_prefix, base, ".eh", in darwin_emit_unwind_label() 1406 lab); in darwin_emit_unwind_label() 1409 fprintf (file, "\t.weak_definition %s\n", lab); in darwin_emit_unwind_label() 1413 fprintf (file, "%s = 0\n", lab); in darwin_emit_unwind_label() 1419 no_dead_strip (file, lab); in darwin_emit_unwind_label() 1422 fprintf (file, "%s:\n", lab); in darwin_emit_unwind_label() 1424 free (lab); in darwin_emit_unwind_label() [all …]
|
| /NextBSD/sbin/newfs/ |
| HD | newfs.c | 428 static struct disklabel lab; in getdisklabel() local 437 &lab, MAXPARTITIONS)) in getdisklabel() 440 lp = &lab; in getdisklabel() 441 return &lab; in getdisklabel()
|
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_pmeth.c | 709 unsigned char *lab; in pkey_rsa_ctrl_str() local 712 lab = string_to_hex(value, &lablen); in pkey_rsa_ctrl_str() 713 if (!lab) in pkey_rsa_ctrl_str() 715 ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen); in pkey_rsa_ctrl_str() 717 OPENSSL_free(lab); in pkey_rsa_ctrl_str()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | cp-gimplify.c | 822 tree ret = NULL, lab, t; in cxx_omp_clause_apply_fn() local 855 lab = create_artificial_label (); in cxx_omp_clause_apply_fn() 856 t = build1 (LABEL_EXPR, void_type_node, lab); in cxx_omp_clause_apply_fn() 885 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&lab), NULL); in cxx_omp_clause_apply_fn()
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | decl.c | 2876 chklusg(sym_t *lab) in chklusg() argument 2879 if (blklev != 1 || lab->s_blklev != 1) in chklusg() 2882 if (lab->s_set && !lab->s_used) { in chklusg() 2883 STRUCT_ASSIGN(curr_pos, lab->s_spos); in chklusg() 2885 warning(192, lab->s_name, funcsym->s_name); in chklusg() 2886 } else if (!lab->s_set) { in chklusg() 2887 STRUCT_ASSIGN(curr_pos, lab->s_upos); in chklusg() 2889 warning(23, lab->s_name); in chklusg()
|
| HD | func.c | 900 dogoto(sym_t *lab) in dogoto() argument 903 setuflg(lab, 0, 0); in dogoto()
|
| /NextBSD/contrib/openpam/ |
| HD | CREDITS | 38 Larry Baird <lab@gta.com>
|
| /NextBSD/contrib/ofed/libsdp/ |
| HD | ChangeLog | 16 2010-10-28 13:46:39 +0200 root <root@swv300.lab.mtl.com>
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | games | 116 0 string 5\x0aThe_Lab Quake I save: d1 The lab 120 0 string 5\x0aThe_Genetics_Lab Quake I save: d11 The genetics lab (secret)
|
| HD | sysex | 214 >1 byte 0x57 Acoustic tech. lab.
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 7508 sparc_defer_case_vector (rtx lab, rtx vec, int diff) in sparc_defer_case_vector() argument 7510 vec = gen_rtx_EXPR_LIST (VOIDmode, lab, vec); in sparc_defer_case_vector() 7521 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1); in sparc_output_addr_vec() local 7529 ASM_OUTPUT_CASE_LABEL (asm_out_file, "L", CODE_LABEL_NUMBER (lab), in sparc_output_addr_vec() 7530 NEXT_INSN (lab)); in sparc_output_addr_vec() 7532 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (lab)); in sparc_output_addr_vec() 7549 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1); in sparc_output_addr_diff_vec() local 7558 ASM_OUTPUT_CASE_LABEL (asm_out_file, "L", CODE_LABEL_NUMBER (lab), in sparc_output_addr_diff_vec() 7559 NEXT_INSN (lab)); in sparc_output_addr_diff_vec() 7561 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (lab)); in sparc_output_addr_diff_vec() [all …]
|
| /NextBSD/contrib/ncurses/ |
| HD | TO-DO | 190 window systems that never escaped the lab. The virtual_terminal cap had
|