Searched refs:SET1 (Results 1 – 4 of 4) sorted by relevance
62 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro88 #undef SET1109 #define SET1(v, n) ((v)[n] = 1) macro
697 SET1(st, startst);783 SET1(st, startst);
76 ; CHECK-NEXT: [[SET1:.*]] = Lfunc_begin0-Lfunc_begin077 ; CHECK-NEXT: .quad [[SET1]]
3056 # m4_set_difference(SET1, SET2)3058 # Produce a LIST of quoted elements that occur in SET1 but not SET2.3125 # m4_set_intersection(SET1, SET2)3127 # Produce a LIST of quoted elements that occur in both SET1 or SET2.3212 # m4_set_union(SET1, SET2)3214 # Produce a LIST of double quoted elements that occur in either SET13221 # We can rely on the fact that m4_set_listc prunes SET1, so we don't