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

  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.h 309 enum nds32_relax_hint_type main_type; member in struct:nds32_relax_hint_table
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.h 309 enum nds32_relax_hint_type main_type; member in struct:nds32_relax_hint_table
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 30 The main data structure is main_type; it consists of a code (such
33 field main_type::type_specific that is a union of info specific to
474 /* * Determine which field of the union main_type.fields[x].loc is
487 main_type.type_specific union is being used, if any.
493 other fields of struct main_type. But, since we still have extra
876 struct main_type struct
1020 return this->main_type->code;
1026 this->main_type->code = code;
1032 return this->main_type->name;
1038 this->main_type->name = name
1581 struct main_type *main_type; member in struct:type
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 30 The main data structure is main_type; it consists of a code (such
33 field main_type::type_specific that is a union of info specific to
474 /* * Determine which field of the union main_type.fields[x].loc is
490 main_type.type_specific union is being used, if any.
496 other fields of struct main_type. But, since we still have extra
892 struct main_type struct
1036 return this->main_type->code;
1042 this->main_type->code = code;
1048 return this->main_type->name;
1054 this->main_type->name = name
1598 struct main_type *main_type; member in struct:type
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 7038 tree maxindex, type, main_type, elt, unqual_elt;
7130 main_type = build_distinct_type_copy (TYPE_MAIN_VARIANT (type));
7131 TREE_TYPE (main_type) = unqual_elt;
7132 TYPE_DOMAIN (main_type)
7135 TYPE_TYPELESS_STORAGE (main_type) = TYPE_TYPELESS_STORAGE (type);
7136 layout_type (main_type);
7139 if (TYPE_STRUCTURAL_EQUALITY_P (TREE_TYPE (main_type))
7140 || TYPE_STRUCTURAL_EQUALITY_P (TYPE_DOMAIN (main_type)))
7141 SET_TYPE_STRUCTURAL_EQUALITY (main_type);
7143 TYPE_CANONICAL (main_type) = main_type
7021 tree maxindex, type, main_type, elt, unqual_elt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 6853 tree maxindex, type, main_type, elt, unqual_elt;
6945 main_type = build_distinct_type_copy (TYPE_MAIN_VARIANT (type));
6946 TREE_TYPE (main_type) = unqual_elt;
6947 TYPE_DOMAIN (main_type)
6950 TYPE_TYPELESS_STORAGE (main_type) = TYPE_TYPELESS_STORAGE (type);
6951 layout_type (main_type);
6953 /* Make sure we have the canonical MAIN_TYPE. */
6954 hashval_t hashcode = type_hash_canon_hash (main_type);
6955 main_type = type_hash_canon (hashcode, main_type);
6836 tree maxindex, type, main_type, elt, unqual_elt; local
    [all...]

Completed in 35 milliseconds