Home | History | Annotate | Download | only in src

Lines Matching defs:returned

729 static inline void _hb_warn_no_return (bool returned)
731 if (unlikely (!returned)) {
732 fprintf (stderr, "OUCH, returned with no call to TRACE_RETURN. This is a bug, please report.\n");
736 /*static*/ inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
746 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
757 _hb_warn_no_return<ret_t> (returned);
758 if (!returned) {
766 if (unlikely (returned)) {
776 returned = true;
784 bool returned;