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

  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 38 struct bad_decls { struct
39 bad_decls(volatile bad_decls&) = default; // expected-error {{may not be volatile}}
40 bad_decls&& operator = (bad_decls) = default; // expected-error {{lvalue reference}} expected-error {{must return 'bad_decls &'}} member in struct:bad_decls
41 bad_decls& operator = (volatile bad_decls&) = default; // expected-error {{may not be volatile}}
42 bad_decls& operator = (const bad_decls&) const = default; // expected-error {{may not have 'const', 'constexpr' or 'volatile' qualifiers}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 125 milliseconds