Searched defs:TD2 (Results 1 – 2 of 2) sorted by relevance
55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
7717 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) in IsEquivalentForUsingDecl() local