Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1434 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1458 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1696 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1716 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1736 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1767 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1793 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1831 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1943 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1975 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h123 void setExpr(const MCExpr *Val) { in setExpr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp403 Inst.getOperand(1).setExpr(OpExpr); in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp587 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1953 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h3017 void setExpr(Expr *E) { Data->getChildren()[DataPositionTy::POS_E] = E; } in setExpr() function
H A DOpenMPClause.h2423 void setExpr(Expr *E) { setStmt(E); } in setExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1001 Dir->setExpr(Exprs.E); in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11610 C->setExpr(Record.readExpr()); in VisitOMPHoldsClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13969 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()