HomeSort by relevance Sort by last modified time
    Searched full:constb (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
copy-assignment.cpp 55 const B constB = B();
76 nb = constB; // expected-error{{no viable overloaded '='}}
uninitialized.cpp 526 const B constb = {}; member in class:U
552 U(bool (*)[19]) : constb(constb) {} // expected-warning {{field 'constb' is uninitialized when used here}}
553 U(bool (*)[20]) : constb(B(constb)) {} // expected-warning {{field 'constb' is uninitialized when used here}}
    [all...]

Completed in 96 milliseconds