Searched refs:iod (Results 1 – 3 of 3) sorted by relevance
331 SubtypeCheckBits iod; in SubtypeCheckInfo() local332 iod.bitstring_ = path_to_root; in SubtypeCheckInfo()333 iod.overflow_ = overflow; in SubtypeCheckInfo()335 bitstring_and_of_ = iod; in SubtypeCheckInfo()361 SubtypeCheckBits iod; in MakeUnchecked() local362 iod.bitstring_ = bitstring; in MakeUnchecked()363 iod.overflow_ = overflow; in MakeUnchecked()367 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 <<()