Lines Matching defs:specific
326 if (generic->derivedType() == &*s || generic->specific() == &*s) {
791 for (const Symbol &specific : details.specificProcs()) {
792 if (specific.owner() == genericOwner) {
793 decls_ << "procedure::" << specific.name() << '\n';
841 // specific procedures as a result of generic resolution;
871 if (generic->specific() &&
872 &generic->specific()->owner() == &symbol->owner()) {
873 sorted.push_back(*generic->specific());
1641 // The generic may not be needed itself, but the specific procedure
1643 const Symbol *spec{generic->specific()};