HomeSort by: relevance | last modified time | path
    Searched defs:syntax_error (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
gcc_stmt_asm.c 36 syntax_error(void) function
  /src/external/bsd/kyua-cli/dist/utils/text/
exceptions.cpp 52 text::syntax_error::syntax_error(const std::string& message) : function in class:text::syntax_error
59 text::syntax_error::~syntax_error(void) throw()
exceptions_test.cpp 46 ATF_TEST_CASE_WITHOUT_HEAD(syntax_error); variable
47 ATF_TEST_CASE_BODY(syntax_error)
49 const text::syntax_error e("Some text");
65 ATF_ADD_TEST_CASE(tcs, syntax_error);
exceptions.hpp 50 class syntax_error : public error { class in namespace:utils::text
52 explicit syntax_error(const std::string&);
53 ~syntax_error(void) throw();
  /src/external/mit/libcbor/dist/src/cbor/internal/
builder_callbacks.h 24 bool syntax_error; member in struct:_cbor_decoder_context
  /src/external/bsd/kyua-cli/dist/utils/config/
exceptions.cpp 70 config::syntax_error::syntax_error(const std::string& message) : function in class:config::syntax_error
77 config::syntax_error::~syntax_error(void) throw()
exceptions.hpp 60 class syntax_error : public error { class in namespace:utils::config
62 explicit syntax_error(const std::string&);
63 ~syntax_error(void) throw();
exceptions_test.cpp 57 ATF_TEST_CASE_WITHOUT_HEAD(syntax_error); variable
58 ATF_TEST_CASE_BODY(syntax_error)
60 const config::syntax_error e("Some text");
102 ATF_ADD_TEST_CASE(tcs, syntax_error);
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbLexer.h 30 class syntax_error : public std::runtime_error class in namespace:elftosb
33 explicit syntax_error(const std::string & __arg) : std::runtime_error(__arg) {} function in class:elftosb::syntax_error
  /src/external/bsd/byacc/dist/
error.c 78 syntax_error(int st_lineno, const char *st_line, const char *st_cptr) function
  /src/external/gpl2/texinfo/dist/info/
infokey.c 77 static void syntax_error (const char *filename,
454 syntax_error(filename, lnum, _("key sequence too long"), \
533 syntax_error (filename, lnum, _("missing key sequence"),
613 syntax_error (filename, lnum,
644 syntax_error (filename, lnum,
669 syntax_error (filename, lnum, (char *) _("missing action name"),
685 syntax_error (filename, lnum, _("section too long"),
692 syntax_error (filename, lnum, _("unknown action `%s'"),
702 syntax_error (filename, lnum, _("action name too long"),
715 syntax_error (filename, lnum
887 syntax_error (const char *filename, function
    [all...]
  /src/usr.bin/mail/
list.c 288 syntax_error(const char *msg) function
990 return syntax_error("missing left operand");
994 return syntax_error("end of range missing");
1113 return syntax_error("extra ')'");
1130 return syntax_error("'!' precedes '&'");
1137 return syntax_error("'!' precedes '|'");
1144 return syntax_error("'!' precedes logical '^'");
1188 return syntax_error("end of range missing");
1191 return syntax_error("missing ')'");
1195 return syntax_error("trailing '!'")
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.hh 454 struct syntax_error : std::runtime_error struct in class:QL::Parser
456 syntax_error (const std::string& m) function in struct:QL::Parser::syntax_error
460 syntax_error (const syntax_error& s) function in struct:QL::Parser::syntax_error
464 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
915 void error (const syntax_error& err);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.tab.hh 454 struct syntax_error : std::runtime_error struct in class:QL::Parser
456 syntax_error (const std::string& m) function in struct:QL::Parser::syntax_error
460 syntax_error (const syntax_error& s) function in struct:QL::Parser::syntax_error
464 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
915 void error (const syntax_error& err);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 12044 bool syntax_error = false;
12120 prop->parse_error = syntax_error = true;
12130 prop->parse_error = syntax_error = true;
12141 prop->parse_error = syntax_error = true;
12157 prop->parse_error = syntax_error = true;
12190 if (syntax_error && c_parser_next_token_is_not (parser, CPP_CLOSE_PAREN))
12196 syntax_error = false, parens.skip_until_found_close (parser);
12041 bool syntax_error = false; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 14120 bool syntax_error = false;
14196 prop->parse_error = syntax_error = true;
14206 prop->parse_error = syntax_error = true;
14217 prop->parse_error = syntax_error = true;
14233 prop->parse_error = syntax_error = true;
14266 if (syntax_error && c_parser_next_token_is_not (parser, CPP_CLOSE_PAREN))
14272 syntax_error = false, parens.skip_until_found_close (parser);
14117 bool syntax_error = false; local

Completed in 72 milliseconds