HomeSort by relevance Sort by last modified time
    Searched defs:_Atomic (Results 1 - 13 of 13) sorted by null

  /bionic/libc/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(short) atomic_short
    [all...]
  /external/clang/test/CodeGen/
c11atomics-ios.c 10 void testFloat(_Atomic(float) *fp) {
21 _Atomic(float) x = 2.0f;
41 void testComplexFloat(_Atomic(_Complex float) *fp) {
60 _Atomic(_Complex float) x = 2.0f;
97 void testStruct(_Atomic(S) *fp) {
123 _Atomic(S) x = (S){1,2,3,4};
147 void testPromotedStruct(_Atomic(PS) *fp) {
176 _Atomic(PS) x = (PS){1,2,3};
205 void testPromotedStructOps(_Atomic(PS) *p) {
c11atomics.c 17 _Atomic(_Bool) b;
18 _Atomic(int) i;
19 _Atomic(long long) l;
20 _Atomic(short) s;
21 _Atomic(char*) p;
22 _Atomic(float) f;
23 _Atomic(vector) v;
139 void testFloat(_Atomic(float) *fp) {
152 _Atomic(float) x = 2.0f;
174 void testComplexFloat(_Atomic(_Complex float) *fp)
    [all...]
atomic-ops.c 17 int fi1(_Atomic(int) *i) {
37 void fi2(_Atomic(int) *i) {
56 int fi3(_Atomic(int) *i) {
92 _Bool fi4(_Atomic(int) *i) {
126 float ff1(_Atomic(float) *d) {
132 void ff2(_Atomic(float) *d) {
138 float ff3(_Atomic(float) *d) {
142 int* fp1(_Atomic(int*) *p) {
148 int* fp2(_Atomic(int*) *p) {
163 _Complex float fc(_Atomic(_Complex float) *c)
    [all...]
big-atomic-ops.c 17 int fi1(_Atomic(int) *i) {
37 void fi2(_Atomic(int) *i) {
56 int fi3(_Atomic(int) *i) {
92 _Bool fi4(_Atomic(int) *i) {
114 float ff1(_Atomic(float) *d) {
120 void ff2(_Atomic(float) *d) {
126 float ff3(_Atomic(float) *d) {
130 int* fp1(_Atomic(int*) *p) {
136 int* fp2(_Atomic(int*) *p) {
151 _Complex float fc(_Atomic(_Complex float) *c)
    [all...]
  /external/clang/test/SemaCXX/
atomic-type.cxx 4 _Atomic(T) value;
6 void f() _Atomic; // expected-error {{expected ';' at end of declaration list}}
19 int &ovl1(_Atomic(int));
20 int &ovl1(_Atomic int); // ok, redeclaration
21 long &ovl1(_Atomic(long));
22 float &ovl1(_Atomic(float));
23 double &ovl1(_Atomic(A const *const *));
24 double &ovl1(A const *const *_Atomic);
25 short &ovl1(_Atomic(A **));
27 void test_overloading(int i, float f, _Atomic(int) ai, _Atomic(float) af
    [all...]
MicrosoftCompatibility.cpp 6 struct _Atomic {};
  /development/ndk/platforms/android-L/include/
stdatomic.h 190 * No native support for _Atomic(). Place object in structure to prevent
193 #define _Atomic(T) struct { T volatile __val; }
196 typedef _Atomic(bool) atomic_bool;
197 typedef _Atomic(char) atomic_char;
198 typedef _Atomic(signed char) atomic_schar;
199 typedef _Atomic(unsigned char) atomic_uchar;
200 typedef _Atomic(short) atomic_short;
201 typedef _Atomic(unsigned short) atomic_ushort;
202 typedef _Atomic(int) atomic_int;
203 typedef _Atomic(unsigned int) atomic_uint
    [all...]

Completed in 665 milliseconds