Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp16611 uint64_t TypeStorageSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
16620 Value.ugt(TypeStorageSize) && in VerifyBitField()
16624 CStdConstraintViolation ? TypeWidth : TypeStorageSize; in VerifyBitField()