Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp162 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
198 ConstantArrayType::getNumAddressingBits(const ASTContext &Context) const { in getNumAddressingBits() function in ConstantArrayType
199 return getNumAddressingBits(Context, getElementType(), getSize()); in getNumAddressingBits()
H A DExprConstant.cpp3616 CAT->getNumAddressingBits(Info.Ctx), CAT->getSize().getZExtValue(),
9870 ConstantArrayType::getNumAddressingBits( in VisitCXXNewExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3214 static unsigned getNumAddressingBits(const ASTContext &Context,
3218 unsigned getNumAddressingBits(const ASTContext &Context) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2257 ConstantArrayType::getNumAddressingBits(Context, AllocType, *Value); in BuildCXXNew()
H A DSemaType.cpp2699 ? ConstantArrayType::getNumAddressingBits(Context, T, ConstVal) in BuildArrayType()
H A DSemaDecl.cpp6639 ? ConstantArrayType::getNumAddressingBits(Context, ElemTy, Res) in TryToFixInvalidVariablyModifiedType()