Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDDynamicExtent.cpp45 static DefinedOrUnknownSVal getConstantArrayElementCount(SValBuilder &SVB, in getConstantArrayElementCount() function
80 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCount()
116 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCountWithOffset()
HDExprEngineCXX.cpp633 Size = getContext().getConstantArrayElementCount(CAT); in handleConstructor()
1211 getContext().getConstantArrayElementCount( in VisitLambdaExpr()
HDExprEngineCallAndReturn.cpp1151 unsigned ArrSize = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()
1190 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
HDRegionStore.cpp2586 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.cpp865 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
HDCGNonTrivialStruct.cpp194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
HDCGExprCXX.cpp1104 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
HDCGCall.cpp3685 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp782 size_t ArrSize = B->Ctx.getConstantArrayElementCount(ConstantArrTy); in transformForValuePrinting()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDRecordLayoutBuilder.cpp451 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()
555 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
HDASTContext.cpp7425 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2839 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;