HomeSort by relevance Sort by last modified time
    Searched refs:Ex2 (Results 1 - 3 of 3) 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 {
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 165 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr());
166 if (!Ex2 || Ex2->getNumArgs() != 1)
168 ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(Ex2->getArg(0));

Completed in 64 milliseconds