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

  /external/clang/test/SemaCXX/
unreachable-catch-clauses.cpp 4 class Ex1: public BaseEx {};
5 typedef Ex1 Ex2;
12 catch (Ex1 &e) { f(); } // expected-note {{for type class Ex1 &}}
copy-initialization.cpp 49 namespace Ex1 {

Completed in 182 milliseconds