Home
last modified time | relevance | path

Searched refs:Ex2 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dunreachable-catch-clauses.cpp5 typedef Ex1 Ex2; typedef
13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type Ex2 & will be caught by earlier han…
Dcopy-initialization.cpp59 namespace Ex2 { namespace
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp161 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl() local
162 if (!Ex2 || Ex2->getNumArgs() != 1) in VisitVarDecl()
164 ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(Ex2->getArg(0)); in VisitVarDecl()