Home
last modified time | relevance | path

Searched refs:setExpr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1374 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1398 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1633 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1653 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1673 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1704 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1730 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1768 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1880 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1912 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp586 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1827 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h2773 void setExpr(Expr *E) { Data->getChildren()[3] = E; } in setExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp778 Dir->setExpr(E); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp12879 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()