Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1428 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1452 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1687 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1707 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1727 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1758 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1784 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1822 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1934 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1966 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp376 Inst.getOperand(1).setExpr(NewOpExpr); in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp589 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1938 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h3034 void setExpr(Expr *E) { Data->getChildren()[DataPositionTy::POS_E] = E; } in setExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp963 Dir->setExpr(Exprs.E); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13677 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()