Lines Matching defs:ByArg
9083 std::map<std::vector<uint64_t>, WholeProgramDevirtResolution::ByArg>
9100 WholeProgramDevirtResolution::ByArg ByArg;
9103 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir;
9106 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal;
9109 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal;
9112 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp;
9116 "unexpected WholeProgramDevirtResolution::ByArg kind");
9126 parseUInt64(ByArg.Info))
9132 parseUInt32(ByArg.Byte))
9138 parseUInt32(ByArg.Bit))
9150 ResByArg[Args] = ByArg;