Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h562 bool has_error() const { return bool(EC); } in has_error() function
/freebsd/contrib/lua/src/
H A Dlua.c263 #define has_error 1 /* bad option */ macro
/freebsd/contrib/libucl/src/
H A Ducl_parser.c2645 bool has_error = false; in ucl_state_machine() local