Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18393 uint64_t TypeStorageSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
18402 Value.ugt(TypeStorageSize) && in VerifyBitField()
18406 CStdConstraintViolation ? TypeWidth : TypeStorageSize; in VerifyBitField()