Searched refs:AtomicUIntPtrT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp319 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); local
320 addImplicitTypedef("atomic_uintptr_t", AtomicUIntPtrT);
344 Atomic64BitTypes.push_back(AtomicUIntPtrT);

Completed in 109 milliseconds