Home
last modified time | relevance | path

Searched refs:AtomicInt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h129 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 Datomicinit.cpp4 typedef _Atomic(int) AtomicInt; typedef
5 AtomicInt PR22043 = AtomicInt();
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp37 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 Dtypes.h10 typedef _Atomic(int) AtomicInt; typedef
H A Dtypes.c23 AtomicInt *AtomicInt_ptr = &AtomicInt_val;
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td406 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],