Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1373 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1397 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1632 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1652 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1672 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1703 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1729 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1767 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1879 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1911 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp588 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1876 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h2962 void setExpr(Expr *E) { Data->getChildren()[DataPositionTy::POS_E] = E; } in setExpr() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp906 Dir->setExpr(Exprs.E); in Create()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp13370 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()