Home | History | Annotate | Download | only in gcmole

Lines Matching refs:gc_

431     if (in.hasGC()) gc_.set(arg);
442 if (gc_.any()) out.setGC();
449 if (!gc_.any()) return true;
452 return gc_.count() == 1 && !((raw ^ gc_).any());
459 std::bitset<kMaxNumberOfArguments> gc_;