Home
last modified time | relevance | path

Searched defs:subscripts (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor-io.h30 const SubscriptValue subscripts[]) { in ExtractElement()
49 SubscriptValue subscripts[maxRank]; in FormattedIntegerIO() local
82 SubscriptValue subscripts[maxRank]; in FormattedRealIO() local
115 SubscriptValue subscripts[maxRank]; in FormattedComplexIO() local
163 SubscriptValue subscripts[maxRank]; in FormattedCharacterIO() local
203 SubscriptValue subscripts[maxRank]; in FormattedLogicalIO() local
292 SubscriptValue subscripts[maxRank]; in FormattedDerivedTypeIO() local
339 SubscriptValue subscripts[maxRank]; in UnformattedDescriptorIO() local
H A Dreduction-templates.h116 SubscriptValue subscripts[], TYPE *result, ACCUMULATOR &accumulator) { in ReduceDimToScalar()
136 SubscriptValue subscripts[], const Descriptor &mask, TYPE *result, in ReduceDimMaskToScalar()
H A DISO_Fortran_binding.cpp28 const CFI_cdesc_t *descriptor, const CFI_index_t subscripts[]) { in CFI_address()
H A Dreduction.cpp245 SubscriptValue subscripts[]) -> typename ACCUMULATOR::Type { in ReduceLogicalDimToScalar()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.h143 std::vector<ConstantSubscript> subscripts; member
H A Dexpression.cpp243 int subscripts{static_cast<int>(ref.size())}; in CompleteSubscripts() local
274 DataRef &&dataRef, std::vector<Subscript> &&subscripts) { in ApplySubscripts()
1024 std::vector<Subscript> subscripts; in AnalyzeSectionSubscripts() local
1198 std::vector<Subscript> subscripts; in Analyze() local
H A Dresolve-names-utils.cpp379 auto subscripts{currObject_.subscripts}; in AddToSet() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparse-tree.cpp96 const Name &name, std::list<Expr> &&subscripts) { in MakeArrayElementRef()
106 StructureComponent &&sc, std::list<Expr> &&subscripts) { in MakeArrayElementRef()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp205 const CFI_cdesc_t *dv, const CFI_index_t subscripts[]) { in check_CFI_address()
241 CFI_index_t subscripts[CFI_MAX_RANK]; in run_CFI_address_tests() local
561 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
592 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h154 std::vector<Constant<SubscriptInteger>> subscripts; in Folding() local
194 const std::vector<Constant<SubscriptInteger>> &subscripts) { in ApplySubscripts()
255 const std::vector<Constant<SubscriptInteger>> *subscripts) { in ApplyComponent()
312 const std::vector<Constant<SubscriptInteger>> *subscripts) { in GetConstantComponent()
H A Dfold-designator.cpp219 std::vector<Subscript> subscripts; in OffsetToArrayRef() local
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h52 std::vector<ConstantSubscript> subscripts; // for array elem member
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h886 iterator_range<SubscriptsTy::const_iterator> subscripts() const { in subscripts() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DIterationSpace.cpp668 bool intersection(const A &subscripts) { in intersection()
H A DConvertExpr.cpp1632 Fortran::evaluate::ConstantSubscripts subscripts = con.lbounds(); in genArrayLit() local
1714 Fortran::evaluate::ConstantSubscripts subscripts = con.lbounds(); in genArrayLit() local
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1750 std::list<SectionSubscript> subscripts; member
1856 std::list<SectionSubscript> subscripts; member
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2093 auto &subscripts = lBounds; in doRewrite() local