Searched defs:ccc (Results 1 – 4 of 4) sorted by relevance
28 void ccc() {} in ccc() function
8 int ccc[200]; member
78 A ccc() { // expected-warning {{'ccc' has C-linkage specified, but returns user-defined type 'rdar1… in ccc() function
98 typedef int (^test_param1)(int aaa, int ccc); typedef