HomeSort by: relevance | last modified time | path
    Searched refs:label_decl (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
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)
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
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)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 274 tree label_decl; local
286 /* Build the LABEL_DECL node. Labels have no type. */
287 label_decl = build_decl (input_location,
288 LABEL_DECL, label_id, void_type_node);
289 DECL_CONTEXT (label_decl) = current_function_decl;
290 SET_DECL_MODE (label_decl, VOIDmode);
296 TREE_USED (label_decl) = 1;
298 DECL_ARTIFICIAL (label_decl) = 1;
299 return label_decl;
323 tree label_decl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 275 tree label_decl; local
287 /* Build the LABEL_DECL node. Labels have no type. */
288 label_decl = build_decl (input_location,
289 LABEL_DECL, label_id, void_type_node);
290 DECL_CONTEXT (label_decl) = current_function_decl;
291 SET_DECL_MODE (label_decl, VOIDmode);
297 TREE_USED (label_decl) = 1;
299 DECL_ARTIFICIAL (label_decl) = 1;
300 return label_decl;
324 tree label_decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2008 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, local
2010 DECL_CONTEXT (label_decl) = m_func->as_fndecl ();
2012 tree label_expr = build1 (LABEL_EXPR, void_type_node, label_decl);
2298 m_label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL,
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2180 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL, local
2182 DECL_CONTEXT (label_decl) = m_func->as_fndecl ();
2184 tree label_expr = build1 (LABEL_EXPR, void_type_node, label_decl);
2470 m_label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1143 VAR_DECL, PARM_DECL, RESULT_DECL, FUNCTION_DECL, LABEL_DECL
1249 LABEL_DECL
1308 LABEL_DECL
2063 struct tree_label_decl GTY ((tag ("TS_LABEL_DECL"))) label_decl;
tree.cc 494 case LABEL_DECL: return TS_LABEL_DECL;
664 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_COMMON]);
670 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_WRTL]);
678 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_MINIMAL]);
686 gcc_assert (tree_contains_struct[LABEL_DECL][TS_LABEL_DECL]);
980 case LABEL_DECL: return sizeof (tree_label_decl);
1242 if (TREE_CODE (t) == LABEL_DECL)
2717 build_case_label (tree low_value, tree high_value, tree label_decl)
2722 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (label_decl));
2726 CASE_LABEL (t) = label_decl;
    [all...]
tree.h 637 In LABEL_DECL nodes, it means a goto for this label has been seen
775 /* In a LABEL_DECL, nonzero means this label had its address taken
2571 PARM_DECL, FUNCTION_DECL, LABEL_DECL, RESULT_DECL, and CONST_DECL
2720 For LABEL_DECL nodes, nonzero if nonlocal gotos to the label are permitted.
2945 /* A numeric unique identifier for a LABEL_DECL. The UID allocation is
2949 (LABEL_DECL_CHECK (NODE)->label_decl.label_decl_uid)
2951 /* In a LABEL_DECL, the EH region number for which the label is the
2954 (LABEL_DECL_CHECK (NODE)->label_decl.eh_landing_pad_nr)
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 1168 VAR_DECL, PARM_DECL, RESULT_DECL, FUNCTION_DECL, LABEL_DECL
1271 LABEL_DECL
1330 LABEL_DECL
2110 struct tree_label_decl GTY ((tag ("TS_LABEL_DECL"))) label_decl;
tree.cc 476 case LABEL_DECL: return TS_LABEL_DECL;
646 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_COMMON]);
652 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_WRTL]);
660 gcc_assert (tree_contains_struct[LABEL_DECL][TS_DECL_MINIMAL]);
668 gcc_assert (tree_contains_struct[LABEL_DECL][TS_LABEL_DECL]);
962 case LABEL_DECL: return sizeof (tree_label_decl);
1225 if (TREE_CODE (t) == LABEL_DECL)
2764 build_case_label (tree low_value, tree high_value, tree label_decl)
2769 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (label_decl));
2773 CASE_LABEL (t) = label_decl;
    [all...]
tree.h 732 In LABEL_DECL nodes, it means a goto for this label has been seen
881 /* In a LABEL_DECL, nonzero means this label had its address taken
2726 PARM_DECL, FUNCTION_DECL, LABEL_DECL, RESULT_DECL, and CONST_DECL
2875 For LABEL_DECL nodes, nonzero if nonlocal gotos to the label are permitted.
3106 /* A numeric unique identifier for a LABEL_DECL. The UID allocation is
3110 (LABEL_DECL_CHECK (NODE)->label_decl.label_decl_uid)
3112 /* In a LABEL_DECL, the EH region number for which the label is the
3115 (LABEL_DECL_CHECK (NODE)->label_decl.eh_landing_pad_nr)
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 203 tree label_decl; /* LABEL_DECL, unless deleted local label. */ variable
225 this, it has a more specific meaning for LABEL_DECL. */
427 if (ent->label_decl)
428 labels.quick_push (ent->label_decl);
759 if (TREE_CODE (decl) == LABEL_DECL)
3232 case LABEL_DECL:
3607 if (old && old->label_decl)
3615 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label");
3622 if (old && !old->label_decl)
    [all...]
module.cc 6228 case LABEL_DECL:
6231 WU (t->label_decl.label_decl_uid);
6232 WU (t->label_decl.eh_landing_pad_nr);
6760 case LABEL_DECL:
6761 RU (t->label_decl.label_decl_uid);
6762 RU (t->label_decl.eh_landing_pad_nr);
8682 case LABEL_DECL:
9478 case LABEL_DECL:
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 198 tree label_decl; /* LABEL_DECL, unless deleted local label. */ variable
417 if (ent->label_decl)
418 labels.quick_push (ent->label_decl);
734 if (TREE_CODE (decl) == LABEL_DECL)
3004 case LABEL_DECL:
3383 if (old && old->label_decl)
3391 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label");
3398 if (old && !old->label_decl)
3408 /* Now create the LABEL_DECL. *
    [all...]
module.cc 6016 case LABEL_DECL:
6019 WU (t->label_decl.label_decl_uid);
6020 WU (t->label_decl.eh_landing_pad_nr);
6519 case LABEL_DECL:
6520 RU (t->label_decl.label_decl_uid);
6521 RU (t->label_decl.eh_landing_pad_nr);
8315 case LABEL_DECL:
9081 case LABEL_DECL:

Completed in 128 milliseconds