Lines Matching defs:tup
298 auto &tup = e.value();
299 auto ty = std::get<mlir::Type>(tup);
599 for (auto &tup :
601 auto argTy = std::get<mlir::Type>(tup);
602 if (std::get<fir::CodeGenSpecifics::Attributes>(tup).isSRet())
603 newInTyAndAttrs.push_back(tup);
632 for (auto &tup : specifics->structReturnType(loc, recTy)) {
633 if (std::get<fir::CodeGenSpecifics::Attributes>(tup).isSRet())
634 newInTyAndAttrs.push_back(tup);
636 newResTys.push_back(std::get<mlir::Type>(tup));
687 for (auto &tup : specifics->boxcharArgumentType(box.getEleTy())) {
688 auto attr = std::get<fir::CodeGenSpecifics::Attributes>(tup);
689 auto argTy = std::get<mlir::Type>(tup);
693 newInTyAndAttrs.push_back(tup);
887 for (auto &tup :
889 auto attr = std::get<fir::CodeGenSpecifics::Attributes>(tup);
890 auto argTy = std::get<mlir::Type>(tup);
897 newInTyAndAttrs.push_back(tup);
1156 auto &tup = m[0];
1157 auto attr = std::get<fir::CodeGenSpecifics::Attributes>(tup);
1158 auto argTy = std::get<mlir::Type>(tup);
1180 newInTyAndAttrs.push_back(tup);
1230 auto &tup = e.value();
1232 auto attr = std::get<fir::CodeGenSpecifics::Attributes>(tup);
1266 newInTyAndAttrs.push_back(tup);