Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dformatting.cpp35 llvm::raw_ostream &ConstantBase<RESULT, VALUE>::AsFortran( in AsFortran() function in Fortran::evaluate::ConstantBase
76 llvm::raw_ostream &Constant<Type<TypeCategory::Character, KIND>>::AsFortran( in AsFortran() function in Fortran::evaluate::Constant::Character
102 llvm::raw_ostream &ActualArgument::AssumedType::AsFortran( in AsFortran() function in Fortran::evaluate::ActualArgument::AssumedType
107 llvm::raw_ostream &ActualArgument::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::ActualArgument
121 llvm::raw_ostream &SpecificIntrinsic::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::SpecificIntrinsic
125 llvm::raw_ostream &ProcedureRef::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::ProcedureRef
317 llvm::raw_ostream &Operation<D, R, O...>::AsFortran( in AsFortran() function in Fortran::evaluate::Operation
349 llvm::raw_ostream &Convert<TO, FROMCAT>::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::Convert
370 llvm::raw_ostream &Relational<SomeType>::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::Relational
409 llvm::raw_ostream &ArrayConstructor<T>::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::ArrayConstructor
[all …]
Dstatic-data.cpp16 llvm::raw_ostream &StaticDataObject::AsFortran(llvm::raw_ostream &o) const { in AsFortran() function in Fortran::evaluate::StaticDataObject
Dcomplex.cpp94 llvm::raw_ostream &Complex<R>::AsFortran(llvm::raw_ostream &o, int kind) const { in AsFortran() function in Fortran::evaluate::value::Complex
Dreal.cpp487 llvm::raw_ostream &Real<W, P>::AsFortran( in AsFortran() function in Fortran::evaluate::value::Real
/external/llvm-project/flang/lib/Common/
DFortran.cpp13 const char *AsFortran(NumericOperator opr) { in AsFortran() function
29 const char *AsFortran(LogicalOperator opr) { in AsFortran() function
45 const char *AsFortran(RelationalOperator opr) { in AsFortran() function
/external/llvm-project/flang/lib/Semantics/
Dtype.cpp426 std::string DerivedTypeSpec::AsFortran() const { in AsFortran() function in Fortran::semantics::DerivedTypeSpec
524 std::string ParamValue::AsFortran() const { in AsFortran() function in Fortran::semantics::ParamValue
563 std::string IntrinsicTypeSpec::AsFortran() const { in AsFortran() function in Fortran::semantics::IntrinsicTypeSpec
573 std::string CharacterTypeSpec::AsFortran() const { in AsFortran() function in Fortran::semantics::CharacterTypeSpec
625 std::string DeclTypeSpec::AsFortran() const { in AsFortran() function in Fortran::semantics::DeclTypeSpec
Dcheck-case.cpp129 std::string AsFortran() const { in AsFortran() function
Dcheck-select-type.cpp194 std::string AsFortran() const { in AsFortran() function
Dscope.cpp34 std::string EquivalenceObject::AsFortran() const { in AsFortran() function in Fortran::semantics::EquivalenceObject
Dcheck-declarations.cpp702 std::string AsFortran(DummyDataObject::Attr attr) { in AsFortran() function in Fortran::semantics::SubprogramMatchHelper
705 std::string AsFortran(DummyProcedure::Attr attr) { in AsFortran() function in Fortran::semantics::SubprogramMatchHelper
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h787 template <typename T> std::string AsFortran(const T &x) { in AsFortran() function
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h231 static std::string AsFortran() { return GetType().AsFortran(); } in AsFortran() function