Home
last modified time | relevance | path

Searched defs:has_error (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/src/stdio/generic/
H A Dfgets.cpp42 bool has_error = stream->error_unlocked(); global() variable
/llvm-project/libc/src/__support/
H A Dstr_to_num_result.h30 LIBC_INLINE constexpr bool has_error() { return error != 0; } has_error() function
/llvm-project/flang/test/Transforms/
H A Dstack-arrays.f90141 logical :: has_error local
/llvm-project/libc/src/__support/File/
H A Dfile.h30 constexpr bool has_error() { return error != 0; } has_error() function
/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h562 bool has_error() const { return bool(EC); } in has_error() function