Searched refs:SET1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | regexec.c | 62 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) macro 88 #undef SET1 109 #define SET1(v, n) ((v)[n] = 1) macro
|
D | regengine.inc | 697 SET1(st, startst); 783 SET1(st, startst);
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-merge-group-by-use.ll | 15 ; CHECK-NEXT: adrp x8, [[SET1:l__MergedGlobals.[0-9]*]]@PAGE 16 ; CHECK-NEXT: add x8, x8, [[SET1]]@PAGEOFF 90 ; CHECK-DAG: .zerofill __DATA,__bss,[[SET1]],8,3
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-05-26-DotDebugLoc.ll | 76 ; CHECK-NEXT: [[SET1:.*]] = Lfunc_begin0-Lfunc_begin0 77 ; CHECK-NEXT: .quad [[SET1]]
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 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 SET1 3221 # We can rely on the fact that m4_set_listc prunes SET1, so we don't
|