Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp178 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
214 ConstantArrayType::getNumAddressingBits(const ASTContext &Context) const { in getNumAddressingBits() function in ConstantArrayType
215 return getNumAddressingBits(Context, getElementType(), getSize()); in getNumAddressingBits()
H A DExprConstant.cpp3644 CAT->getNumAddressingBits(Info.Ctx), CAT->getZExtSize(),
9971 ConstantArrayType::getNumAddressingBits( in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3683 static unsigned getNumAddressingBits(const ASTContext &Context,
3687 unsigned getNumAddressingBits(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2288 ConstantArrayType::getNumAddressingBits(Context, AllocType, *Value); in BuildCXXNew()
H A DSemaType.cpp2246 ? ConstantArrayType::getNumAddressingBits(Context, T, ConstVal) in BuildArrayType()
H A DSemaDecl.cpp6491 ? ConstantArrayType::getNumAddressingBits(Context, ElemTy, Res) in TryToFixInvalidVariablyModifiedType()