Home
last modified time | relevance | path

Searched refs:Crap (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/LowerInvoke/
Dbasictest.ll6 to label %Ok unwind label %Crap ; <i32>:1 [#uses=0]
9 to label %Ok2 unwind label %Crap ; <i32>:2 [#uses=0]
12 Crap: ; preds = %Ok, %0
22 to label %Ok unwind label %Crap ; <i32>:1 [#uses=0]
25 to label %Ok2 unwind label %Crap ; <i32>:2 [#uses=0]
28 Crap: ; preds = %Ok, %doit
/external/harfbuzz_ng/src/
Dhb-null.hh155 static inline Type& Crap () { in Crap() function
165 static Type & get_crap () { return Crap<Type> (); } in get_crap()
167 #define Crap(Type) CrapHelper<Type>::get_crap () macro
171 static Type & get () { return Crap(Type); } in get()
Dhb-open-type.hh252 static Type *get_crap () { return &Crap(Type); } in get_crap()
371 if (unlikely (p < arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()
388 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
464 if (unlikely (p < this->arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()
494 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
525 if (unlikely (i >= len)) return Crap (Type); in operator []()
605 Type &lsearch (const T &x, Type &not_found = Crap (Type)) in lsearch()
650 if (unlikely (i >= this->len)) return Crap (Type); in operator []()
695 if (unlikely (i >= lenP1 || !i)) return Crap (Type); in operator []()
760 if (unlikely (i > lenM1)) return Crap (Type); in operator []()
[all …]
Dhb-vector.hh81 return Crap (Type); in operator []()
131 return &Crap(Type); in push()
Dhb-buffer.hh229 if (unlikely (!make_room_for (0, 1))) return Crap(hb_glyph_info_t); in output_glyph()
232 return Crap(hb_glyph_info_t); in output_glyph()
Dhb-cff-interp-common.hh449 return Crap(ELEM); in push()
460 return Crap(ELEM); in pop()
Dhb-ot-cff2-table.hh478 if (unlikely (font == &Crap(CFF2FontDictValues))) { fini (); return; } in init()
Dhb-subset-cff-common.hh47 if (unlikely (buff.push ((const char)b) == &Crap(char))) in encode_byte()
Dhb-ot-cff1-table.hh1091 if (unlikely (font == &Crap(CFF1FontDictValues))) { fini (); return; } in init()