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

  /bionic/libc/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 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 PS test_promoted_load(_Atomic(PS) *addr) {
223 void test_promoted_store(_Atomic(PS) *addr, PS *val)
    [all...]
c11atomics.c 23 _Atomic(struct ptr) link;
36 _Atomic(_Bool) b;
37 _Atomic(int) i;
38 _Atomic(long long) l;
39 _Atomic(short) s;
40 _Atomic(char*) p;
41 _Atomic(float) f;
42 _Atomic(vector) v;
158 void testFloat(_Atomic(float) *fp) {
171 _Atomic(float) x = 2.0f
    [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...]
atomic-ops.c 15 int fi1(_Atomic(int) *i) {
41 void fi2(_Atomic(int) *i) {
66 int fi3(_Atomic(int) *i) {
117 _Bool fi4(_Atomic(int) *i) {
159 _Bool fi4d(_Atomic(int) *i, int _AS1 *ptr2) {
166 float ff1(_Atomic(float) *d) {
172 void ff2(_Atomic(float) *d) {
178 float ff3(_Atomic(float) *d) {
259 int* fp1(_Atomic(int*) *p) {
265 int* fp2(_Atomic(int*) *p)
    [all...]
  /external/clang/test/SemaCXX/
atomic-type.cpp 5 _Atomic(T) value;
7 void f() _Atomic; // expected-error {{expected ';' at end of declaration list}}
20 int &ovl1(_Atomic(int));
21 int &ovl1(_Atomic int); // ok, redeclaration
22 long &ovl1(_Atomic(long));
23 float &ovl1(_Atomic(float));
24 double &ovl1(_Atomic(A const *const *));
25 double &ovl1(A const *const *_Atomic);
26 short &ovl1(_Atomic(A **));
28 void test_overloading(int i, float f, _Atomic(int) ai, _Atomic(float) af
    [all...]
MicrosoftCompatibility.cpp 12 _Atomic(int) z;
14 struct _Atomic {
15 _Atomic() {}
16 ~_Atomic() {}
19 struct atomic : _Atomic<T> {
20 typedef _Atomic<T> TheBase;
23 _Atomic(int) alpha;
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 455 // CHECK-DAG: define void @"\01?f@Atomic@@YAXU?$_Atomic@H@__clang@@@Z"(
456 void f(_Atomic(int)) {}

Completed in 654 milliseconds