HomeSort by relevance Sort by last modified time
    Searched refs: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 &}}
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 156 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init);
157 if (!Ex1)
159 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr());

Completed in 92 milliseconds