| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/ |
| H A D | strip_asm.py | 24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") 26 m = label_decl.match(l) 43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") 45 m = label_decl.match(l)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/ |
| H A D | strip_asm.py | 24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") 26 m = label_decl.match(l) 43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") 45 m = label_decl.match(l)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-function.cc | 109 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, in label() local 112 DECL_CONTEXT (label_decl) = m_func_decl; in label() 113 DECL_ARTIFICIAL (label_decl) = 0; in label() 115 m_label_index[name] = label_decl; in label() 116 return label_decl; in label()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-decl.c | 277 tree label_decl; in gfc_build_label_decl() local 290 label_decl = build_decl (input_location, in gfc_build_label_decl() 292 DECL_CONTEXT (label_decl) = current_function_decl; in gfc_build_label_decl() 293 SET_DECL_MODE (label_decl, VOIDmode); in gfc_build_label_decl() 299 TREE_USED (label_decl) = 1; in gfc_build_label_decl() 301 DECL_ARTIFICIAL (label_decl) = 1; in gfc_build_label_decl() 302 return label_decl; in gfc_build_label_decl() 326 tree label_decl; in gfc_get_label_decl() local 335 label_decl = gfc_build_label_decl (get_identifier (label_name)); in gfc_get_label_decl() 339 gfc_set_decl_location (label_decl, &lp->where); in gfc_get_label_decl() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-decl.cc | 274 tree label_decl; in gfc_build_label_decl() local 287 label_decl = build_decl (input_location, in gfc_build_label_decl() 289 DECL_CONTEXT (label_decl) = current_function_decl; in gfc_build_label_decl() 290 SET_DECL_MODE (label_decl, VOIDmode); in gfc_build_label_decl() 296 TREE_USED (label_decl) = 1; in gfc_build_label_decl() 298 DECL_ARTIFICIAL (label_decl) = 1; in gfc_build_label_decl() 299 return label_decl; in gfc_build_label_decl() 323 tree label_decl; in gfc_get_label_decl() local 332 label_decl = gfc_build_label_decl (get_identifier (label_name)); in gfc_get_label_decl() 336 gfc_set_decl_location (label_decl, &lp->where); in gfc_get_label_decl() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.c | 1626 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, in add_comment() local 1628 DECL_CONTEXT (label_decl) = m_func->as_fndecl (); in add_comment() 1630 tree label_expr = build1 (LABEL_EXPR, void_type_node, label_decl); in add_comment()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.cc | 2008 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, in add_comment() local 2010 DECL_CONTEXT (label_decl) = m_func->as_fndecl (); in add_comment() 2012 tree label_expr = build1 (LABEL_EXPR, void_type_node, label_decl); in add_comment()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | lto-streamer.h | 1280 DEFINE_DECL_STREAM_FUNCS (LABEL_DECL, label_decl)
|
| H A D | tree-core.h | 1991 struct tree_label_decl GTY ((tag ("TS_LABEL_DECL"))) label_decl;
|
| H A D | tree.c | 2445 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument 2450 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (label_decl)); in build_case_label() 2454 CASE_LABEL (t) = label_decl; in build_case_label() 15312 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, in test_labels() local 15314 ASSERT_EQ (-1, LABEL_DECL_UID (label_decl)); in test_labels() 15315 ASSERT_FALSE (FORCED_LABEL (label_decl)); in test_labels()
|
| H A D | tree.h | 2790 (LABEL_DECL_CHECK (NODE)->label_decl.label_decl_uid) 2795 (LABEL_DECL_CHECK (NODE)->label_decl.eh_landing_pad_nr)
|
| H A D | tree.def | 358 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-core.h | 2063 struct tree_label_decl GTY ((tag ("TS_LABEL_DECL"))) label_decl;
|
| H A D | tree.cc | 2714 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument 2719 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (label_decl)); in build_case_label() 2723 CASE_LABEL (t) = label_decl; in build_case_label() 14809 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, in test_labels() local 14811 ASSERT_EQ (-1, LABEL_DECL_UID (label_decl)); in test_labels() 14812 ASSERT_FALSE (FORCED_LABEL (label_decl)); in test_labels()
|
| H A D | tree.h | 2949 (LABEL_DECL_CHECK (NODE)->label_decl.label_decl_uid) 2954 (LABEL_DECL_CHECK (NODE)->label_decl.eh_landing_pad_nr)
|
| H A D | tree.def | 364 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 190 tree label_decl; /* LABEL_DECL, unless deleted local label. */ member 405 if (ent->label_decl) in pop_labels() 406 labels.quick_push (ent->label_decl); in pop_labels() 3171 if (old && old->label_decl) in lookup_label_1() 3179 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label"); in lookup_label_1() 3186 if (old && !old->label_decl) in lookup_label_1() 3208 ent->label_decl = decl; in lookup_label_1() 3221 return ent ? ent->label_decl : NULL_TREE; in lookup_label() 3230 return ent ? ent->label_decl : NULL_TREE; in declare_local_label() 3561 tree decl = ent->label_decl; in define_label_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 198 tree label_decl; /* LABEL_DECL, unless deleted local label. */ member 414 if (ent->label_decl) in pop_labels() 415 labels.quick_push (ent->label_decl); in pop_labels() 3376 if (old && old->label_decl) in lookup_label_1() 3384 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label"); in lookup_label_1() 3391 if (old && !old->label_decl) in lookup_label_1() 3413 ent->label_decl = decl; in lookup_label_1() 3424 return ent ? ent->label_decl : NULL_TREE; in lookup_label() 3431 return ent ? ent->label_decl : NULL_TREE; in declare_local_label() 3776 tree decl = ent->label_decl; in define_label()
|
| H A D | module.cc | 6019 WU (t->label_decl.label_decl_uid); in core_vals() 6020 WU (t->label_decl.eh_landing_pad_nr); in core_vals() 6520 RU (t->label_decl.label_decl_uid); in core_vals() 6521 RU (t->label_decl.eh_landing_pad_nr); in core_vals()
|
| H A D | ChangeLog-2006 | 2597 named_label_use_list. Remove label_decl.
|
| H A D | ChangeLog-2020 | 6074 new context of label_decl.
|
| H A D | ChangeLog-1999 | 3086 * parse.y (label_decl): Use finish_label_decl.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | contexts.rst | 365 arg 0 <label_decl 0x7f4875a79080 entry type <void_type 0x7f4875a64bd0>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | contexts.rst | 365 arg 0 <label_decl 0x7f4875a79080 entry type <void_type 0x7f4875a64bd0>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 5392 arg 0 <label_decl 0x7f4875a79080 entry type <void_type 0x7f4875a64bd0>
|