Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp904 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
H A DCGNonTrivialStruct.cpp194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
H A DCGExprCXX.cpp1082 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
H A DCGCall.cpp3312 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp451 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()
555 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
H A DASTContext.cpp6235 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2615 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;