Home
last modified time | relevance | path

Searched refs:atomic_type (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c6062 tree atomic_type = find_atomic_core_type (type); in build_qualified_type() local
6063 if (atomic_type) in build_qualified_type()
6067 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t)) in build_qualified_type()
6068 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type)); in build_qualified_type()