HomeSort by: relevance | last modified time | path
    Searched defs:tdecl (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 877 tree tdecl = node->get_alias_target_tree (); local
878 if (!tdecl || !DECL_P (tdecl)
879 || !lookup_attribute ("flatten", DECL_ATTRIBUTES (tdecl)))
dwarf2out.cc 24273 tree tdecl
24275 tdie = lookup_decl_die (tdecl);
24278 arg_decl = tdecl;
31535 tree tdecl = SYMBOL_REF_DECL (a->dw_attr_val.v.val_addr);
31536 dw_die_ref tdie = lookup_decl_die (tdecl);
31539 && DECL_EXTERNAL (tdecl)
31540 && DECL_ABSTRACT_ORIGIN (tdecl) == NULL_TREE
31541 && (cdie = lookup_context_die (DECL_CONTEXT (tdecl))))
31553 /* Creating a full DIE for tdecl is overly expensive and
31560 add_linkage_attr (tdie, tdecl);
24255 tree tdecl local
31516 tree tdecl = SYMBOL_REF_DECL (a->dw_attr_val.v.val_addr); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 866 tree tdecl = node->get_alias_target_tree (); local
867 if (!tdecl || !DECL_P (tdecl)
868 || !lookup_attribute ("flatten", DECL_ATTRIBUTES (tdecl)))
dwarf2out.cc 24157 tree tdecl
24159 tdie = lookup_decl_die (tdecl);
24162 arg_decl = tdecl;
31388 tree tdecl = SYMBOL_REF_DECL (a->dw_attr_val.v.val_addr);
31389 dw_die_ref tdie = lookup_decl_die (tdecl);
31392 && DECL_EXTERNAL (tdecl)
31393 && DECL_ABSTRACT_ORIGIN (tdecl) == NULL_TREE
31394 && (cdie = lookup_context_die (DECL_CONTEXT (tdecl))))
31406 /* Creating a full DIE for tdecl is overly expensive and
31413 add_linkage_attr (tdie, tdecl);
24139 tree tdecl local
31369 tree tdecl = SYMBOL_REF_DECL (a->dw_attr_val.v.val_addr); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 505 tree tdecl; local
784 tdecl = add_builtin_type ("__bool char", bool_char_type_node);
785 TYPE_NAME (bool_char_type_node) = tdecl;
787 tdecl = add_builtin_type ("__bool short", bool_short_type_node);
788 TYPE_NAME (bool_short_type_node) = tdecl;
790 tdecl = add_builtin_type ("__bool int", bool_int_type_node);
791 TYPE_NAME (bool_int_type_node) = tdecl;
793 tdecl = add_builtin_type ("__pixel", pixel_type_node);
794 TYPE_NAME (pixel_type_node) = tdecl;
870 if ((tdecl = builtin_decl_explicit (BUILT_IN_CLOG)) != NULL_TREE
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 1370 tree tdecl = NULL_TREE;
1372 tdecl = finish_member_template_decl (decl);
1382 finish_member_declaration (tdecl);
3229 tree tdecl = finish_template_type (name, targlist (args), false);;
3230 DECL_SOURCE_LOCATION (tdecl) = loc;
3232 return convert_out (ctx->preserve (tdecl));
1365 tree tdecl = NULL_TREE; local
3224 tree tdecl = finish_template_type (name, targlist (args), false);; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 508 tree tdecl; local
772 tdecl = add_builtin_type ("__bool char", bool_char_type_node);
773 TYPE_NAME (bool_char_type_node) = tdecl;
775 tdecl = add_builtin_type ("__bool short", bool_short_type_node);
776 TYPE_NAME (bool_short_type_node) = tdecl;
778 tdecl = add_builtin_type ("__bool int", bool_int_type_node);
779 TYPE_NAME (bool_int_type_node) = tdecl;
781 tdecl = add_builtin_type ("__pixel", pixel_type_node);
782 TYPE_NAME (pixel_type_node) = tdecl;
894 if ((tdecl = builtin_decl_explicit (BUILT_IN_CLOG)) != NULL_TREE
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 1370 tree tdecl = NULL_TREE;
1372 tdecl = finish_member_template_decl (decl);
1382 finish_member_declaration (tdecl);
3228 tree tdecl = finish_template_type (name, targlist (args), false);;
3229 DECL_SOURCE_LOCATION (tdecl) = loc;
3231 return convert_out (ctx->preserve (tdecl));
1365 tree tdecl = NULL_TREE; local
3223 tree tdecl = finish_template_type (name, targlist (args), false);; local
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 889 tree tdecl; local
961 tdecl = add_builtin_type (aarch64_simd_types[i].name,
963 TYPE_NAME (aarch64_simd_types[i].itype) = tdecl;
973 tdecl = add_builtin_type
975 TYPE_NAME (aarch64_simd_intOI_type_node) = tdecl;
976 tdecl = add_builtin_type
978 TYPE_NAME (aarch64_simd_intCI_type_node) = tdecl;
979 tdecl = add_builtin_type
981 TYPE_NAME (aarch64_simd_intXI_type_node) = tdecl;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1053 tree tdecl; local
1125 tdecl = add_builtin_type (aarch64_simd_types[i].name,
1127 TYPE_NAME (aarch64_simd_types[i].itype) = tdecl;
1137 tdecl = add_builtin_type
1139 TYPE_NAME (aarch64_simd_intOI_type_node) = tdecl;
1140 tdecl = add_builtin_type
1142 TYPE_NAME (aarch64_simd_intCI_type_node) = tdecl;
1143 tdecl = add_builtin_type
1145 TYPE_NAME (aarch64_simd_intXI_type_node) = tdecl;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 1544 tree tdecl; local
1652 tdecl = add_builtin_type (arm_simd_types[i].name,
1654 TYPE_NAME (arm_simd_types[i].itype) = tdecl;
1666 tdecl = add_builtin_type
1668 TYPE_NAME (arm_simd_intEI_type_node) = tdecl;
1669 tdecl = add_builtin_type
1671 TYPE_NAME (arm_simd_intOI_type_node) = tdecl;
1672 tdecl = add_builtin_type
1674 TYPE_NAME (arm_simd_intCI_type_node) = tdecl;
1675 tdecl = add_builtin_typ
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4709 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
4710 DECL_ARTIFICIAL (tdecl) = 1;
4711 set_global_binding (tdecl);
4712 decl = tdecl;
4700 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type); local
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 1507 tree tdecl; local
1615 tdecl = add_builtin_type (arm_simd_types[i].name,
1617 TYPE_NAME (arm_simd_types[i].itype) = tdecl;
1629 tdecl = add_builtin_type
1631 TYPE_NAME (arm_simd_intEI_type_node) = tdecl;
1632 tdecl = add_builtin_type
1634 TYPE_NAME (arm_simd_intOI_type_node) = tdecl;
1635 tdecl = add_builtin_type
1637 TYPE_NAME (arm_simd_intCI_type_node) = tdecl;
1638 tdecl = add_builtin_typ
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 4380 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
4381 DECL_ARTIFICIAL (tdecl) = 1;
4382 set_global_binding (tdecl);
4383 decl = tdecl;
4371 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type); local

Completed in 172 milliseconds