Home
last modified time | relevance | path

Searched defs:substring (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dindex.f9057 subroutine test_optional(string, substring, back) argument
58 character (*) :: string(:), substring local
/llvm-project-15.0.7/flang/test/Lower/
H A Dvector-subscript-io.f90300 subroutine substring(x, y, i, j) subroutine
301 integer :: y(3), i, j local
302 character(*) :: x(:)
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h58 const evaluate::Substring *substring = nullptr; variable
/llvm-project-15.0.7/lld/MachO/
H A DExportTrie.cpp55 StringRef substring; member
287 StringRef substring = StringRef(cbuf, strnlen(cbuf, end - buf)); in parse() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-data.cpp119 bool operator()(const evaluate::Substring &substring) { in operator ()()
H A Dexpression.cpp385 if (auto substring{ in FixMisparsedSubstring() local
395 } else if (auto substring{FixMisparsedSubstringDataRef(*dataRef)}) { in FixMisparsedSubstring() local
935 Substring substring{std::move(staticData), std::move(lower.value()), in Analyze() local
948 if (MaybeExpr substring{Analyze(x.v)}) { in Analyze() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold.cpp177 Substring FoldOperation(FoldingContext &context, Substring &&substring) { in FoldOperation()
H A Dvariable.cpp586 if (const Substring * substring{std::get_if<Substring>(&u)}) { in GetType() local
H A Dtools.cpp71 std::optional<DataRef> ExtractSubstringBase(const Substring &substring) { in ExtractSubstringBase()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h85 constexpr Parser<Substring> substring; // R908 variable
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp80 mlir::Type gen(const Fortran::evaluate::Substring &substring) { in gen()
H A DConvertExpr.cpp4193 const Fortran::evaluate::Substring *substring) { in populateBounds()
4258 CC defaultStoreToDestination(const Fortran::evaluate::Substring *substring) { in defaultStoreToDestination()
H A DIntrinsicCall.cpp3086 mlir::Value substring = builder.createBox(loc, args[1]); in genIndex() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1147 llvm::ArrayRef<mlir::Value> path, llvm::ArrayRef<mlir::Value> substring) { in genLenOfCharacter()
1157 llvm::ArrayRef<mlir::Value> path, llvm::ArrayRef<mlir::Value> substring) { in genLenOfCharacter()
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp659 StringRef substring; member