reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2946   static unsigned getMaxSizeBits(const ASTContext &Context);

References

tools/clang/lib/AST/ExprConstant.cpp
 6004   if (ByteSize.getActiveBits() > ConstantArrayType::getMaxSizeBits(Info.Ctx)) {
 8545         ConstantArrayType::getMaxSizeBits(Info.Ctx)) {
tools/clang/lib/Sema/SemaDecl.cpp
 5790   if (ActiveSizeBits > ConstantArrayType::getMaxSizeBits(Context)) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 2016           if (ActiveSizeBits > ConstantArrayType::getMaxSizeBits(Context))
tools/clang/lib/Sema/SemaInit.cpp
 2840       ConstantArrayType::getMaxSizeBits(SemaRef.Context);
tools/clang/lib/Sema/SemaType.cpp
 2286       if (ActiveSizeBits > ConstantArrayType::getMaxSizeBits(Context)) {