Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp76 unsigned ConstantArrayType::getNumAddressingBits(ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h2350 static unsigned getNumAddressingBits(ASTContext &Context,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1646 = ConstantArrayType::getNumAddressingBits(Context, T, ConstVal); in BuildArrayType()
H A DSemaExprCXX.cpp1386 ConstantArrayType::getNumAddressingBits(Context, AllocType, Value); in BuildCXXNew()
H A DSemaDecl.cpp4757 = ConstantArrayType::getNumAddressingBits(Context, VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()