Home
last modified time | relevance | path

Searched refs:SetBounds (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dpointer.cpp43 pointer.GetDimension(zeroBasedDim).SetBounds(lower, upper); in RTNAME()
98 dim.SetBounds(GetInt64(bounds.ZeroBasedIndexedElement<const char>(2 * j), in RTNAME()
H A Dinquiry.cpp40 result.GetDimension(0).SetBounds(1, array.rank()); in RTNAME()
H A Dcharacter.cpp109 result.GetDimension(j).SetBounds(1, ub[j]); in Compare()
164 result.GetDimension(j).SetBounds(1, ub[j]); in AdjustLRHelper()
218 result.GetDimension(j).SetBounds(1, ub[j]); in LenTrim()
399 result.GetDimension(j).SetBounds(1, ub[j]); in GeneralCharFunc()
521 accumulator.GetDimension(j).SetBounds(1, ub[j]); in MaxMinHelper()
596 accumulator.GetDimension(j).SetBounds(1, ub[j]); in RTNAME()
669 lhs.GetDimension(j).SetBounds(lhsAt[j], ub[j]); in RTNAME()
H A Dmisc-intrinsic.cpp26 result.GetDimension(0).SetBounds(1, *resultExtent); in TransferImpl()
H A Dallocatable.cpp51 descriptor.GetDimension(zeroBasedDim).SetBounds(lower, upper); in RTNAME()
H A Ddescriptor-io.cpp39 vListDesc.GetDimension(0).SetBounds(1, edit.vListEntries); in DefinedFormattedIo()
H A Dassign.cpp128 toDim.SetBounds(fromDim.LowerBound(), fromDim.UpperBound()); in Assign()
H A Dtype-info.cpp116 dim.SetBounds(*lb, *ub); in EstablishDescriptor()
H A Dreduction-templates.h183 result.GetDimension(j).SetBounds(1, resultExtent[j]); in CreatePartialReductionResult()
H A Dmatmul.cpp171 result.GetDimension(j).SetBounds(1, extent[j]); in DoMatmul()
H A Dfindloc.cpp208 result.GetDimension(0).SetBounds(1, extent[0]); in RTNAME()
H A Dtransformational.cpp127 result.GetDimension(j).SetBounds(1, extent[j]); in AllocateResult()
H A Dextrema.cpp150 result.GetDimension(0).SetBounds(1, extent[0]); in TypedMaxOrMinLoc()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A Dtools.h43 result->GetDimension(j).SetBounds(1, shape[j]);
H A DNamelist.cpp134 aDesc->GetDimension(0).SetBounds(-1, 0); in TEST()
135 aDesc->GetDimension(1).SetBounds(-1, 1); in TEST()
H A DCharacterTest.cpp36 descriptor->GetDimension(j).SetBounds(2, shape[j] + 1); in CreateDescriptor()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h313 SetBounds(lower, upper);
319 SetBounds(lower, upper);
342 void SetBounds(std::optional<Expr<SubscriptInteger>> &,
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dreshape.cpp19 source->GetDimension(j).SetBounds(1, sourceExtent[j]); in main()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp658 void SetBounds(const Rect &bounds) { in SetBounds() function in curses::Window
4423 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()
4439 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
4453 variables_window_sp->SetBounds(variables_bounds); in TerminalSizeChanged()
4454 registers_window_sp->SetBounds(registers_bounds); in TerminalSizeChanged()
4464 source_window_sp->SetBounds(source_bounds); in TerminalSizeChanged()
6568 registers_window_sp->SetBounds(registers_bounds); in MenuDelegateAction()
6592 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
6637 variables_window_sp->SetBounds(new_vars_rect); in MenuDelegateAction()
6643 source_window_sp->SetBounds(new_source_rect); in MenuDelegateAction()
[all …]
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h52 Dimension &SetBounds(SubscriptValue lower, SubscriptValue upper) { in SetBounds() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dvariable.cpp121 void Substring::SetBounds(std::optional<Expr<SubscriptInteger>> &lower, in SetBounds() function in Fortran::evaluate::Substring