Home
last modified time | relevance | path

Searched refs:getConstantArrayElementCount (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp405 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()
502 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
H A DASTContext.cpp4368 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1925 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp814 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()