Searched refs:Ex1 (Results 1 – 5 of 5) sorted by relevance
4 class Ex1: public BaseEx {}; class5 typedef Ex1 Ex2;12 catch (Ex1 &e) { f(); } // expected-warning {{exception of type 'Ex1 &' will be caught by earlier h…
52 namespace Ex1 { namespace
159 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl() local160 if (!Ex1) in VisitVarDecl()162 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl()
7 # Cortex-A55 has a secondary skewed ALU in the Ex1 stage for simple
5477 SMLoc Sx1, Ex1; in parseModImm() local5480 if (getParser().parseExpression(Imm1Exp, Ex1)) { in parseModImm()5495 Sx1, Ex1)); in parseModImm()5506 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1)); in parseModImm()5512 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1)); in parseModImm()