Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5757 const auto *ExtIntValType = ValType->getAs<ExtIntType>(); in SemaBuiltinAtomicOverloaded() local
5758 if (ExtIntValType && !llvm::isPowerOf2_64(ExtIntValType->getNumBits())) { in SemaBuiltinAtomicOverloaded()