Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp77 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
/external/llvm-project/clang/lib/AST/
DType.cpp141 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
DExprConstant.cpp9392 if (ConstantArrayType::getNumAddressingBits(Info.Ctx, AllocType, in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DType.h2534 static unsigned getNumAddressingBits(const ASTContext &Context,
/external/llvm-project/clang/include/clang/AST/
DType.h2946 static unsigned getNumAddressingBits(const ASTContext &Context,
/external/clang/lib/Sema/
DSemaType.cpp2228 = ConstantArrayType::getNumAddressingBits(Context, T, ConstVal); in BuildArrayType()
DSemaExprCXX.cpp1713 ConstantArrayType::getNumAddressingBits(Context, AllocType, Value); in BuildCXXNew()
DSemaDecl.cpp5210 = ConstantArrayType::getNumAddressingBits(Context, VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2488 ? ConstantArrayType::getNumAddressingBits(Context, T, ConstVal) in BuildArrayType()
DSemaExprCXX.cpp2109 unsigned ActiveSizeBits = ConstantArrayType::getNumAddressingBits( in BuildCXXNew()
DSemaDecl.cpp5961 ? ConstantArrayType::getNumAddressingBits(Context, ElemTy, Res) in TryToFixInvalidVariablyModifiedType()