Searched defs:AtomicInt (Results 1 – 4 of 4) sorted by relevance
10 typedef _Atomic(int) AtomicInt; typedef
5 typedef _Atomic(int) AtomicInt; typedef
140 explicit AtomicInt(IntType* b) : b_(b) {} in AtomicInt() function
197 static constexpr TypePattern AtomicInt{IntType, KindCode::atomicIntKind}; global() variable [all...]