| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | index.f90 | 57 subroutine test_optional(string, substring, back) argument 58 character (*) :: string(:), substring local
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | vector-subscript-io.f90 | 300 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 D | ComponentPath.h | 58 const evaluate::Substring *substring = nullptr; variable
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ExportTrie.cpp | 55 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 D | check-data.cpp | 119 bool operator()(const evaluate::Substring &substring) { in operator ()()
|
| H A D | expression.cpp | 385 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 D | fold.cpp | 177 Substring FoldOperation(FoldingContext &context, Substring &&substring) { in FoldOperation()
|
| H A D | variable.cpp | 586 if (const Substring * substring{std::get_if<Substring>(&u)}) { in GetType() local
|
| H A D | tools.cpp | 71 std::optional<DataRef> ExtractSubstringBase(const Substring &substring) { in ExtractSubstringBase()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | type-parsers.h | 85 constexpr Parser<Substring> substring; // R908 variable
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 80 mlir::Type gen(const Fortran::evaluate::Substring &substring) { in gen()
|
| H A D | ConvertExpr.cpp | 4193 const Fortran::evaluate::Substring *substring) { in populateBounds() 4258 CC defaultStoreToDestination(const Fortran::evaluate::Substring *substring) { in defaultStoreToDestination()
|
| H A D | IntrinsicCall.cpp | 3086 mlir::Value substring = builder.createBox(loc, args[1]); in genIndex() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 1147 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 D | Diagnostics.cpp | 659 StringRef substring; member
|