Searched defs:cint (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcv-unqual-rvalues.cpp18 typedef const int cint; typedef
19 g(cint(0)); // expected-error{{no matching function for call to 'g'}}
H A Ddefault-assignment-operator.cpp9 class X : Base { // // expected-error {{cannot define the implicit copy assignment operator for 'X', because non-static const member 'cint' can't use copy assignment operator}} \
13 const int cint; // expected-note {{declared here}} member in class:X
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp1.cpp34 typedef const int cint; typedef
35 extern cint car1[10];

Completed in 314 milliseconds