Lines Matching defs:ByArg
9185 std::map<std::vector<uint64_t>, WholeProgramDevirtResolution::ByArg>
9202 WholeProgramDevirtResolution::ByArg ByArg;
9205 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir;
9208 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal;
9211 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal;
9214 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp;
9218 "unexpected WholeProgramDevirtResolution::ByArg kind");
9228 parseUInt64(ByArg.Info))
9234 parseUInt32(ByArg.Byte))
9240 parseUInt32(ByArg.Bit))
9252 ResByArg[Args] = ByArg;