Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dintrinsics03.f907 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 Dvector-subscript-as-value.f90153 subroutine substring(c, vector, i, j) subroutine
158 jsubstring global() argument
/llvm-project/flang/test/Lower/Intrinsics/
H A Dindex.f9057 subroutine test_optional(string, substring, back) argument
58 character (*) :: string(:), substring local
/llvm-project/flang/test/Lower/
H A Dvector-subscript-io.f90300 subroutine substring(x, y, i, j) subroutine
301 jsubstring global() argument
302 xsubstring global() argument
/llvm-project/flang/include/flang/Lower/
H A DComponentPath.h59 const evaluate::Substring *substring = nullptr; variable
/llvm-project/lld/MachO/
H A DExportTrie.cpp55 StringRef substring; member
331 StringRef substring = StringRef(cbuf, strnlen(cbuf, end - buf)); in parse() local
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args-wtf-containers.cpp80 String substring(unsigned position, unsigned length) const in substring() function in WTF::String
/llvm-project/flang/lib/Semantics/
H A Dcheck-data.cpp139 return (*this)(substring.parent()) && (*this)(substring.lower()) && in operator ()() argument
H A Dexpression.cpp556 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 Dfold.cpp195 Substring FoldOperation(FoldingContext &context, Substring &&substring) { in FoldOperation()
H A Dtools.cpp67 std::optional<DataRef> ExtractSubstringBase(const Substring &substring) { in ExtractSubstringBase() argument
/llvm-project/flang/lib/Parser/
H A Dtype-parsers.h85 constexpr Parser<Substring> substring; // R908 global() variable
/llvm-project/flang/lib/Lower/
H A DVectorSubscripts.cpp81 mlir::Type gen(const Fortran::evaluate::Substring &substring) { in gen()
H A DConvertExprToHLFIR.cpp190 llvm::SmallVector<mlir::Value, 2> substring; member
365 gen(const Fortran::evaluate::Substring &substring) { in gen() argument
[all...]
H A DConvertExpr.cpp3912 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 DConvertToFIR.cpp542 llvm::SmallVector<mlir::Value, 2> substring; matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp653 StringRef substring; global() member
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1421 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 DIntrinsicCall.cpp5042 mlir::Value substring = builder.createBox(loc, args[1]); genIndex() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp164 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