Searched refs:PAIR (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m.result | 89 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] 108 dict = [NSDictionary dictionaryWithObjectsAndKeys: PAIR(1), PAIR(2), nil];
|
D | objcmt-subscripting-literals.m | 89 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro 108 dict = [NSDictionary dictionaryWithObjectsAndKeys: PAIR(1), PAIR(2), nil];
|
D | objcmt-instancetype.m | 103 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro
|
D | objcmt-instancetype.m.result | 103 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)]
|
/external/clang/test/SemaObjC/ |
D | cocoa-api-usage.m | 76 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro
|
D | cocoa-api-usage.m.fixed | 76 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)]
|
/external/dhcpcd/ |
D | showlease.c | 23 #define PAIR (1 << 8) macro
|
D | dhcp.c | 48 #define PAIR (1 << 8) macro
|