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

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 615 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type);
1105 if (! TYPE_USER_ALIGN (type))
1133 user_align |= TYPE_USER_ALIGN (type);
1142 TYPE_USER_ALIGN (rli->t) |= user_align;
1399 if (! TYPE_USER_ALIGN (type))
1420 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type);
1445 if (! TYPE_USER_ALIGN (type))
1461 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type)
    [all...]
ipa-free-lang-data.cc 133 || TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (v)))
169 TYPE_USER_ALIGN (v) = TYPE_USER_ALIGN (t);
287 TYPE_USER_ALIGN (copy) = 0;
print-tree.cc 670 if (TYPE_USER_ALIGN (node))
tree-streamer-in.cc 387 TYPE_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 339 bp_pack_value (bp, TYPE_USER_ALIGN (expr), 1);
tree.cc 1250 TYPE_USER_ALIGN (t) = 0;
5559 && TYPE_USER_ALIGN (cand) == TYPE_USER_ALIGN (base))
5596 && TYPE_USER_ALIGN (cand)
5702 TYPE_USER_ALIGN (t) = 1;
7164 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type);
9473 TYPE_USER_ALIGN (void_type_node) = 0;
13202 - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 643 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type);
1133 if (! TYPE_USER_ALIGN (type))
1161 user_align |= TYPE_USER_ALIGN (type);
1170 TYPE_USER_ALIGN (rli->t) |= user_align;
1427 if (! TYPE_USER_ALIGN (type))
1448 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type);
1473 if (! TYPE_USER_ALIGN (type))
1489 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type)
    [all...]
ipa-free-lang-data.cc 133 || TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (v)))
169 TYPE_USER_ALIGN (v) = TYPE_USER_ALIGN (t);
287 TYPE_USER_ALIGN (copy) = 0;
print-tree.cc 680 if (TYPE_USER_ALIGN (node))
tree-streamer-in.cc 373 TYPE_USER_ALIGN (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 330 bp_pack_value (bp, TYPE_USER_ALIGN (expr), 1);
tree.cc 1233 TYPE_USER_ALIGN (t) = 0;
5599 && TYPE_USER_ALIGN (cand) == TYPE_USER_ALIGN (base))
5636 && TYPE_USER_ALIGN (cand)
5742 TYPE_USER_ALIGN (t) = 1;
7272 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type);
9619 TYPE_USER_ALIGN (void_type_node) = 0;
13540 - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
14109 if (TYPE_USER_ALIGN (t1) != TYPE_USER_ALIGN (t2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 175 (TREE_CODE (TYPE) == VECTOR_TYPE && !TYPE_USER_ALIGN (TYPE) \
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.h 175 (VECTOR_TYPE_P (TYPE) && !TYPE_USER_ALIGN (TYPE) \
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 613 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type);
d-convert.cc 511 TYPE_USER_ALIGN (unaligned_type) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 2081 if (!TYPE_USER_ALIGN (variant)
2086 TYPE_USER_ALIGN (variant) = TYPE_USER_ALIGN (type);
2126 bool user_align = TYPE_USER_ALIGN (t);
2141 if (TYPE_USER_ALIGN (variants))
2144 TYPE_USER_ALIGN (variants) = user_align;
4546 TYPE_USER_ALIGN (rli->t) = 1;
4553 TYPE_USER_ALIGN (rli->t) = 1;
6770 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
6928 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t)
    [all...]
tree.cc 1416 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type);
1669 && (TYPE_ATTRIBUTES (t) || TYPE_USER_ALIGN (t)))
1843 if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result)
1846 gcc_assert (TYPE_USER_ALIGN (t));
1855 TYPE_USER_ALIGN (result) = true;
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 2307 if (!TYPE_USER_ALIGN (variant)
2312 TYPE_USER_ALIGN (variant) = TYPE_USER_ALIGN (type);
2352 bool user_align = TYPE_USER_ALIGN (t);
2367 if (TYPE_USER_ALIGN (variants))
2370 TYPE_USER_ALIGN (variants) = user_align;
4823 TYPE_USER_ALIGN (rli->t) = 1;
4830 TYPE_USER_ALIGN (rli->t) = 1;
7079 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
7238 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t)
    [all...]
tree.cc 1441 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (type);
1699 && (TYPE_ATTRIBUTES (t) || TYPE_USER_ALIGN (t)))
1862 if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result)
1865 gcc_assert (TYPE_USER_ALIGN (t));
1874 TYPE_USER_ALIGN (result) = true;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 2481 if (TYPE_USER_ALIGN (type))
2654 TYPE_USER_ALIGN (*type) = 1;
6532 else if (type && TYPE_USER_ALIGN (type))
6538 found_match = TYPE_USER_ALIGN (type);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 2374 TYPE_USER_ALIGN (*type) = 1;
6104 else if (type && TYPE_USER_ALIGN (type))
6110 found_match = TYPE_USER_ALIGN (type);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 754 TYPE_USER_ALIGN (vector_pair_type_node) = 0;
766 TYPE_USER_ALIGN (vector_quad_type_node) = 0;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 766 TYPE_USER_ALIGN (vector_pair_type_node) = 0;
778 TYPE_USER_ALIGN (vector_quad_type_node) = 0;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2575 if (TYPE_USER_ALIGN (tem))
2579 TYPE_USER_ALIGN (newtype) = true;
8269 TYPE_USER_ALIGN (ref) = 0;
9335 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype);

Completed in 143 milliseconds

1 2 3