Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1375 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1399 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1634 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1654 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1674 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1705 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1731 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1769 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1881 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1913 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp586 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h1829 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
DStmtOpenMP.h2806 void setExpr(Expr *E) { Data->getChildren()[3] = E; } in setExpr() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp816 Dir->setExpr(E); in Create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp13061 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()