Home
last modified time | relevance | path

Searched refs:GetExplicit (Results 51 – 75 of 208) sorted by relevance

123456789

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp622 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
629 if (const auto &value{pair.second.GetExplicit()}) { in IsAutomatic()
640 if (const auto &lb{dim.lbound().GetExplicit()}) { in IsAutomatic()
645 if (const auto &ub{dim.ubound().GetExplicit()}) { in IsAutomatic()
701 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject()
711 auto &lbound{spec.lbound().GetExplicit()}; in IsAutomaticObject()
712 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject()
H A Dcompute-offsets.cpp257 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
260 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp622 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
629 if (const auto &value{pair.second.GetExplicit()}) { in IsAutomatic()
640 if (const auto &lb{dim.lbound().GetExplicit()}) { in IsAutomatic()
645 if (const auto &ub{dim.ubound().GetExplicit()}) { in IsAutomatic()
701 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject()
711 auto &lbound{spec.lbound().GetExplicit()}; in IsAutomaticObject()
712 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject()
H A Dcompute-offsets.cpp257 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
260 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dtools.cpp638 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
645 if (const auto &value{pair.second.GetExplicit()}) { in IsAutomatic()
656 if (const auto &lb{dim.lbound().GetExplicit()}) { in IsAutomatic()
661 if (const auto &ub{dim.ubound().GetExplicit()}) { in IsAutomatic()
732 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject()
742 auto &lbound{spec.lbound().GetExplicit()}; in IsAutomaticObject()
743 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject()
H A Dcompute-offsets.cpp263 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
266 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp656 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
663 if (const auto &value{pair.second.GetExplicit()}) { in IsAutomatic()
674 if (const auto &lb{dim.lbound().GetExplicit()}) { in IsAutomatic()
679 if (const auto &ub{dim.ubound().GetExplicit()}) { in IsAutomatic()
735 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject()
745 auto &lbound{spec.lbound().GetExplicit()}; in IsAutomaticObject()
746 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject()
H A Dcompute-offsets.cpp258 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
261 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp656 type->characterTypeSpec().length().GetExplicit()}) { in IsAutomatic()
663 if (const auto &value{pair.second.GetExplicit()}) { in IsAutomatic()
674 if (const auto &lb{dim.lbound().GetExplicit()}) { in IsAutomatic()
679 if (const auto &ub{dim.ubound().GetExplicit()}) { in IsAutomatic()
735 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject()
745 auto &lbound{spec.lbound().GetExplicit()}; in IsAutomaticObject()
746 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject()
H A Dcompute-offsets.cpp258 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
261 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcompute-offsets.cpp258 return *ToInt64(shape[i].lbound().GetExplicit()); in ComputeOffset()
261 return *ToInt64(shape[i].ubound().GetExplicit()); in ComputeOffset()
H A Dmod-file.cpp633 x.GetExplicit()->AsFortran(os); in PutBound()
987 if (const MaybeSubscriptIntExpr & expr{bound.GetExplicit()}) { in DoBound()
992 if (const auto &expr{paramValue.GetExplicit()}) { in DoParamValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DConvertType.cpp389 if (auto expr = lenParam.GetExplicit()) { in genSymbolHelper()
442 auto &lbv = lb.GetExplicit(); in seqShapeHelper()
443 auto &ubv = ub.GetExplicit(); in seqShapeHelper()
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dtype.cc270 if (auto myValue{ToInt64(param.GetExplicit())}) {
272 if (auto thatValue{ToInt64(thatParam->GetExplicit())}) {
H A Dvariable.cc201 length = ToInt64(type->characterTypeSpec().length().GetExplicit()); in Fold()
269 if (auto intExpr{len->GetExplicit()}) { in SymbolLEN()
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dresolve-names-utils.cc353 auto &lbound{spec.lbound().GetExplicit().value()}; in AddToSet()
590 auto &lbound{spec.lbound().GetExplicit()}; in CheckObject()
591 auto &ubound{spec.ubound().GetExplicit()}; in CheckObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dmod-file.cpp582 x.GetExplicit()->AsFortran(os); in PutBound()
942 if (const MaybeSubscriptIntExpr & expr{bound.GetExplicit()}) { in DoBound()
947 if (const auto &expr{paramValue.GetExplicit()}) { in DoParamValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dmod-file.cpp572 x.GetExplicit()->AsFortran(os); in PutBound()
933 if (const MaybeSubscriptIntExpr & expr{bound.GetExplicit()}) { in DoBound()
938 if (const auto &expr{paramValue.GetExplicit()}) { in DoParamValue()

123456789