Home
last modified time | relevance | path

Searched defs:Uncopyable (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dundefined-internal.cpp114 struct Uncopyable { struct
115 Uncopyable() {} in Uncopyable() argument
120 void f(const Uncopyable&) {} in f()