Searched refs:Ex1 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dunreachable-catch-clauses.cpp4 class Ex1: public BaseEx {}; class in inherits:BaseEx
5 typedef Ex1 Ex2;
12 catch (Ex1 &e) { f(); } // expected-warning {{exception of type 'Ex1 &' will be caught by earlier handler}}
13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type 'Ex2 &' (aka 'Ex1 &') will be caught by earlier handler}}
H A Dcopy-initialization.cpp52 namespace Ex1 { namespace in namespace:DR5
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp161 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init);
162 if (!Ex1)
164 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr());
/external/opencv3/modules/calib3d/src/
H A Dfive-point.cpp388 Vec3d Ex1 = E * x1; local
390 double x2tEx1 = x2.dot(Ex1);
392 double a = Ex1[0] * Ex1[0];
393 double b = Ex1[1] * Ex1[1];
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4340 SMLoc Sx1, Ex1; local
4343 if (getParser().parseExpression(Imm1Exp, Ex1)) {
4358 Sx1, Ex1));
4369 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));
4375 Operands.push_back(ARMOperand::CreateImm(Imm1Exp, Sx1, Ex1));

Completed in 1227 milliseconds