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
161 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl() local162 if (!Ex1) in VisitVarDecl()164 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl()
388 Vec3d Ex1 = E * x1; in computeError() local390 double x2tEx1 = x2.dot(Ex1); in computeError()392 double a = Ex1[0] * Ex1[0]; in computeError()393 double b = Ex1[1] * Ex1[1]; in computeError()
4340 SMLoc Sx1, Ex1; in parseModImm() local4343 if (getParser().parseExpression(Imm1Exp, Ex1)) { in parseModImm()4358 Sx1, Ex1)); in parseModImm()4369 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1)); in parseModImm()4375 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1)); in parseModImm()