Lines Matching defs:successful
47 if (likely (!a.successful || !b.successful))
57 successful = true;
79 bool successful = true; /* Allocations successful */
85 void err () { if (successful) successful = false; } /* TODO Remove */
86 bool in_error () const { return !successful; }
90 if (unlikely (!successful)) return false;
94 successful = false;
102 successful = true;
109 if (likely (successful))
128 if (unlikely (!successful)) return;
136 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */
166 if (unlikely (!successful)) return;
205 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */
247 if (unlikely (!successful)) return;
281 if (unlikely (!successful)) return;
338 if (unlikely (!successful)) return;
415 successful = false;
460 if (unlikely (!successful)) return;