Home
last modified time | relevance | path

Searched refs:SET2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dglobal-merge-group-by-use.ll30 ; CHECK-NEXT: adrp x8, [[SET2:l__MergedGlobals.[0-9]*]]@PAGE
31 ; CHECK-NEXT: add x8, x8, [[SET2]]@PAGEOFF
91 ; CHECK-DAG: .zerofill __DATA,__bss,[[SET2]],12,3
/external/llvm/test/CodeGen/X86/
D2010-05-26-DotDebugLoc.ll77 ; CHECK-NEXT: [[SET2:.*]] = [[LABEL]]-Lfunc_begin0
78 ; CHECK-NEXT: .quad [[SET2]]
/external/python/cpython2/Modules/expat/
Dxmltok.c615 #define SET2(ptr, ch) \ macro
623 #undef SET2 in DEFINE_UTF16_TO_UTF16()
627 #define SET2(ptr, ch) \ in DEFINE_UTF16_TO_UTF16() macro
635 #undef SET2 in DEFINE_UTF16_TO_UTF16()
/external/expat/lib/
Dxmltok.c710 #define SET2(ptr, ch) \ macro
718 #undef SET2 in DEFINE_UTF16_TO_UTF16()
722 #define SET2(ptr, ch) \ in DEFINE_UTF16_TO_UTF16() macro
730 #undef SET2 in DEFINE_UTF16_TO_UTF16()
/external/bison/data/m4sugar/
Dm4sugar.m43056 # 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)
3215 # or SET2, without duplicates. Output a comma prior to any elements,
/external/strace/
DChangeLog8245 -e fault=!SET1:error=ERRNO1, -e fault=!SET2:error=ERRNO2
8246 means that all syscalls except those from SET2 are subject to fault
8247 injection with error code ERRNO2, and all syscalls from SET2 that are