Home
last modified time | relevance | path

Searched refs:WithDel (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Ddeleted-function.cpp17 struct WithDel { struct
18 WithDel() = delete; // expected-note {{'WithDel' has been explicitly marked deleted here}}
31 WithDel dd; // expected-error {{call to deleted constructor of 'WithDel'}} in test() argument
32 WithDel *d = 0; in test()