Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1152 unsigned ArrSize = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()
1191 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
H A DExprEngineCXX.cpp625 Size = getContext().getConstantArrayElementCount(CAT); in handleConstructor()
1211 getContext().getConstantArrayElementCount( in VisitLambdaExpr()
H A DRegionStore.cpp2601 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
/openbsd-src/gnu/llvm/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.cpp1081 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
H A DCGCall.cpp3441 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/openbsd-src/gnu/llvm/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.cpp6970 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2721 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;