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

  /external/clang/test/SemaCXX/
unreachable-catch-clauses.cpp 5 typedef Ex1 Ex2;
13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type Ex2 & will be caught by earlier handler}}
copy-initialization.cpp 59 namespace Ex2 {

Completed in 618 milliseconds