Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp45 static DefinedOrUnknownSVal getConstantArrayElementCount(SValBuilder &SVB, in getConstantArrayElementCount() function
80 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCount()
116 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCountWithOffset()
H A DExprEngineCallAndReturn.cpp1150 unsigned ArrSize = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()
1189 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
H A DExprEngineCXX.cpp633 Size = getContext().getConstantArrayElementCount(CAT); in handleConstructor()
1211 getContext().getConstantArrayElementCount( in VisitLambdaExpr()
H A DRegionStore.cpp2585 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp804 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
H A DCGNonTrivialStruct.cpp194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
H A DCGExprCXX.cpp1102 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
H A DCGCall.cpp3677 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp607 size_t ArrSize = Ctx.getConstantArrayElementCount(ConstantArrTy); in getCall()
/freebsd-14.2/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.cpp6977 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2752 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;