Home | History | Annotate | Download | only in src

Lines Matching defs:returned

803 static inline void _hb_warn_no_return (bool returned)
805 if (unlikely (!returned)) {
806 fprintf (stderr, "OUCH, returned with no call to return_trace(). This is a bug, please report.\n");
810 /*static*/ inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
820 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
831 _hb_warn_no_return<ret_t> (returned);
832 if (!returned) {
840 if (unlikely (returned)) {
850 returned = true;
858 bool returned;