Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dproperties.mm54 class CustomCopy {
56 CustomCopy() : value(0) {}
57 CustomCopy(const CustomCopy &other) : value(other.value) {
64 @property CustomCopy inner;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp666 struct CustomCopy { CustomCopy(); CustomCopy(const CustomCopy&); }; struct
668 CustomCopy CC;