Lines Matching defs:only
349 bool expectDeclTypeSpec{false}; // should see decl-type-spec only when true
560 // Search for name only in scope, not in enclosing scopes.
2617 // In EQUIVALENCE statements only resolve names in the local scope, see
2668 // Look for name only in scope, not in enclosing scopes.
3086 for (const auto &only : onlys) {
3087 if (const auto *rename{std::get_if<parser::Rename>(&only.u)}) {
3130 // Intrinsic modules USE only other intrinsic modules
3146 // Not a use-only: collect the names that were used in renames,
3847 Say("A PROCEDURE statement is only allowed in a generic interface block"_err_en_US);
4020 "Generic interface '%s' should only contain functions due to derived type with same name"_warn_en_US,
4123 "RESULT(%s) may appear only in a function"_err_en_US)};
4234 "LAUNCH_BOUNDS() may only appear once"_err_en_US);
4259 "CLUSTER_DIMS() may only appear once"_err_en_US);
4381 "result only"_warn_en_US,
4383 // RESULT name was ignored above, the only side effect from doing so will be
4581 "ENTRY '%s' may appear only in a subroutine or function"_err_en_US,
5226 "%s attribute may only appear in the specification part of a module"_err_en_US,
5629 // PowerPC vector types are allowed only on Power architectures.
5632 "Vector type is only supported for PowerPC"_err_en_US);
6002 Say("PRIVATE is only allowed in a derived type that is"
6233 Say("DEFERRED is only allowed when an interface-name is provided"_err_en_US);
7808 // For ASSOCIATE, CHANGE TEAM, and SELECT TYPE only; not SELECT RANK.
7926 // (pertinent only to dummy arguments), ASYNCHRONOUS/VOLATILE,
7987 for (const auto &only : *onlyList) {
7988 if (const auto *name{std::get_if<parser::Name>(&only.u)}) {
7990 } else if (const auto *rename{std::get_if<parser::Rename>(&only.u)}) {
8032 // a new scope. These variables can only have integer types, and their
8033 // scope only extends until the end of the clause. A potential alternative
8908 "%s statement may only appear in the specification part of a module"_err_en_US,
9820 continue; // make ENTRY symbols only where valid