Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dacinclude.m43343 [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 …]
Dconfigure15844 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 …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc5534 tree atomic_type = find_atomic_core_type (cand); in check_base_type() local
5535 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() local
5624 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()