Home | History | Annotate | Download | only in Reader

Lines Matching refs:Ret

1274   auto *Ret = StructType::create(Context, Name);
1275 IdentifiedStructTypes.push_back(Ret);
1276 return Ret;
1280 auto *Ret = StructType::create(Context);
1281 IdentifiedStructTypes.push_back(Ret);
1282 return Ret;
4829 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>]
6585 ErrorOr<std::unique_ptr<Module>> Ret =
6588 if (!Ret)
6589 return Ret;
6592 return Ret;