Home
last modified time | relevance | path

Searched defs:_Atomic (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/test/tsan/Darwin/
Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
Dgcd-groups-destructor.mm9 _Atomic(long) destructor_counter = 0; function
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dlibcxx-shared-ptr-stress.mm10 _Atomic(long) shared_call_counter = 0; function
11 _Atomic(long) weak_call_counter = 0; function
12 _Atomic(long) destructor_counter = 0; function
13 _Atomic(long) weak_destroyed_counter = 0; function
Dxpc-race.mm14 _Atomic(long) msg_counter; function
15 _Atomic(long) processed_msgs; function
/external/clang/test/SemaCXX/
Datomic-type.cpp42 typedef int (A::*fp)() _Atomic; // expected-error {{expected ';' after top level declarator}} expec… typedef
72 _Atomic(X) e2{0}; // expected-error {{illegal initializer}} in _Atomic() function
73 _Atomic(X) a{X(0)}; in _Atomic() function
75 _Atomic(int) e3{0}; // expected-error {{illegal initializer}} in _Atomic() function
DMicrosoftCompatibility.cpp14 struct _Atomic { struct
15 _Atomic() {} in _Atomic() function
16 ~_Atomic() {} in ~_Atomic() argument
/external/llvm-project/clang/test/SemaCXX/
Datomic-type.cpp42 typedef int (A::*fp)() _Atomic; // expected-error {{expected ';' after top level declarator}} expec… typedef
78 _Atomic(X) e2{0}; // expected-error {{illegal initializer}} \ in _Atomic() function
80 _Atomic(X) a{X(0)}; // expected-warning {{'_Atomic' is a C11 extension}} in _Atomic() function
82 _Atomic(int) e3{0}; // expected-error {{illegal initializer}} \ in _Atomic() function
DMicrosoftCompatibility.cpp14 struct _Atomic { struct
15 _Atomic() {} in _Atomic() function
16 ~_Atomic() {} in ~_Atomic() argument
/external/llvm-project/clang/test/CodeGenCXX/
Datomicinit.cpp77 _Atomic(X) c{X(3)}; in _Atomic() function
98 _Atomic(X) c{X(3)}; in _Atomic() function
/external/clang/test/CodeGenCXX/
Datomicinit.cpp77 _Atomic(X) c{X(3)}; in _Atomic() function
98 _Atomic(X) c{X(3)}; in _Atomic() function
/external/llvm-project/clang/test/Sema/
Datomic-implicit-seq_cst.c320 _Atomic(int) * good_address_of(void) { return &atom; } in _Atomic() function
322 _Atomic(int) * good_pointer_arith(_Atomic(int) * p) { return p + 10; } in _Atomic() function
/external/elfutils/lib/
Dstdatomic-fbsd.h103 #define _Atomic(T) struct { volatile __typeof__(T) __val; } macro