Searched defs:has_error (Results 1 – 5 of 5) sorted by relevance
42 bool has_error = stream->error_unlocked(); global() variable
30 LIBC_INLINE constexpr bool has_error() { return error != 0; } has_error() function
141 logical :: has_error local
30 constexpr bool has_error() { return error != 0; } has_error() function
562 bool has_error() const { return bool(EC); } in has_error() function