Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dunreachable-catch-clauses.cpp4 class Ex1: public BaseEx {}; class
5 typedef Ex1 Ex2;
12 catch (Ex1 &e) { f(); } // expected-warning {{exception of type 'Ex1 &' will be caught by earlier h…
Dcopy-initialization.cpp52 namespace Ex1 { namespace
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp161 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl() local
162 if (!Ex1) in VisitVarDecl()
164 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl()
/external/opencv3/modules/calib3d/src/
Dfive-point.cpp388 Vec3d Ex1 = E * x1; in computeError() local
390 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()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4340 SMLoc Sx1, Ex1; in parseModImm() local
4343 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()