Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp44 static DefinedOrUnknownSVal getConstantArrayElementCount(SValBuilder &SVB, in getConstantArrayElementCount() function
79 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCount()
115 return getConstantArrayElementCount(SVB, MR); in getDynamicElementCountWithOffset()
H A DExprEngineCallAndReturn.cpp1151 unsigned ArrSize = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()
1190 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
H A DExprEngineCXX.cpp598 Size = getContext().getConstantArrayElementCount(CAT); in handleConstructor()
1183 getContext().getConstantArrayElementCount( in VisitLambdaExpr()
H A DRegionStore.cpp2813 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp258 size_t ArrSize = Ctx.getConstantArrayElementCount(ConstantArrTy); in ExtractValueFromExpr()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp546 if (astContext.getConstantArrayElementCount(cat) == 0) in isZeroInitializable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp864 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
H A DCGNonTrivialStruct.cpp195 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
H A DCGExprCXX.cpp1109 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
H A DCGCall.cpp3846 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp443 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()
543 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
H A DASTContext.cpp8021 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3043 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8898 …yElementCountEPKNS_17ConstantArrayTypeE", "clang::ASTContext::getConstantArrayElementCount(clang::…