HomeSort by: relevance | last modified time | path
    Searched refs:TYPE_VALUES (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-aux-info.cc 386 chain_p = TYPE_VALUES (t);
  /src/external/gpl3/gcc/dist/gcc/c/
c-aux-info.cc 386 chain_p = TYPE_VALUES (t);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-free-lang-data.cc 303 TYPE_VALUES (copy) = NULL;
497 if (!TYPE_VALUES (type))
502 TYPE_VALUES (type) = NULL;
tree-dump.cc 450 dump_child ("csts", TYPE_VALUES (t));
tree.cc 6106 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type)
6107 && !(TYPE_VALUES (a->type)
6108 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST
6109 && TYPE_VALUES (b->type)
6110 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST
6111 && type_list_equal (TYPE_VALUES (a->type),
6112 TYPE_VALUES (b->type))))
13351 && TYPE_VALUES (t))
13352 verify_variant_match (TYPE_VALUES);
    [all...]
print-tree.cc 695 print_node (file, "values", TYPE_VALUES (node), indent + 4);
ipa-devirt.cc 4070 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
4073 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
4085 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 484 cons = tree_cons (DECL_NAME (decl), cst, TYPE_VALUES (enum_type));
485 TYPE_VALUES (enum_type) = cons;
497 iter = TYPE_VALUES (enum_type);
  /src/external/gpl3/gcc/dist/gcc/
ipa-free-lang-data.cc 303 TYPE_VALUES (copy) = NULL;
497 if (!TYPE_VALUES (type))
502 TYPE_VALUES (type) = NULL;
tree-dump.cc 450 dump_child ("csts", TYPE_VALUES (t));
print-tree.cc 705 print_node (file, "values", TYPE_VALUES (node), indent + 4);
ipa-devirt.cc 4086 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
4089 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
4101 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
tree.cc 6166 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type)
6167 && !(TYPE_VALUES (a->type)
6168 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST
6169 && TYPE_VALUES (b->type)
6170 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST
6171 && type_list_equal (TYPE_VALUES (a->type),
6172 TYPE_VALUES (b->type))))
13690 && TYPE_VALUES (t))
13691 verify_variant_match (TYPE_VALUES);
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 495 cons = tree_cons (DECL_NAME (decl), cst, TYPE_VALUES (enum_type));
496 TYPE_VALUES (enum_type) = cons;
508 iter = TYPE_VALUES (enum_type);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 805 for (tree l = TYPE_VALUES (type); l; l = TREE_CHAIN (l))
1173 for (tree l = TYPE_VALUES (type); l; l = TREE_CHAIN (l))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1947 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
1975 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
1999 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
c-warn.cc 1508 if (TYPE_VALUES (type) == NULL_TREE)
1736 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain))
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1950 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
1978 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
2002 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value))
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 1059 TYPE_VALUES (t->ctype) = values;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 16416 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
16424 for (values = TYPE_VALUES (enumtype);
16432 if (TYPE_VALUES (enumtype))
16436 for (values = TYPE_VALUES (enumtype);
16585 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
16611 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
16648 && (TYPE_VALUES (enumtype)
16727 if (TYPE_VALUES (enumtype)
    [all...]
name-lookup.cc 222 && decl == TREE_VALUE (TYPE_VALUES (type)))
2178 for (tree values = TYPE_VALUES (enumtype);
2331 n_fields = list_length (TYPE_VALUES (enumtype));
6614 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter))
7076 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter))
module.cc 4655 for (tree values = TYPE_VALUES (ctx);
9041 for (tree values = TYPE_VALUES (TREE_TYPE (t));
10219 && TYPE_VALUES (TREE_TYPE (decl)))
10493 if (tree values = TYPE_VALUES (type))
11268 ? TYPE_VALUES (type) : TYPE_FIELDS (type)))
12080 tree_node (TYPE_VALUES (type));
12090 for (tree values = TYPE_VALUES (type); values; values = TREE_CHAIN (values))
12112 tree maybe_dup = odr_duplicate (maybe_template, TYPE_VALUES (type));
12113 bool installing = maybe_dup && !TYPE_VALUES (type);
12117 TYPE_VALUES (type) = values
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 17152 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
17160 for (values = TYPE_VALUES (enumtype);
17168 if (TYPE_VALUES (enumtype))
17172 for (values = TYPE_VALUES (enumtype);
17327 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
17353 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
17390 && (TYPE_VALUES (enumtype)
17475 if (TYPE_VALUES (enumtype)
    [all...]
name-lookup.cc 222 && decl == TREE_VALUE (TYPE_VALUES (type)))
2313 for (tree values = TYPE_VALUES (enumtype);
2481 n_fields = list_length (TYPE_VALUES (enumtype));
7031 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter))
7278 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter))
module.cc 4824 for (tree values = TYPE_VALUES (ctx);
6098 We stream TYPE_VALUES as part of the definition. */
6644 We stream TYPE_VALUES as part of the definition. */
9438 for (tree values = TYPE_VALUES (TREE_TYPE (t));
10733 && TYPE_VALUES (TREE_TYPE (decl)))
11004 if (tree values = TYPE_VALUES (type))
11814 ? TYPE_VALUES (type) : TYPE_FIELDS (type)))
12618 tree_node (TYPE_VALUES (type));
12628 for (tree values = TYPE_VALUES (type); values; values = TREE_CHAIN (values))
12648 tree maybe_dup = odr_duplicate (maybe_template, TYPE_VALUES (type))
    [all...]

Completed in 184 milliseconds

1 2 3