Searched refs:overflow_ (Results 1 – 6 of 6) sorted by relevance
246 if (HasNext() && !bitstring_and_of_.overflow_) { in CreateChild()271 if (bitstring_and_of_.overflow_) { in GetState()334 iod.overflow_ = overflow; in SubtypeCheckInfo()364 iod.overflow_ = overflow; in MakeUnchecked()407 bitstring_and_of_.overflow_ = true; in MarkOverflowed()518 << "depth: " << io.depth_ << ", of:" << io.bitstring_and_of_.overflow_ << "}";
62 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;
205 bool HasOverflow() { return overflow_; } in HasOverflow()364 bool overflow_; variable
1044 overflow_(false), in TraceWriter()1167 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false"); in FinishTracing()1468 if (overflow_) { in FlushAllThreadBuffers()1483 DCHECK_EQ(overflow_, false); in PrepareBufferForNewEntries()1489 if (overflow_) { in PrepareBufferForNewEntries()1821 overflow_ = true; in FlushBuffer()
112 iod.overflow_ = overflow;
210 << (iod.overflow_ ? "true" : "false") in operator <<()