Home
last modified time | relevance | path

Searched defs:AtomicInt (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dtypes.h10 typedef _Atomic(int) AtomicInt; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Datomicinit.cpp5 typedef _Atomic(int) AtomicInt; typedef
/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h140 explicit AtomicInt(IntType* b) : b_(b) {} in AtomicInt() function
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp197 static constexpr TypePattern AtomicInt{IntType, KindCode::atomicIntKind}; global() variable
[all...]