Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1371 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1395 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1630 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1650 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1670 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1701 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1727 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1765 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1877 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1909 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp587 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1926 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h3030 void setExpr(Expr *E) { Data->getChildren()[DataPositionTy::POS_E] = E; } in setExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp925 Dir->setExpr(Exprs.E); in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13809 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()