Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp15139 uint64_t TypeStorageSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
15148 Value.ugt(TypeStorageSize) && in VerifyBitField()
15152 CStdConstraintViolation ? TypeWidth : TypeStorageSize; in VerifyBitField()