Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dproperties.mm54 class CustomCopy {
56 CustomCopy() : value(0) {}
57 CustomCopy(const CustomCopy &other) : value(other.value) {
64 @property CustomCopy inner;
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp464 struct CustomCopy { CustomCopy(); CustomCopy(const CustomCopy&); }; struct
466 CustomCopy CC;