Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp111 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context, in getNumAddressingBits() function in ConstantArrayType
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2896 static unsigned getNumAddressingBits(const ASTContext &Context,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2027 ConstantArrayType::getNumAddressingBits(Context, AllocType, Value); in BuildCXXNew()
H A DSemaType.cpp2233 = ConstantArrayType::getNumAddressingBits(Context, T, ConstVal); in BuildArrayType()
H A DSemaDecl.cpp5586 = ConstantArrayType::getNumAddressingBits(Context, VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()