| /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/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/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/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/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...] |
| /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...] |