Home
last modified time | relevance | path

Searched defs:_Atomic_word (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/sparc/
H A Datomic_word.h29 typedef long _Atomic_word; typedef
31 typedef int _Atomic_word; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/sparc/
H A Datomic_word.h29 typedef long _Atomic_word; typedef
31 typedef int _Atomic_word; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/
H A Datomic_word.h29 typedef int _Atomic_word __attribute__ ((__aligned__ (4))); typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/cris/
H A Datomic_word.h29 typedef int _Atomic_word __attribute__ ((__aligned__ (4))); typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/
H A Datomic_word.h32 typedef int _Atomic_word; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/
H A Datomic_word.h32 typedef int _Atomic_word; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dxutility.d373 alias _Atomic_word = int; in version() local
H A Dstring.d1152 alias _Atomic_word = int; // should we use atomic!int? in version() local
1155 alias _Atomic_word = int; in version() local