Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp284 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize() local
285 addImplicitTypedef("atomic_uintptr_t", AtomicUIntPtrT); in Initialize()
309 Atomic64BitTypes.push_back(AtomicUIntPtrT); in Initialize()