Home | History | Annotate | Download | only in gcmole

Lines Matching refs:gc_

432     if (in.hasGC()) gc_.set(arg);
443 if (gc_.any()) out.setGC();
450 if (!gc_.any()) return true;
453 return gc_.count() == 1 && !((raw ^ gc_).any());
460 std::bitset<kMaxNumberOfArguments> gc_;