Searched refs:with_overflow (Results 1 – 5 of 5) sorted by relevance
219 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags() argument226 with_overflow_(with_overflow == kWithOverflow) {}
312 if (with_overflow()) { in Emit()
799 populate_serializer_with_repack_last (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_with_repack_last() argument807 if (with_overflow) { in populate_serializer_with_repack_last()823 if (!with_overflow) { in populate_serializer_with_repack_last()847 populate_serializer_spaces (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_spaces() argument854 if (with_overflow) in populate_serializer_spaces()869 if (!with_overflow) in populate_serializer_spaces()
593 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);598 bool with_overflow() const { return with_overflow_; }; in with_overflow() function
193 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()