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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 5606 tree atomic_type = find_atomic_core_type (cand);
5607 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand))
5695 tree atomic_type = find_atomic_core_type (type);
5696 if (atomic_type)
5700 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t))
5701 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type));
5586 tree atomic_type = find_atomic_core_type (cand); local
5675 tree atomic_type = find_atomic_core_type (type); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 5566 tree atomic_type = find_atomic_core_type (cand);
5567 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand))
5655 tree atomic_type = find_atomic_core_type (type);
5656 if (atomic_type)
5660 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t))
5661 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type));
5546 tree atomic_type = find_atomic_core_type (cand); local
5635 tree atomic_type = find_atomic_core_type (type); local

Completed in 40 milliseconds