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

  /src/external/bsd/atf/dist/tools/
config_file.cpp 49 static const tools::parser::token_type eof_type = 0; member in namespace:__anon6390::atf_config
60 (is, true, eof_type, nl_type, text_type, curline)
166 tools::parser::token t = p.expect(eof_type, hash_type, text_type,
169 if (t.type() == eof_type)
atffile.cpp 54 static const tools::parser::token_type eof_type = 0; member in namespace:atf_atffile
70 (is, true, eof_type, nl_type, text_type, curline)
142 tp_glob_type, nl_type, eof_type,
144 if (t.type() == eof_type)
184 t = p.expect(nl_type, hash_type, eof_type,
189 } else if (t.type() == eof_type)
parser.cpp 217 static const impl::token_type eof_type = 0; member in namespace:header
229 (is, true, eof_type, nl_type, text_type, curline)
259 t = p.expect(eof_type, semicolon_type, nl_type,
261 if (t.type() == eof_type || t.type() == nl_type)
parser_test.cpp 130 static const tools::parser::token_type eof_type = 0; member in namespace:minimal
138 (is, skipws, eof_type, nl_type, word_type)
147 static const tools::parser::token_type eof_type = 0; member in namespace:delims
158 (is, skipws, eof_type, nl_type, word_type)
170 static const tools::parser::token_type eof_type = 0; member in namespace:keywords
181 (is, skipws, eof_type, nl_type, word_type)
193 static const tools::parser::token_type eof_type = 0; member in namespace:quotes
202 (is, skipws, eof_type, nl_type, word_type)
224 EXPECT(mt, eof_type, "<<EOF>>");
225 EXPECT(mt, eof_type, "<<EOF>>")
    [all...]
reader.cpp 68 static const tools::parser::token_type eof_type = 0; member in namespace:atf_tps
94 (is, true, eof_type, nl_type, text_type, curline)
431 while ((t = p.expect(eof_type, info_type, "end of stream or info "
test-program.cpp 83 static const tools::parser::token_type eof_type = 0; member in namespace:__anon6397::atf_tp
93 (is, true, eof_type, nl_type, text_type, curline)
514 t = p.expect(eof_type, nl_type, text_type, "property name, new "
516 if (t.type() == nl_type || t.type() == eof_type) {
532 } while (t.type() != eof_type);

Completed in 114 milliseconds