Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1098 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()
1121 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp938 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
H A DCGNonTrivialStruct.cpp194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
H A DCGExprCXX.cpp1078 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
H A DCGCall.cpp3391 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/llvm-project-15.0.7/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.cpp6894 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2731 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;