Home | History | Annotate | Download | only in AsmParser

Lines Matching full:make_unique

137     return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
140 auto Op = make_unique<SystemZOperand>(KindToken, Loc, Loc);
147 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
154 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc);
160 auto Op = make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc);
168 auto Op = make_unique<SystemZOperand>(KindMem, StartLoc, EndLoc);
180 auto Op = make_unique<SystemZOperand>(KindImmTLS, StartLoc, EndLoc);