Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A 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…
H A Dcopy-initialization.cpp52 namespace Ex1 { namespace
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp159 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl() local
160 if (!Ex1) in VisitVarDecl()
162 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl()
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/
H A DA55-2-skewed-alu.s7 # Cortex-A55 has a secondary skewed ALU in the Ex1 stage for simple
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5477 SMLoc Sx1, Ex1; in parseModImm() local
5480 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()