Searched refs:Crap (Results 1 – 8 of 8) sorted by relevance
135 static inline Type& Crap () { in Crap() function145 static Type & get_crap () { return Crap<Type> (); } in get_crap()147 #define Crap(Type) CrapHelper<Type>::get_crap () macro151 static Type & get () { return Crap(Type); } in get()
268 static Type *get_crap () { return &Crap (Type); } in get_crap()413 if (unlikely (p < arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()430 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch()510 if (unlikely (p < this->arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()535 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch()566 if (unlikely (i >= len)) return Crap (Type); in operator []()655 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch()701 if (unlikely (i >= this->len)) return Crap (Type); in operator []()741 if (unlikely (i >= lenP1 || !i)) return Crap (Type); in operator []()825 if (unlikely (i > lenM1)) return Crap (Type); in operator []()[all …]
113 return Crap (Type); in operator []()168 return &Crap(Type); in push()
231 if (unlikely (!make_room_for (0, 1))) return Crap(hb_glyph_info_t); in output_glyph()234 return Crap(hb_glyph_info_t); in output_glyph()
411 return Crap(ELEM); in push()422 return Crap(ELEM); in pop()
482 if (unlikely (font == &Crap(cff2_font_dict_values_t))) { fini (); return; } in init()
47 if (unlikely (buff.push (b) == &Crap(unsigned char))) in encode_byte()
1111 if (unlikely (font == &Crap(cff1_font_dict_values_t))) { fini (); return; } in init()