Searched refs:iod (Results 1 – 3 of 3) sorted by relevance
332 SubtypeCheckBits iod; in SubtypeCheckInfo() local333 iod.bitstring_ = path_to_root; in SubtypeCheckInfo()334 iod.overflow_ = overflow; in SubtypeCheckInfo()336 bitstring_and_of_ = iod; in SubtypeCheckInfo()362 SubtypeCheckBits iod; in MakeUnchecked() local363 iod.bitstring_ = bitstring; in MakeUnchecked()364 iod.overflow_ = overflow; in MakeUnchecked()368 io.bitstring_and_of_ = iod; in MakeUnchecked()
110 SubtypeCheckBits iod; local111 iod.bitstring_ = bs;112 iod.overflow_ = overflow;113 return SubtypeCheckInfo::Create(iod, depth);
207 SubtypeCheckBits iod = kls.subtype_check_info_and_status_.subtype_check_info_; in operator <<() local210 << (iod.overflow_ ? "true" : "false") in operator <<()211 << ", bitstring: " << iod.bitstring_ in operator <<()