Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6006 const auto *ExtIntValType = ValType->getAs<ExtIntType>(); in SemaBuiltinAtomicOverloaded() local
6007 if (ExtIntValType && !llvm::isPowerOf2_64(ExtIntValType->getNumBits())) { in SemaBuiltinAtomicOverloaded()