Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp17783 uint64_t TypeStorageSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
17792 Value.ugt(TypeStorageSize) && in VerifyBitField()
17796 CStdConstraintViolation ? TypeWidth : TypeStorageSize; in VerifyBitField()