Home
last modified time | relevance | path

Searched defs:AsFortran (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/lib/Common/
H A DFortran.cpp14 const char *AsFortran(NumericOperator opr) { in AsFortran() function
30 const char *AsFortran(LogicalOperator opr) { in AsFortran() function
46 const char *AsFortran(RelationalOperator opr) { in AsFortran() function
64 const char *AsFortran(DefinedIo x) { in AsFortran() function
78 std::string AsFortran(IgnoreTKRSet tkr) { in AsFortran() function
/llvm-project/flang/lib/Evaluate/
H A Dformatting.cpp56 llvm::raw_ostream &ConstantBase<RESULT, VALUE>::AsFortran( in AsFortran() function in Fortran::evaluate::ConstantBase
100 llvm::raw_ostream &Constant<Type<TypeCategory::Character, KIND>>::AsFortran( AsFortran() function in Fortran::evaluate::Constant::Character
207 llvm::raw_ostream &ActualArgument::AssumedType::AsFortran( AsFortran() function in Fortran::evaluate::ActualArgument::AssumedType
212 llvm::raw_ostream &ActualArgument::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ActualArgument
236 llvm::raw_ostream &SpecificIntrinsic::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::SpecificIntrinsic
240 llvm::raw_ostream &ProcedureRef::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ProcedureRef
444 llvm::raw_ostream &Operation<D, R, O...>::AsFortran( AsFortran() function in Fortran::evaluate::Operation
476 llvm::raw_ostream &Convert<TO, FROMCAT>::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Convert
497 llvm::raw_ostream &Relational<SomeType>::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Relational
536 llvm::raw_ostream &ArrayConstructor<T>::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ArrayConstructor
544 ArrayConstructor<Type<TypeCategory::Character, KIND>>::AsFortran( AsFortran() function in Fortran::evaluate::ArrayConstructor::Character
554 llvm::raw_ostream &ArrayConstructor<SomeDerived>::AsFortran( AsFortran() function in Fortran::evaluate::ArrayConstructor
562 std::string ExpressionBase<RESULT>::AsFortran() const { AsFortran() function in Fortran::evaluate::ExpressionBase
570 llvm::raw_ostream &ExpressionBase<RESULT>::AsFortran( AsFortran() function in Fortran::evaluate::ExpressionBase
610 llvm::raw_ostream &StructureConstructor::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::StructureConstructor
624 std::string DynamicType::AsFortran() const { AsFortran() function in Fortran::evaluate::DynamicType
656 std::string DynamicType::AsFortran(std::string &&charLenExpr) const { AsFortran() function in Fortran::evaluate::DynamicType
665 std::string SomeDerived::AsFortran() const { AsFortran() function in Fortran::evaluate::SomeDerived
673 llvm::raw_ostream &BaseObject::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::BaseObject
677 llvm::raw_ostream &TypeParamInquiry::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::TypeParamInquiry
684 llvm::raw_ostream &Component::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Component
689 llvm::raw_ostream &NamedEntity::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::NamedEntity
698 llvm::raw_ostream &Triplet::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Triplet
705 llvm::raw_ostream &Subscript::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Subscript
709 llvm::raw_ostream &ArrayRef::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ArrayRef
719 llvm::raw_ostream &CoarrayRef::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::CoarrayRef
753 llvm::raw_ostream &DataRef::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::DataRef
757 llvm::raw_ostream &Substring::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Substring
763 llvm::raw_ostream &ComplexPart::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ComplexPart
767 llvm::raw_ostream &ProcedureDesignator::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::ProcedureDesignator
772 llvm::raw_ostream &Designator<T>::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Designator
781 llvm::raw_ostream &DescriptorInquiry::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::DescriptorInquiry
812 llvm::raw_ostream &Assignment::AsFortran(llvm::raw_ostream &o) const { AsFortran() function in Fortran::evaluate::Assignment
[all...]
H A Dstatic-data.cpp14 llvm::raw_ostream &StaticDataObject::AsFortran( in AsFortran() function in Fortran::evaluate::StaticDataObject
H A Dcomplex.cpp113 llvm::raw_ostream &Complex<R>::AsFortran(llvm::raw_ostream &o, int kind) const { in AsFortran() function in Fortran::evaluate::value::Complex
H A Dreal.cpp702 llvm::raw_ostream &Real<W, P>::AsFortran( AsFortran() function in Fortran::evaluate::value::Real
H A Dcharacteristics.cpp255 return type_.AsFortran(LEN_ ? LEN_->AsFortran() : ""); in AsFortran() function in Fortran::evaluate::characteristics::TypeAndShape
[all...]
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp662 std::string DerivedTypeSpec::AsFortran() const { AsFortran() function in Fortran::semantics::DerivedTypeSpec
760 std::string ParamValue::AsFortran() const { AsFortran() function in Fortran::semantics::ParamValue
799 std::string IntrinsicTypeSpec::AsFortran() const { AsFortran() function in Fortran::semantics::IntrinsicTypeSpec
809 std::string CharacterTypeSpec::AsFortran() const { AsFortran() function in Fortran::semantics::CharacterTypeSpec
861 std::string DeclTypeSpec::AsFortran() const { AsFortran() function in Fortran::semantics::DeclTypeSpec
[all...]
H A Dcheck-case.cpp150 std::string AsFortran() const { AsFortran() function
[all...]
H A Dcheck-select-type.cpp189 std::string AsFortran() const { in AsFortran() function
H A Dscope.cpp35 std::string EquivalenceObject::AsFortran() const { in AsFortran() function in Fortran::semantics::EquivalenceObject
H A Dsymbol.cpp766 SourceName GenericKind::AsFortran(common::DefinedIo x) { AsFortran() function in Fortran::semantics::GenericKind
H A Dcheck-declarations.cpp1337 std::string AsFortran(DummyDataObject::Attr attr) { AsFortran() function in Fortran::semantics::SubprogramMatchHelper
1340 std::string AsFortran(DummyProcedure::Attr attr) { AsFortran() function in Fortran::semantics::SubprogramMatchHelper
[all...]
/llvm-project/flang/include/flang/Evaluate/
H A Dtype.h280 static std::string AsFortran() { return GetType().AsFortran(); } AsFortran() function
395 static std::string AsFortran() { AsFortran() function
409 static std::string AsFortran() { return "SomeType"s; } AsFortran() function
/llvm-project/flang/include/flang/Parser/
H A Ddump-parse-tree.h852 template <typename T> std::string AsFortran(const T &x) { AsFortran() function