Home
last modified time | relevance | path

Searched defs:syntax_error (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/text/
H A Dexceptions.hpp50 class syntax_error : public error { class
H A Dexceptions_test.cpp47 ATF_TEST_CASE_BODY(syntax_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp52 text::syntax_error::syntax_error(const std::string& message) : in syntax_error() function in text::syntax_error
/minix3/external/bsd/kyua-cli/dist/utils/config/
H A Dexceptions.hpp60 class syntax_error : public error { class
H A Dexceptions.cpp70 config::syntax_error::syntax_error(const std::string& message) : in syntax_error() function in config::syntax_error
H A Dexceptions_test.cpp58 ATF_TEST_CASE_BODY(syntax_error) in ATF_TEST_CASE_BODY() argument
/minix3/external/bsd/byacc/dist/
H A Derror.c75 syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() function