Searched refs:cint (Results 1 – 4 of 4) sorted by relevance
18 typedef const int cint; in a() typedef19 g(cint(0)); // expected-error{{no matching function for call to 'g'}} in a()
13 const int cint; // expected-note {{declared here}} member in X
34 typedef const int cint; typedef35 extern cint car1[10];
127 const int cint = 100; in foo7() local130 int (^NN) (void) = ^{ return cint; }; in foo7()