Lines Matching defs:Before
39 // functions, Before() and Unparse(), which imply true and false return
41 template <typename T> void Before(const T &) {}
48 Before(x);
61 Before(x);
78 template <typename T> void Before(const Statement<T> &x) {
152 void Before(const IntrinsicTypeSpec::Real &) { // R704
155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); }
159 void Before(const IntrinsicTypeSpec::Character &) { Word("CHARACTER"); }
160 void Before(const IntrinsicTypeSpec::Logical &) { Word("LOGICAL"); }
164 void Before(const UnsignedTypeSpec &) { Word("UNSIGNED"); }
165 void Before(const IntrinsicVectorTypeSpec &) { Word("VECTOR("); }
173 void Before(const IntegerTypeSpec &) { // R705
306 void Before(const ComponentAttrSpec &x) {
500 void Before(const AttrSpec &x) { // R802
810 void Before(const ImageSelectorSpec::Stat &) { // R926
813 void Before(const ImageSelectorSpec::Team_Number &) { Word("TEAM_NUMBER="); }
814 void Before(const ImageSelectorSpec &x) {
825 void Before(const AllocOpt &x) { // R928, R931
856 void Before(const StatOrErrmsg &x) { // R942 & R1165
866 void Before(const Expr::UnaryPlus &) { Put("+"); }
867 void Before(const Expr::Negate &) { Put("-"); }
868 void Before(const Expr::NOT &) { Word(".NOT."); }
960 void Before(const ForallStmt &) { // R1055
1038 void Before(const LoopControl::Concurrent &) { // R1129
1144 void Before(const GotoStmt &) { // R1157
1187 void Before(const EventWaitSpec &x) { // R1173, R1174
1205 void Before(const FormTeamStmt::FormTeamSpec &x) { // R1176, R1178
1217 void Before(const LockStmt::LockStat &x) { // R1180
1278 void Before(const CloseStmt::CloseSpec &x) { // R1209
1396 void Before(const WaitSpec &x) { // R1223
1417 void Before(const PositionOrFlushSpec &x) { // R1227 & R1229
1474 void Before(const FormatStmt &) { // R1301
1585 void Before(const MainProgram &x) { // R1401
1590 void Before(const ProgramStmt &) { // R1402
1596 void Before(const ModuleStmt &) { // R1405
1658 void Before(const GenericSpec &x) { // R1508, R1509
1752 void Before(const AltReturnSpec &) { // R1525
1803 void Before(const MpSubprogramStmt &) { // R1539
1954 void Before(const AccSizeExpr &x) {
1958 void Before(const AccGangArg &x) {