/llvm-project/flang/test/Semantics/ |
H A D | intrinsics03.f90 | 7 character(*), intent(in) :: string, substring ! ok local 13 character, intent(in) :: string, substring ! not assumed length local 16 character(*), intent(in) :: string, substring local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | vector-subscript-as-value.f90 | 153 subroutine substring(c, vector, i, j) subroutine 158 jsubstring global() argument
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | index.f90 | 57 subroutine test_optional(string, substring, back) argument 58 character (*) :: string(:), substring local
|
/llvm-project/flang/test/Lower/ |
H A D | vector-subscript-io.f90 | 300 subroutine substring(x, y, i, j) subroutine 301 jsubstring global() argument 302 xsubstring global() argument
|
/llvm-project/flang/include/flang/Lower/ |
H A D | ComponentPath.h | 59 const evaluate::Substring *substring = nullptr; variable
|
/llvm-project/lld/MachO/ |
H A D | ExportTrie.cpp | 55 StringRef substring; member 331 StringRef substring = StringRef(cbuf, strnlen(cbuf, end - buf)); in parse() local
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | call-args-wtf-containers.cpp | 80 String substring(unsigned position, unsigned length) const in substring() function in WTF::String
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-data.cpp | 139 return (*this)(substring.parent()) && (*this)(substring.lower()) && in operator ()() argument
|
H A D | expression.cpp | 556 if (auto substring{ FixMisparsedSubstring() local 566 } else if (auto substring{FixMisparsedSubstringDataRef(*dataRef)}) { FixMisparsedSubstring() local 1156 Substring substring{std::move(staticData), std::move(lower.value()), Analyze() local 1169 if (MaybeExpr substring{Analyze(x.v)}) { Analyze() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold.cpp | 195 Substring FoldOperation(FoldingContext &context, Substring &&substring) { in FoldOperation()
|
H A D | tools.cpp | 67 std::optional<DataRef> ExtractSubstringBase(const Substring &substring) { in ExtractSubstringBase() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | type-parsers.h | 85 constexpr Parser<Substring> substring; // R908 global() variable
|
/llvm-project/flang/lib/Lower/ |
H A D | VectorSubscripts.cpp | 81 mlir::Type gen(const Fortran::evaluate::Substring &substring) { in gen()
|
H A D | ConvertExprToHLFIR.cpp | 190 llvm::SmallVector<mlir::Value, 2> substring; member 365 gen(const Fortran::evaluate::Substring &substring) { in gen() argument [all...] |
H A D | ConvertExpr.cpp | 3912 populateBounds(llvm::SmallVectorImpl<mlir::Value> & bounds,const Fortran::evaluate::Substring * substring) populateBounds() argument 3981 defaultStoreToDestination(const Fortran::evaluate::Substring * substring) defaultStoreToDestination() argument [all...] |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 542 llvm::SmallVector<mlir::Value, 2> substring; matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Diagnostics.cpp | 653 StringRef substring; global() member
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 1421 genLenOfCharacter(fir::FirOpBuilder & builder,mlir::Location loc,fir::ArrayLoadOp arrLoad,llvm::ArrayRef<mlir::Value> path,llvm::ArrayRef<mlir::Value> substring) genLenOfCharacter() argument 1431 genLenOfCharacter(fir::FirOpBuilder & builder,mlir::Location loc,fir::SequenceType seqTy,mlir::Value memref,llvm::ArrayRef<mlir::Value> typeParams,llvm::ArrayRef<mlir::Value> path,llvm::ArrayRef<mlir::Value> substring) genLenOfCharacter() argument
|
H A D | IntrinsicCall.cpp | 5042 mlir::Value substring = builder.createBox(loc, args[1]); genIndex() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 164 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type result_type,mlir::Value memref,llvm::StringRef component,mlir::Value component_shape,llvm::ArrayRef<Subscript> subscripts,mlir::ValueRange substring,std::optional<bool> complex_part,mlir::Value shape,mlir::ValueRange typeparams,fir::FortranVariableFlagsAttr fortran_attrs) build() argument
|