Searched refs:parse_error (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.hpp45 // The "parse_error" class.
48 class parse_error : public std::runtime_error, class in namespace:atf::parser
53 parse_error(size_t, std::string);
54 ~parse_error(void) throw();
66 public std::vector< parse_error > {
67 std::vector< parse_error > m_errors;
243 throw parse_error(t.lineno(),
256 throw parse_error(t.lineno(),
330 void add_error(const parse_error&);
405 parser< TKZ >::add_error(const parse_error
[all...]
H A Dparser.cpp40 // The "parse_error" class.
43 impl::parse_error::parse_error(size_t line, std::string msg) : function in class:impl::parse_error
49 impl::parse_error::~parse_error(void)
55 impl::parse_error::what(void)
68 impl::parse_error::operator std::string(void)
335 } catch (const impl::parse_error& pe) {
H A Dtest_helpers.hpp130 for (std::vector< atf::parser::parse_error >::const_iterator iter =
133 } catch (const atf::parser::parse_error& pe) {
H A Dparser_test.cpp38 // Tests for the "parse_error" class.
44 set_md_var("descr", "Tests the parse_error conversion to strings");
48 using atf::parser::parse_error;
50 const parse_error e(123, "This is the message");
65 using atf::parser::parse_error;
69 es.push_back(parse_error(2, "Second error"));
70 es.push_back(parse_error(1, "First error"));
1009 // Add test cases for the "parse_error" class.
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dget_compat.c35 static bool parse_error = false; variable
56 parse_error = true;
106 return parse_error;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dreader.cpp178 using atf::parser::parse_error;
197 using atf::parser::parse_error;
226 } catch (const parse_error& pe) {
237 throw parse_error(t.lineno(), "Test program name used in "
247 throw parse_error(t.lineno(),
258 using atf::parser::parse_error;
302 throw parse_error(t.lineno(),
328 throw parse_error(t.lineno(), "Empty reason for " + state +
339 using atf::parser::parse_error;
369 } catch (const parse_error
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dvisudo.c123 extern int errorlineno, parse_error;
474 if (yyparse() && !parse_error) {
477 parse_error = TRUE;
481 if (!parse_error) {
484 parse_error = TRUE;
492 if (parse_error) {
494 case 'Q' : parse_error = FALSE; /* ignore parse error */
501 if (parse_error) {
521 } while (parse_error);
775 if (yyparse() && !parse_error) {
[all...]
H A Dtestsudoers.c82 extern int parse_error;
226 if (yyparse() != 0 || parse_error) {
227 parse_error = TRUE;
253 exit(parse_error ? 1 : 0);
295 if (parse_error)
H A Dtoke.l77 extern int parse_error;
301 if (!push_includedir(path) && parse_error)
H A Dgram.y76 int parse_error = FALSE;
114 parse_error = TRUE;
796 parse_error = FALSE;
H A Dparse.c73 extern int errorlineno, parse_error;
117 if (yyparse() != 0 || parse_error) {
H A Dgram.c88 int parse_error = FALSE; variable
126 parse_error = TRUE;
827 parse_error = FALSE;
H A Dtoke.c1481 extern int parse_error;
1989 if (!push_includedir(path) && parse_error)
H A Dsudo.c153 extern int parse_error;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp397 using atf::parser::parse_error;
400 throw parse_error(lineno, "The value for '" + name +"' cannot be "
412 throw parse_error(lineno, "The has.cleanup property requires a"
417 throw parse_error(lineno, "The identifier must match " +
426 throw parse_error(lineno, "The timeout property requires an integer"
433 throw parse_error(lineno, "Unknown property '" + name + "'");
442 using atf::parser::parse_error;
456 throw parse_error(t.lineno(), "First property of a test case "
473 throw parse_error(t.lineno(), "Test case definition did "
481 throw parse_error(
[all...]
H A Dconfig.cpp152 using atf::parser::parse_error;
190 } catch (const parse_error& pe) {
H A Datffile.cpp117 using atf::parser::parse_error;
181 } catch (const parse_error& pe) {
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb2179 parse_error("unexpected token %s", token.symbol)
2244 parse_error("unknown attribute `%s' for {%d}", token.value, n)
2785 parse_error("unexpected token %s", token.symbol)
3118 parse_error("invalid flag list")
3176 parse_error("unexpected token %s", token.symbol)
3215 parse_error('unexpected token %s (expected %s)',
3276 parse_error("[Net::IMAP BUG] BEG_REGEXP is invalid")
3280 parse_error("unknown token - %s", $&.dump)
3304 parse_error("[Net::IMAP BUG] DATA_REGEXP is invalid")
3308 parse_error("unknow
3353 def parse_error(fmt, *args) method in class:ResponseParser
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js336 function parse_error(err) { function in function:tokenizer
370 parse_error("Invalid syntax: " + num);
395 parse_error("Invalid hex-character pattern in string");
518 if (ex === EX_EOF) parse_error(eof_error);
537 parse_error("Unexpected character '" + ch + "'");
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drdoc.rb163 parse_error = if Object.const_defined? :Psych then
171 rescue *parse_error
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_parse.c351 goto parse_error;
365 goto parse_error;
375 goto parse_error;
393 goto parse_error;
423 parse_error:
/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c2326 int parse_error = FALSE; local
2363 parse_error = TRUE;
2375 if (parse_error)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditrbnf.cpp1931 UParseError parse_error; local
1933 new RuleBasedNumberFormat(rules, Locale::getUS(), parse_error, status);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsccoll.c5547 UParseError parse_error; local
5557 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);
5827 UParseError parse_error; local
5840 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c11843 dispatch1(parse_error, STR_NEW2(msg));

Completed in 515 milliseconds

12