Searched refs:dict2 (Results 1 – 5 of 5) sorted by relevance
23 NSDictionary *dict2 = @{ @"name":@666 };
48 …id dict2 = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObje…
1503 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main() local1504 if (dict1 < 0 || dict1 > 9 || dict2 < 0 || dict2 > 9) { in main()1508 dict_merge(&darray[dict1], &darray[dict2]); in main()
123 id dict2 = @{
128 …CFDictionaryRef dict2 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)elems[0], (const voi…