Searched refs:atomic_type (Results 1 – 3 of 3) sorted by relevance
3343 [typedef bool atomic_type;3344 atomic_type c1;3345 atomic_type c2;3346 atomic_type c3(0);3361 [typedef short atomic_type;3362 atomic_type c1;3363 atomic_type c2;3364 atomic_type c3(0);3379 [typedef int atomic_type;3380 atomic_type c1;[all …]
15844 typedef bool atomic_type;15845 atomic_type c1;15846 atomic_type c2;15847 atomic_type c3(0);15885 typedef short atomic_type;15886 atomic_type c1;15887 atomic_type c2;15888 atomic_type c3(0);15926 typedef int atomic_type;15927 atomic_type c1;[all …]
5534 tree atomic_type = find_atomic_core_type (cand); in check_base_type() local5535 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand)) in check_base_type()5623 tree atomic_type = find_atomic_core_type (type); in build_qualified_type() local5624 if (atomic_type) in build_qualified_type()5628 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t)) in build_qualified_type()5629 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type)); in build_qualified_type()