Searched refs:RTD (Results 1 – 7 of 7) sorted by relevance
120 Target RejectNegative InverseMask(RTD)132 Target Report RejectNegative Mask(RTD)
181 Target Report Mask(RTD)
17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
2306 if (auto *RTD = readDeclAs<RedeclarableTemplateDecl>()) { in VisitRedeclarableTemplateDecl() local2307 assert(RTD->getKind() == D->getKind() && in VisitRedeclarableTemplateDecl()2309 D->setInstantiatedFromMemberTemplate(RTD); in VisitRedeclarableTemplateDecl()
9441 auto RTD = cast<RedeclarableTemplateDecl>(D)->getCanonicalDecl(); in finishPendingActions() local9442 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()9443 cast<RedeclarableTemplateDecl>(R)->Common = RTD->Common; in finishPendingActions()
887 * d30v-opc.c: Add FLAG_JSR attribute to DBT, REIT, RTD, and TRAP