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

  /external/clang/test/CodeGenCXX/
eh-aggregate-copy-destroy.cpp 12 struct ThrowCopy {
13 ThrowCopy() {}
14 ThrowCopy(const ThrowCopy &) { throw 1; }
19 ThrowCopy c;
eh-aggregated-inits-unwind.cpp 15 struct ThrowCopy {
17 ThrowCopy() { id = 15; }
18 ThrowCopy(const ThrowCopy &x) {
22 ~ThrowCopy() { id = 35; }
28 ThrowCopy o2;

Completed in 886 milliseconds