Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDraw_ostream.h562 bool has_error() const { return bool(EC); } in has_error() function
/freebsd-13-stable/contrib/lua/src/
HDlua.c235 #define has_error 1 /* bad option */ macro
/freebsd-13-stable/contrib/libucl/src/
HDucl_parser.c2645 bool has_error = false; in ucl_state_machine() local