Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Parser/
H A Dunparse.cpp68 void Unparse(const std::string &x) { Put(x); } in Unparse() function in Fortran::parser::UnparseVisitor
69 void Unparse(int x) { Put(std::to_string(x)); } in Unparse() function in Fortran::parser::UnparseVisitor
70 void Unparse(unsigned int x) { Put(std::to_string(x)); } in Unparse() function in Fortran::parser::UnparseVisitor
71 void Unparse(lon in Unparse() function in Fortran::parser::UnparseVisitor
72 void Unparse(unsigned long x) { Put(std::to_string(x)); } Unparse() function in Fortran::parser::UnparseVisitor
73 void Unparse(long long x) { Put(std::to_string(x)); } Unparse() function in Fortran::parser::UnparseVisitor
74 void Unparse(unsigned long long x) { Put(std::to_string(x)); } Unparse() function in Fortran::parser::UnparseVisitor
75 void Unparse(char x) { Put(x); } Unparse() function in Fortran::parser::UnparseVisitor
90 void Unparse(const Program &x) { // R501 Unparse() function in Fortran::parser::UnparseVisitor
94 void Unparse(const Name &x) { // R603 Unparse() function in Fortran::parser::UnparseVisitor
97 void Unparse(const DefinedOperator::IntrinsicOperator &x) { // R608 Unparse() function in Fortran::parser::UnparseVisitor
141 void Unparse(const DeclarationTypeSpec::Type &x) { // R703 Unparse() function in Fortran::parser::UnparseVisitor
144 void Unparse(const DeclarationTypeSpec::Class &x) { Unparse() function in Fortran::parser::UnparseVisitor
149 void Unparse(const DeclarationTypeSpec::Record &x) { Unparse() function in Fortran::parser::UnparseVisitor
176 void Unparse(const KindSelector &x) { // R706 Unparse() function in Fortran::parser::UnparseVisitor
186 void Unparse(const SignedIntLiteralConstant &x) { // R707 Unparse() function in Fortran::parser::UnparseVisitor
190 void Unparse(const IntLiteralConstant &x) { // R708 Unparse() function in Fortran::parser::UnparseVisitor
194 void Unparse(const Sign &x) { // R712 Unparse() function in Fortran::parser::UnparseVisitor
197 void Unparse(const RealLiteralConstant &x) { // R714, R715 Unparse() function in Fortran::parser::UnparseVisitor
200 void Unparse(const ComplexLiteralConstant &x) { // R718 - R720 Unparse() function in Fortran::parser::UnparseVisitor
203 void Unparse(const CharSelector::LengthAndKind &x) { // R721 Unparse() function in Fortran::parser::UnparseVisitor
207 void Unparse(const LengthSelector &x) { // R722 Unparse() function in Fortran::parser::UnparseVisitor
216 void Unparse(const CharLength &x) { // R723 Unparse() function in Fortran::parser::UnparseVisitor
224 void Unparse(const CharLiteralConstant &x) { // R724 Unparse() function in Fortran::parser::UnparseVisitor
231 void Unparse(const HollerithLiteralConstant &x) { Unparse() function in Fortran::parser::UnparseVisitor
242 void Unparse(const LogicalLiteralConstant &x) { // R725 Unparse() function in Fortran::parser::UnparseVisitor
246 void Unparse(const DerivedTypeStmt &x) { // R727 Unparse() function in Fortran::parser::UnparseVisitor
252 void Unparse(const Abstract &) { // R728, &c. Unparse() function in Fortran::parser::UnparseVisitor
256 void Unparse(const TypeAttrSpec::Extends &x) { Unparse() function in Fortran::parser::UnparseVisitor
259 void Unparse(const EndTypeStmt &x) { // R730 Unparse() function in Fortran::parser::UnparseVisitor
262 void Unparse(const SequenceStmt &) { // R731 Unparse() function in Fortran::parser::UnparseVisitor
265 void Unparse(const TypeParamDefStmt &x) { // R732 Unparse() function in Fortran::parser::UnparseVisitor
270 void Unparse(const TypeParamDecl &x) { // R733 Unparse() function in Fortran::parser::UnparseVisitor
274 void Unparse(const DataComponentDefStmt &x) { // R737 Unparse() function in Fortran::parser::UnparseVisitor
301 void Unparse(const Allocatable &) { // R738 Unparse() function in Fortran::parser::UnparseVisitor
304 void Unparse(const Pointer &) { Word("POINTER"); } Unparse() function in Fortran::parser::UnparseVisitor
305 void Unparse(const Contiguous &) { Word("CONTIGUOUS"); } Unparse() function in Fortran::parser::UnparseVisitor
322 void Unparse(const ComponentDecl &x) { // R739 Unparse() function in Fortran::parser::UnparseVisitor
329 void Unparse(const FillDecl &x) { // DEC extension Unparse() function in Fortran::parser::UnparseVisitor
334 void Unparse(const ComponentArraySpec &x) { // R740 Unparse() function in Fortran::parser::UnparseVisitor
342 void Unparse(const ProcComponentDefStmt &x) { // R741 Unparse() function in Fortran::parser::UnparseVisitor
348 void Unparse(const NoPass &) { // R742 Unparse() function in Fortran::parser::UnparseVisitor
351 void Unparse(const Pass &x) { Word("PASS"), Walk("(", x.v, ")"); } Unparse() function in Fortran::parser::UnparseVisitor
352 void Unparse(const Initialization &x) { // R743 & R805 Unparse() function in Fortran::parser::UnparseVisitor
364 void Unparse(const PrivateStmt &) { // R745 Unparse() function in Fortran::parser::UnparseVisitor
367 void Unparse(const TypeBoundProcedureStmt::WithoutInterface &x) { // R749 Unparse() function in Fortran::parser::UnparseVisitor
371 void Unparse(const TypeBoundProcedureStmt::WithInterface &x) { Unparse() function in Fortran::parser::UnparseVisitor
376 void Unparse(const TypeBoundProcDecl &x) { // R750 Unparse() function in Fortran::parser::UnparseVisitor
380 void Unparse(const TypeBoundGenericStmt &x) { // R751 Unparse() function in Fortran::parser::UnparseVisitor
387 void Unparse(const FinalProcedureStmt &x) { // R753 Unparse() function in Fortran::parser::UnparseVisitor
390 void Unparse(const DerivedTypeSpec &x) { // R754 Unparse() function in Fortran::parser::UnparseVisitor
394 void Unparse(const TypeParamSpec &x) { // R755 Unparse() function in Fortran::parser::UnparseVisitor
398 void Unparse(const StructureConstructor &x) { // R756 Unparse() function in Fortran::parser::UnparseVisitor
402 void Unparse(const ComponentSpec &x) { // R757 Unparse() function in Fortran::parser::UnparseVisitor
406 void Unparse(const EnumDefStmt &) { // R760 Unparse() function in Fortran::parser::UnparseVisitor
409 void Unparse(const EnumeratorDefStmt &x) { // R761 Unparse() function in Fortran::parser::UnparseVisitor
412 void Unparse(const Enumerator &x) { // R762 Unparse() function in Fortran::parser::UnparseVisitor
419 void Unparse(const BOZLiteralConstant &x) { // R764 - R767 Unparse() function in Fortran::parser::UnparseVisitor
422 void Unparse(const AcValue::Triplet &x) { // R773 Unparse() function in Fortran::parser::UnparseVisitor
426 void Unparse(const ArrayConstructor &x) { // R769 Unparse() function in Fortran::parser::UnparseVisitor
429 void Unparse(const AcSpec &x) { // R770 Unparse() function in Fortran::parser::UnparseVisitor
432 template <typename A, typename B> void Unparse(const LoopBounds<A, B> &x) { Unparse() function in Fortran::parser::UnparseVisitor
436 void Unparse(const AcImpliedDo &x) { // R774 Unparse() function in Fortran::parser::UnparseVisitor
440 void Unparse(const AcImpliedDoControl &x) { // R775 Unparse() function in Fortran::parser::UnparseVisitor
445 void Unparse(const TypeDeclarationStmt &x) { // R801 Unparse() function in Fortran::parser::UnparseVisitor
516 void Unparse(const EntityDecl &x) { // R803 Unparse() function in Fortran::parser::UnparseVisitor
523 void Unparse(const NullInit &) { // R806 Unparse() function in Fortran::parser::UnparseVisitor
526 void Unparse(const LanguageBindingSpec &x) { // R808 & R1528 Unparse() function in Fortran::parser::UnparseVisitor
535 void Unparse(const CoarraySpec &x) { // R809 Unparse() function in Fortran::parser::UnparseVisitor
542 void Unparse(const DeferredCoshapeSpecList &x) { // R810 Unparse() function in Fortran::parser::UnparseVisitor
550 void Unparse(const ExplicitCoshapeSpec &x) { // R811 Unparse() function in Fortran::parser::UnparseVisitor
554 void Unparse(const ExplicitShapeSpec &x) { // R812 - R813 & R816 - R818 Unparse() function in Fortran::parser::UnparseVisitor
558 void Unparse(const ArraySpec &x) { // R815 Unparse() function in Fortran::parser::UnparseVisitor
571 void Unparse(const DeferredShapeSpecList &x) { // R820 Unparse() function in Fortran::parser::UnparseVisitor
579 void Unparse(const AssumedImpliedSpec &x) { // R821 Unparse() function in Fortran::parser::UnparseVisitor
583 void Unparse(const AssumedSizeSpec &x) { // R822 Unparse() function in Fortran::parser::UnparseVisitor
587 void Unparse(const ImpliedShapeSpec &x) { // R823 Unparse() function in Fortran::parser::UnparseVisitor
601 void Unparse(const IntentSpec &x) { // R826 Unparse() function in Fortran::parser::UnparseVisitor
604 void Unparse(const AccessStmt &x) { // R827 Unparse() function in Fortran::parser::UnparseVisitor
608 void Unparse(const AllocatableStmt &x) { // R829 Unparse() function in Fortran::parser::UnparseVisitor
611 void Unparse(const ObjectDecl &x) { // R830 & R860 Unparse() function in Fortran::parser::UnparseVisitor
616 void Unparse(const AsynchronousStmt &x) { // R831 Unparse() function in Fortran::parser::UnparseVisitor
619 void Unparse(const BindStmt &x) { // R832 Unparse() function in Fortran::parser::UnparseVisitor
622 void Unparse(const BindEntity &x) { // R833 Unparse() function in Fortran::parser::UnparseVisitor
627 void Unparse(const CodimensionStmt &x) { // R834 Unparse() function in Fortran::parser::UnparseVisitor
630 void Unparse(const CodimensionDecl &x) { // R835 Unparse() function in Fortran::parser::UnparseVisitor
634 void Unparse(const ContiguousStmt &x) { // R836 Unparse() function in Fortran::parser::UnparseVisitor
637 void Unparse(const DataStmt &x) { // R837 Unparse() function in Fortran::parser::UnparseVisitor
640 void Unparse(const DataStmtSet &x) { // R838 Unparse() function in Fortran::parser::UnparseVisitor
644 void Unparse(const DataImpliedDo &x) { // R840, R842 Unparse() function in Fortran::parser::UnparseVisitor
649 void Unparse(const DataStmtValue &x) { // R843 Unparse() function in Fortran::parser::UnparseVisitor
653 void Unparse(const DimensionStmt &x) { // R848 Unparse() function in Fortran::parser::UnparseVisitor
656 void Unparse(const DimensionStmt::Declaration &x) { Unparse() function in Fortran::parser::UnparseVisitor
660 void Unparse(const IntentStmt &x) { // R849 Unparse() function in Fortran::parser::UnparseVisitor
663 void Unparse(const OptionalStmt &x) { // R850 Unparse() function in Fortran::parser::UnparseVisitor
666 void Unparse(const ParameterStmt &x) { // R851 Unparse() function in Fortran::parser::UnparseVisitor
669 void Unparse(const NamedConstantDef &x) { // R852 Unparse() function in Fortran::parser::UnparseVisitor
672 void Unparse(const PointerStmt &x) { // R853 Unparse() function in Fortran::parser::UnparseVisitor
675 void Unparse(const PointerDecl &x) { // R854 Unparse() function in Fortran::parser::UnparseVisitor
679 void Unparse(const ProtectedStmt &x) { // R855 Unparse() function in Fortran::parser::UnparseVisitor
682 void Unparse(const SaveStmt &x) { // R856 Unparse() function in Fortran::parser::UnparseVisitor
685 void Unparse(const SavedEntity &x) { // R857, R858 Unparse() function in Fortran::parser::UnparseVisitor
691 void Unparse(const TargetStmt &x) { // R859 Unparse() function in Fortran::parser::UnparseVisitor
694 void Unparse(const ValueStmt &x) { // R861 Unparse() function in Fortran::parser::UnparseVisitor
697 void Unparse(const VolatileStmt &x) { // R862 Unparse() function in Fortran::parser::UnparseVisitor
700 void Unparse(const ImplicitStmt &x) { // R863 Unparse() function in Fortran::parser::UnparseVisitor
711 void Unparse(const ImplicitSpec &x) { // R864 Unparse() function in Fortran::parser::UnparseVisitor
715 void Unparse(const LetterSpec &x) { // R865 Unparse() function in Fortran::parser::UnparseVisitor
722 void Unparse(const ImportStmt &x) { // R867 Unparse() function in Fortran::parser::UnparseVisitor
740 void Unparse(const NamelistStmt &x) { // R868 Unparse() function in Fortran::parser::UnparseVisitor
743 void Unparse(const NamelistStmt::Group &x) { Unparse() function in Fortran::parser::UnparseVisitor
747 void Unparse(const EquivalenceStmt &x) { // R870, R871 Unparse() function in Fortran::parser::UnparseVisitor
755 void Unparse(const CommonStmt &x) { // R873 Unparse() function in Fortran::parser::UnparseVisitor
759 void Unparse(const CommonBlockObject &x) { // R874 Unparse() function in Fortran::parser::UnparseVisitor
763 void Unparse(const CommonStmt::Block &x) { Unparse() function in Fortran::parser::UnparseVisitor
768 void Unparse(const Substring &x) { // R908, R909 Unparse() function in Fortran::parser::UnparseVisitor
772 void Unparse(const CharLiteralConstantSubstring &x) { Unparse() function in Fortran::parser::UnparseVisitor
776 void Unparse(const SubstringInquiry &x) { Unparse() function in Fortran::parser::UnparseVisitor
780 void Unparse(const SubstringRange &x) { // R910 Unparse() function in Fortran::parser::UnparseVisitor
783 void Unparse(const PartRef &x) { // R912 Unparse() function in Fortran::parser::UnparseVisitor
788 void Unparse(const StructureComponent &x) { // R913 Unparse() function in Fortran::parser::UnparseVisitor
798 void Unparse(const ArrayElement &x) { // R917 Unparse() function in Fortran::parser::UnparseVisitor
802 void Unparse(const SubscriptTriplet &x) { // R921 Unparse() function in Fortran::parser::UnparseVisitor
806 void Unparse(const ImageSelector &x) { // R924 Unparse() function in Fortran::parser::UnparseVisitor
819 void Unparse(const AllocateStmt &x) { // R927 Unparse() function in Fortran::parser::UnparseVisitor
835 void Unparse(const Allocation &x) { // R932 Unparse() function in Fortran::parser::UnparseVisitor
840 void Unparse(const AllocateShapeSpec &x) { // R934 & R938 Unparse() function in Fortran::parser::UnparseVisitor
844 void Unparse(const AllocateCoarraySpec &x) { // R937 Unparse() function in Fortran::parser::UnparseVisitor
848 void Unparse(const NullifyStmt &x) { // R939 Unparse() function in Fortran::parser::UnparseVisitor
851 void Unparse(const DeallocateStmt &x) { // R941 Unparse() function in Fortran::parser::UnparseVisitor
865 void Unparse(const Expr::Parentheses &x) { Put('('), Walk(x.v), Put(')'); } Unparse() function in Fortran::parser::UnparseVisitor
869 void Unparse(const Expr::PercentLoc &x) { Unparse() function in Fortran::parser::UnparseVisitor
872 void Unparse(const Expr::Power &x) { Walk(x.t, "**"); } Unparse() function in Fortran::parser::UnparseVisitor
873 void Unparse(const Expr::Multiply &x) { Walk(x.t, "*"); } Unparse() function in Fortran::parser::UnparseVisitor
874 void Unparse(const Expr::Divide &x) { Walk(x.t, "/"); } Unparse() function in Fortran::parser::UnparseVisitor
875 void Unparse(const Expr::Add &x) { Walk(x.t, "+"); } Unparse() function in Fortran::parser::UnparseVisitor
876 void Unparse(const Expr::Subtract &x) { Walk(x.t, "-"); } Unparse() function in Fortran::parser::UnparseVisitor
877 void Unparse(const Expr::Concat &x) { Walk(x.t, "//"); } Unparse() function in Fortran::parser::UnparseVisitor
878 void Unparse(const Expr::LT &x) { Walk(x.t, "<"); } Unparse() function in Fortran::parser::UnparseVisitor
879 void Unparse(const Expr::LE &x) { Walk(x.t, "<="); } Unparse() function in Fortran::parser::UnparseVisitor
880 void Unparse(const Expr::EQ &x) { Walk(x.t, "=="); } Unparse() function in Fortran::parser::UnparseVisitor
881 void Unparse(const Expr::NE &x) { Walk(x.t, "/="); } Unparse() function in Fortran::parser::UnparseVisitor
882 void Unparse(const Expr::GE &x) { Walk(x.t, ">="); } Unparse() function in Fortran::parser::UnparseVisitor
883 void Unparse(const Expr::GT &x) { Walk(x.t, ">"); } Unparse() function in Fortran::parser::UnparseVisitor
884 void Unparse(const Expr::AND &x) { Walk(x.t, ".AND."); } Unparse() function in Fortran::parser::UnparseVisitor
885 void Unparse(const Expr::OR &x) { Walk(x.t, ".OR."); } Unparse() function in Fortran::parser::UnparseVisitor
886 void Unparse(const Expr::EQV &x) { Walk(x.t, ".EQV."); } Unparse() function in Fortran::parser::UnparseVisitor
887 void Unparse(const Expr::NEQV &x) { Walk(x.t, ".NEQV."); } Unparse() function in Fortran::parser::UnparseVisitor
888 void Unparse(const Expr::ComplexConstructor &x) { Unparse() function in Fortran::parser::UnparseVisitor
891 void Unparse(const Expr::DefinedBinary &x) { Unparse() function in Fortran::parser::UnparseVisitor
896 void Unparse(const DefinedOpName &x) { // R1003, R1023, R1414, & R1415 Unparse() function in Fortran::parser::UnparseVisitor
899 void Unparse(const AssignmentStmt &x) { // R1032 Unparse() function in Fortran::parser::UnparseVisitor
908 void Unparse(const PointerAssignmentStmt &x) { // R1033, R1034, R1038 Unparse() function in Fortran::parser::UnparseVisitor
929 void Unparse(const BoundsRemapping &x) { // R1036 Unparse() function in Fortran::parser::UnparseVisitor
932 void Unparse(const WhereStmt &x) { // R1041, R1045, R1046 Unparse() function in Fortran::parser::UnparseVisitor
935 void Unparse(const WhereConstructStmt &x) { // R1043 Unparse() function in Fortran::parser::UnparseVisitor
940 void Unparse(const MaskedElsewhereStmt &x) { // R1047 Unparse() function in Fortran::parser::UnparseVisitor
946 void Unparse(const ElsewhereStmt &x) { // R1048 Unparse() function in Fortran::parser::UnparseVisitor
949 void Unparse(const EndWhereStmt &x) { // R1049 Unparse() function in Fortran::parser::UnparseVisitor
952 void Unparse(const ForallConstructStmt &x) { // R1051 Unparse() function in Fortran::parser::UnparseVisitor
957 void Unparse(const EndForallStmt &x) { // R1054 Unparse() function in Fortran::parser::UnparseVisitor
964 void Unparse(const AssociateStmt &x) { // R1103 Unparse() function in Fortran::parser::UnparseVisitor
969 void Unparse(const Association &x) { // R1104 Unparse() function in Fortran::parser::UnparseVisitor
972 void Unparse(const EndAssociateStmt &x) { // R1106 Unparse() function in Fortran::parser::UnparseVisitor
975 void Unparse(const BlockStmt &x) { // R1108 Unparse() function in Fortran::parser::UnparseVisitor
978 void Unparse(const EndBlockStmt &x) { // R1110 Unparse() function in Fortran::parser::UnparseVisitor
981 void Unparse(const ChangeTeamStmt &x) { // R1112 Unparse() function in Fortran::parser::UnparseVisitor
988 void Unparse(const CoarrayAssociation &x) { // R1113 Unparse() function in Fortran::parser::UnparseVisitor
991 void Unparse(const EndChangeTeamStmt &x) { // R1114 Unparse() function in Fortran::parser::UnparseVisitor
996 void Unparse(const CriticalStmt &x) { // R1117 Unparse() function in Fortran::parser::UnparseVisitor
1001 void Unparse(const EndCriticalStmt &x) { // R1118 Unparse() function in Fortran::parser::UnparseVisitor
1004 void Unparse(const DoConstruct &x) { // R1119, R1120 Unparse() function in Fortran::parser::UnparseVisitor
1009 void Unparse(const LabelDoStmt &x) { // R1121 Unparse() function in Fortran::parser::UnparseVisitor
1013 void Unparse(const NonLabelDoStmt &x) { // R1122 Unparse() function in Fortran::parser::UnparseVisitor
1019 void Unparse(const LoopControl &x) { // R1123 Unparse() function in Fortran::parser::UnparseVisitor
1028 void Unparse(const ConcurrentHeader &x) { // R1125 Unparse() function in Fortran::parser::UnparseVisitor
1033 void Unparse(const ConcurrentControl &x) { // R1126 - R1128 Unparse() function in Fortran::parser::UnparseVisitor
1041 void Unparse(const LocalitySpec::Local &x) { Unparse() function in Fortran::parser::UnparseVisitor
1044 void Unparse(const LocalitySpec::LocalInit &x) { Unparse() function in Fortran::parser::UnparseVisitor
1047 void Unparse(const LocalitySpec::Reduce &x) { Unparse() function in Fortran::parser::UnparseVisitor
1051 void Unparse(const LocalitySpec::Shared &x) { Unparse() function in Fortran::parser::UnparseVisitor
1055 void Unparse(const EndDoStmt &x) { // R1132 Unparse() function in Fortran::parser::UnparseVisitor
1058 void Unparse(const CycleStmt &x) { // R1133 Unparse() function in Fortran::parser::UnparseVisitor
1061 void Unparse(const IfThenStmt &x) { // R1135 Unparse() function in Fortran::parser::UnparseVisitor
1066 void Unparse(const ElseIfStmt &x) { // R1136 Unparse() function in Fortran::parser::UnparseVisitor
1071 void Unparse(const ElseStmt &x) { // R1137 Unparse() function in Fortran::parser::UnparseVisitor
1074 void Unparse(const EndIfStmt &x) { // R1138 Unparse() function in Fortran::parser::UnparseVisitor
1077 void Unparse(const IfStmt &x) { // R1139 Unparse() function in Fortran::parser::UnparseVisitor
1080 void Unparse(const SelectCaseStmt &x) { // R1141, R1144 Unparse() function in Fortran::parser::UnparseVisitor
1085 void Unparse(const CaseStmt &x) { // R1142 Unparse() function in Fortran::parser::UnparseVisitor
1089 void Unparse(const EndSelectStmt &x) { // R1143 & R1151 & R1155 Unparse() function in Fortran::parser::UnparseVisitor
1092 void Unparse(const CaseSelector &x) { // R1145 Unparse() function in Fortran::parser::UnparseVisitor
1101 void Unparse(const CaseValueRange::Range &x) { // R1146 Unparse() function in Fortran::parser::UnparseVisitor
1104 void Unparse(const SelectRankStmt &x) { // R1149 Unparse() function in Fortran::parser::UnparseVisitor
1109 void Unparse(const SelectRankCaseStmt &x) { // R1150 Unparse() function in Fortran::parser::UnparseVisitor
1121 void Unparse(const SelectTypeStmt &x) { // R1153 Unparse() function in Fortran::parser::UnparseVisitor
1126 void Unparse(const TypeGuardStmt &x) { // R1154 Unparse() function in Fortran::parser::UnparseVisitor
1130 void Unparse(const TypeGuardStmt::Guard &x) { Unparse() function in Fortran::parser::UnparseVisitor
1141 void Unparse(const ExitStmt &x) { // R1156 Unparse() function in Fortran::parser::UnparseVisitor
1147 void Unparse(const ComputedGotoStmt &x) { // R1158 Unparse() function in Fortran::parser::UnparseVisitor
1150 void Unparse(const ContinueStmt &) { // R1159 Unparse() function in Fortran::parser::UnparseVisitor
1153 void Unparse(const StopStmt &x) { // R1160, R1161 Unparse() function in Fortran::parser::UnparseVisitor
1160 void Unparse(const FailImageStmt &) { // R1163 Unparse() function in Fortran::parser::UnparseVisitor
1163 void Unparse(const NotifyWaitStmt &x) { // F2023: R1166 Unparse() function in Fortran::parser::UnparseVisitor
1168 void Unparse(const SyncAllStmt &x) { // R1164 Unparse() function in Fortran::parser::UnparseVisitor
1171 void Unparse(const SyncImagesStmt &x) { // R1166 Unparse() function in Fortran::parser::UnparseVisitor
1176 void Unparse(const SyncMemoryStmt &x) { // R1168 Unparse() function in Fortran::parser::UnparseVisitor
1179 void Unparse(const SyncTeamStmt &x) { // R1169 Unparse() function in Fortran::parser::UnparseVisitor
1183 void Unparse(const EventPostStmt &x) { // R1170 Unparse() function in Fortran::parser::UnparseVisitor
1194 void Unparse(const EventWaitStmt &x) { // R1170 Unparse() function in Fortran::parser::UnparseVisitor
1199 void Unparse(const FormTeamStmt &x) { // R1175, R1177 Unparse() function in Fortran::parser::UnparseVisitor
1212 void Unparse(const LockStmt &x) { // R1179 Unparse() function in Fortran::parser::UnparseVisitor
1225 void Unparse(const UnlockStmt &x) { // R1181 Unparse() function in Fortran::parser::UnparseVisitor
1231 void Unparse(const OpenStmt &x) { // R1204 Unparse() function in Fortran::parser::UnparseVisitor
1275 void Unparse(const CloseStmt &x) { // R1208 Unparse() function in Fortran::parser::UnparseVisitor
1288 void Unparse(const ReadStmt &x) { // R1210 Unparse() function in Fortran::parser::UnparseVisitor
1307 void Unparse(const WriteStmt &x) { // R1211 Unparse() function in Fortran::parser::UnparseVisitor
1320 void Unparse(const PrintStmt &x) { // R1212 Unparse() function in Fortran::parser::UnparseVisitor
1385 void Unparse(const InputImpliedDo &x) { // R1218 Unparse() function in Fortran::parser::UnparseVisitor
1389 void Unparse(const OutputImpliedDo &x) { // R1219 Unparse() function in Fortran::parser::UnparseVisitor
1393 void Unparse(const WaitStmt &x) { // R1222 Unparse() function in Fortran::parser::UnparseVisitor
1408 void Unparse(const BackspaceStmt &x) { // R1224 Unparse() function in Fortran::parser::UnparseVisitor
1411 void Unparse(const EndfileStmt &x) { // R1225 Unparse() function in Fortran::parser::UnparseVisitor
1414 void Unparse(const RewindStmt &x) { // R1226 Unparse() function in Fortran::parser::UnparseVisitor
1426 void Unparse(const FlushStmt &x) { // R1228 Unparse() function in Fortran::parser::UnparseVisitor
1429 void Unparse(const InquireStmt &x) { // R1230 Unparse() function in Fortran::parser::UnparseVisitor
1477 void Unparse(const format::FormatSpecification &x) { // R1302, R1303, R1305 Unparse() function in Fortran::parser::UnparseVisitor
1481 void Unparse(const format::FormatItem &x) { // R1304, R1306, R1321 Unparse() function in Fortran::parser::UnparseVisitor
1494 void Unparse( Unparse() function in Fortran::parser::UnparseVisitor
1518 void Unparse(const format::DerivedTypeDataEditDesc &x) { // R1307(2/2), R1312 Unparse() function in Fortran::parser::UnparseVisitor
1525 void Unparse(const format::ControlEditDesc &x) { // R1313, R1315-R1320 Unparse() function in Fortran::parser::UnparseVisitor
1593 void Unparse(const EndProgramStmt &x) { // R1403 Unparse() function in Fortran::parser::UnparseVisitor
1599 void Unparse(const EndModuleStmt &x) { // R1406 Unparse() function in Fortran::parser::UnparseVisitor
1602 void Unparse(const UseStmt &x) { // R1409 Unparse() function in Fortran::parser::UnparseVisitor
1611 void Unparse(const Rename &x) { // R1411 Unparse() function in Fortran::parser::UnparseVisitor
1621 void Unparse(const SubmoduleStmt &x) { // R1417 Unparse() function in Fortran::parser::UnparseVisitor
1624 void Unparse(const ParentIdentifier &x) { // R1418 Unparse() function in Fortran::parser::UnparseVisitor
1627 void Unparse(const EndSubmoduleStmt &x) { // R1419 Unparse() function in Fortran::parser::UnparseVisitor
1630 void Unparse(const BlockDataStmt &x) { // R1421 Unparse() function in Fortran::parser::UnparseVisitor
1633 void Unparse(const EndBlockDataStmt &x) { // R1422 Unparse() function in Fortran::parser::UnparseVisitor
1637 void Unparse(const InterfaceStmt &x) { // R1503 Unparse() function in Fortran::parser::UnparseVisitor
1647 void Unparse(const EndInterfaceStmt &x) { // R1504 Unparse() function in Fortran::parser::UnparseVisitor
1650 void Unparse(const ProcedureStmt &x) { // R1506 Unparse() function in Fortran::parser::UnparseVisitor
1686 void Unparse(const GenericStmt &x) { // R1510 Unparse() function in Fortran::parser::UnparseVisitor
1691 void Unparse(const ExternalStmt &x) { // R1511 Unparse() function in Fortran::parser::UnparseVisitor
1694 void Unparse(const ProcedureDeclarationStmt &x) { // R1512 Unparse() function in Fortran::parser::UnparseVisitor
1699 void Unparse(const ProcDecl &x) { // R1515 Unparse() function in Fortran::parser::UnparseVisitor
1703 void Unparse(const IntrinsicStmt &x) { // R1519 Unparse() function in Fortran::parser::UnparseVisitor
1706 void Unparse(const CallStmt::Chevrons &x) { // CUDA Unparse() function in Fortran::parser::UnparseVisitor
1712 void Unparse(const FunctionReference &x) { // R1520 Unparse() function in Fortran::parser::UnparseVisitor
1716 void Unparse(const CallStmt &x) { // R1521 Unparse() function in Fortran::parser::UnparseVisitor
1735 void Unparse(const ActualArgSpec &x) { // R1523 Unparse() function in Fortran::parser::UnparseVisitor
1739 void Unparse(const ActualArg::PercentRef &x) { // R1524 Unparse() function in Fortran::parser::UnparseVisitor
1742 void Unparse(const ActualArg::PercentVal &x) { Unparse() function in Fortran::parser::UnparseVisitor
1754 void Unparse(const PrefixSpec::Attributes &x) { Unparse() function in Fortran::parser::UnparseVisitor
1757 void Unparse(const PrefixSpec::Launch_Bounds &x) { Unparse() function in Fortran::parser::UnparseVisitor
1760 void Unparse(const PrefixSpec::Cluster_Dims &x) { Unparse() function in Fortran::parser::UnparseVisitor
1763 void Unparse(const FunctionStmt &x) { // R1530 Unparse() function in Fortran::parser::UnparseVisitor
1769 void Unparse(const Suffix &x) { // R1532 Unparse() function in Fortran::parser::UnparseVisitor
1777 void Unparse(const EndFunctionStmt &x) { // R1533 Unparse() function in Fortran::parser::UnparseVisitor
1780 void Unparse(const SubroutineStmt &x) { // R1535 Unparse() function in Fortran::parser::UnparseVisitor
1793 void Unparse(const EndSubroutineStmt &x) { // R1537 Unparse() function in Fortran::parser::UnparseVisitor
1799 void Unparse(const EndMpSubprogramStmt &x) { // R1540 Unparse() function in Fortran::parser::UnparseVisitor
1802 void Unparse(const EntryStmt &x) { // R1541 Unparse() function in Fortran::parser::UnparseVisitor
1807 void Unparse(const ReturnStmt &x) { // R1542 Unparse() function in Fortran::parser::UnparseVisitor
1810 void Unparse(const ContainsStmt &) { // R1543 Unparse() function in Fortran::parser::UnparseVisitor
1815 void Unparse(const StmtFunctionStmt &x) { // R1544 Unparse() function in Fortran::parser::UnparseVisitor
1822 void Unparse(const CompilerDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
1851 void Unparse(const CompilerDirective::IgnoreTKR &x) { Unparse() function in Fortran::parser::UnparseVisitor
1862 void Unparse(const CompilerDirective::NameValue &x) { Unparse() function in Fortran::parser::UnparseVisitor
1866 void Unparse(const CompilerDirective::AssumeAligned &x) { Unparse() function in Fortran::parser::UnparseVisitor
1873 void Unparse(const AccAtomicCapture &x) { Unparse() function in Fortran::parser::UnparseVisitor
1885 void Unparse(const AccAtomicRead &x) { Unparse() function in Fortran::parser::UnparseVisitor
1895 void Unparse(const AccAtomicWrite &x) { Unparse() function in Fortran::parser::UnparseVisitor
1905 void Unparse(const AccAtomicUpdate &x) { Unparse() function in Fortran::parser::UnparseVisitor
1915 void Unparse(const llvm::acc::Directive &x) { Unparse() function in Fortran::parser::UnparseVisitor
1920 void Unparse(const AccObjectListWithModifier &x) { Unparse() function in Fortran::parser::UnparseVisitor
1924 void Unparse(const AccBindClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
1931 void Unparse(const AccDefaultClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
1941 void Unparse(const AccClauseList &x) { Walk(" ", x.v, " "); } Unparse() function in Fortran::parser::UnparseVisitor
1942 void Unparse(const AccGangArgList &x) { Walk(x.v, ","); } Unparse() function in Fortran::parser::UnparseVisitor
1956 void Unparse(const AccCollapseArg &x) { Unparse() function in Fortran::parser::UnparseVisitor
1964 void Unparse(const OpenACCBlockConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
1977 void Unparse(const OpenACCLoopConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
1985 void Unparse(const AccBeginLoopDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
1989 void Unparse(const OpenACCStandaloneConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
1997 void Unparse(const OpenACCStandaloneDeclarativeConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2005 void Unparse(const OpenACCCombinedConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2017 void Unparse(const OpenACCRoutineConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2025 void Unparse(const AccObject &x) { Unparse() function in Fortran::parser::UnparseVisitor
2032 void Unparse(const AccObjectList &x) { Walk(x.v, ","); } Unparse() function in Fortran::parser::UnparseVisitor
2033 void Unparse(const AccObjectListWithReduction &x) { Unparse() function in Fortran::parser::UnparseVisitor
2038 void Unparse(const OpenACCCacheConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2047 void Unparse(const AccWaitArgument &x) { Unparse() function in Fortran::parser::UnparseVisitor
2051 void Unparse(const OpenACCWaitConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2063 void Unparse(const OmpObject &x) { Unparse() function in Fortran::parser::UnparseVisitor
2070 void Unparse(const OmpMapType::Always &) { Word("ALWAYS,"); } Unparse() function in Fortran::parser::UnparseVisitor
2071 void Unparse(const OmpMapClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2075 void Unparse(const OmpScheduleModifier &x) { Unparse() function in Fortran::parser::UnparseVisitor
2079 void Unparse(const OmpScheduleClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2084 void Unparse(const OmpDeviceClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2088 void Unparse(const OmpAlignedClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2093 void Unparse(const OmpIfClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2097 void Unparse(const OmpLinearClause::WithoutModifier &x) { Unparse() function in Fortran::parser::UnparseVisitor
2101 void Unparse(const OmpLinearClause::WithModifier &x) { Unparse() function in Fortran::parser::UnparseVisitor
2105 void Unparse(const OmpReductionClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2112 void Unparse(const OmpInReductionClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2117 void Unparse(const OmpAllocateClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2122 void Unparse(const OmpAllocateClause::AllocateModifier &x) { Unparse() function in Fortran::parser::UnparseVisitor
2142 void Unparse(const OmpAllocateClause::AllocateModifier::Align &x) { Unparse() function in Fortran::parser::UnparseVisitor
2147 void Unparse(const OmpOrderClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2151 void Unparse(const OmpDependSinkVecLength &x) { Unparse() function in Fortran::parser::UnparseVisitor
2155 void Unparse(const OmpDependSinkVec &x) { Unparse() function in Fortran::parser::UnparseVisitor
2159 void Unparse(const OmpDependClause::InOut &x) { Unparse() function in Fortran::parser::UnparseVisitor
2183 void Unparse(const OmpDefaultmapClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2190 void Unparse(const OmpLoopDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2292 void Unparse(const OmpObjectList &x) { Walk(x.v, ","); } Unparse() function in Fortran::parser::UnparseVisitor
2293 void Unparse(const OmpSimpleStandaloneDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2321 void Unparse(const OmpBlockDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2374 void Unparse(const OmpAtomicDefaultMemOrderClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2378 void Unparse(const OmpAtomicClauseList &x) { Walk(" ", x.v, " "); } Unparse() function in Fortran::parser::UnparseVisitor
2380 void Unparse(const OmpAtomic &x) { Unparse() function in Fortran::parser::UnparseVisitor
2391 void Unparse(const OmpAtomicCapture &x) { Unparse() function in Fortran::parser::UnparseVisitor
2406 void Unparse(const OmpAtomicRead &x) { Unparse() function in Fortran::parser::UnparseVisitor
2419 void Unparse(const OmpAtomicUpdate &x) { Unparse() function in Fortran::parser::UnparseVisitor
2432 void Unparse(const OmpAtomicWrite &x) { Unparse() function in Fortran::parser::UnparseVisitor
2445 void Unparse(const OpenMPExecutableAllocate &x) { Unparse() function in Fortran::parser::UnparseVisitor
2462 void Unparse(const OpenMPDeclarativeAllocate &x) { Unparse() function in Fortran::parser::UnparseVisitor
2472 void Unparse(const OmpEndAllocators &x) { Unparse() function in Fortran::parser::UnparseVisitor
2478 void Unparse(const OpenMPAllocatorsConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2489 void Unparse(const OmpCriticalDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2497 void Unparse(const OmpEndCriticalDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2504 void Unparse(const OpenMPCriticalConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2509 void Unparse(const OmpDeclareTargetWithList &x) { Unparse() function in Fortran::parser::UnparseVisitor
2512 void Unparse(const OmpReductionInitializerClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2517 void Unparse(const OmpReductionCombiner::FunctionCombiner &x) { Unparse() function in Fortran::parser::UnparseVisitor
2529 void Unparse(const OpenMPDeclareReductionConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2589 void Unparse(const OmpSectionsDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2601 void Unparse(const OmpSectionBlocks &x) { Unparse() function in Fortran::parser::UnparseVisitor
2612 void Unparse(const OpenMPSectionsConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2625 void Unparse(const OpenMPCancellationPointConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2632 void Unparse(const OpenMPCancelConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2640 void Unparse(const OmpMemoryOrderClause &x) { Walk(x.v); } Unparse() function in Fortran::parser::UnparseVisitor
2641 void Unparse(const OmpAtomicClause &x) { Unparse() function in Fortran::parser::UnparseVisitor
2648 void Unparse(const OpenMPFlushConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2656 void Unparse(const OmpEndLoopDirective &x) { Unparse() function in Fortran::parser::UnparseVisitor
2664 void Unparse(const OmpClauseList &x) { Walk(" ", x.v, " "); } Unparse() function in Fortran::parser::UnparseVisitor
2665 void Unparse(const OpenMPSimpleStandaloneConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2673 void Unparse(const OpenMPBlockConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2686 void Unparse(const OpenMPLoopConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2695 void Unparse(const BasedPointer &x) { Unparse() function in Fortran::parser::UnparseVisitor
2699 void Unparse(const BasedPointerStmt &x) { Walk("POINTER ", x.v, ","); } Unparse() function in Fortran::parser::UnparseVisitor
2700 void Unparse(const CUDAAttributesStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2714 void Unparse(const StructureStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2728 void Unparse(const OldParameterStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2731 void Unparse(const ArithmeticIfStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2737 void Unparse(const AssignStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2741 void Unparse(const AssignedGotoStmt &x) { Unparse() function in Fortran::parser::UnparseVisitor
2745 void Unparse(const PauseStmt &x) { Word("PAUSE"), Walk(" ", x.v); } Unparse() function in Fortran::parser::UnparseVisitor
2807 void Unparse(const CUFKernelDoConstruct::StarOrExpr &x) { Unparse() function in Fortran::parser::UnparseVisitor
2814 void Unparse(const CUFKernelDoConstruct::Directive &x) { Unparse() function in Fortran::parser::UnparseVisitor
2842 void Unparse(const CUFKernelDoConstruct &x) { Unparse() function in Fortran::parser::UnparseVisitor
2846 void Unparse(const CUFReduction &x) { Unparse() function in Fortran::parser::UnparseVisitor
3026 void Unparse(llvm::raw_ostream &out, const A &root, Encoding encoding, Unparse() function
[all...]