Lines Matching defs:Minor
78 RecA->getValueAsDef("dxil_version")->getValueAsInt("Minor");
82 RecB->getValueAsDef("dxil_version")->getValueAsInt("Minor");
254 unsigned Minor =
255 Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor");
260 .append(std::to_string(Minor).append("}, "));
299 unsigned Minor = Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor");
304 .append(std::to_string(Minor).append("}, "));
328 unsigned Minor = Version->getValueAsInt("Minor");
330 OS << std::to_string(Major) << ", " << std::to_string(Minor);
401 unsigned Minor =
402 Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor");
404 OS << std::to_string(Major) << ", " << std::to_string(Minor);