Searched refs:AtomicInt (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_guard_impl.h | 129 class AtomicInt { 133 explicit AtomicInt(IntType* b) : b_(b) {} in AtomicInt() function 134 AtomicInt(AtomicInt const&) = delete; 135 AtomicInt& operator=(AtomicInt const&) = delete; 199 AtomicInt<uint8_t> guard_byte; 510 AtomicInt<uint8_t> init_byte; 514 AtomicInt<uint32_t> thread_id;
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | atomicinit.cpp | 4 typedef _Atomic(int) AtomicInt; typedef 5 AtomicInt PR22043 = AtomicInt();
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p7.cpp | 37 template<_Atomic int ci> struct AtomicInt; // expected-error {{cannot have type '_Atomic(int)'}} 126 template<BadExtType<_Atomic int> > struct AtomicInt; // cxx17-error {{cannot have type}} cxx20-erro…
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | types.h | 10 typedef _Atomic(int) AtomicInt; typedef
|
| H A D | types.c | 23 AtomicInt *AtomicInt_ptr = &AtomicInt_val;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 406 def AtomicInt : Type<"atomic_int", QualType<"Context.getAtomicType(Context.IntTy)">>; 1102 foreach TypePair = [[AtomicInt, Int], [AtomicUInt, UInt], 1139 foreach TypePair = [[AtomicInt, Int, Int], [AtomicUInt, UInt, UInt], 1147 foreach TypePair = [[AtomicInt, Int, Int], [AtomicUInt, UInt, UInt],
|