/third_party/boost/boost/wave/grammars/ |
D | cpp_grammar.hpp | 321 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 378 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 429 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 449 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 470 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 504 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 509 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 523 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 536 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() 548 (ch_p(T_NEWLINE) | ch_p(T_CPPCOMMENT) | ch_p(T_EOF)) in definition() [all …]
|
D | cpp_expression_grammar.hpp | 828 case T_EOF: in evaluate()
|
/third_party/boost/boost/wave/util/ |
D | cpp_macromap_predef.hpp | 220 { 0, T_EOF, 0 } in static_data_cpp() 236 { 0, T_EOF, 0 } in static_data_cpp0x() 253 { 0, T_EOF, 0 } in static_data_cpp2a() 269 { 0, T_EOF, 0 } in static_data_c99() 288 { 0, T_EOF, 0 } in dynamic_data()
|
D | insert_whitespace_detection.hpp | 259 prev(boost::wave::T_EOF), beforeprev(boost::wave::T_EOF) in insert_whitespace_detection()
|
D | cpp_iterator.hpp | 131 T_EOF != token_id(macrodefinition.back())) in retrieve_macrodefinition() 186 if (!hit.match || (!hit.full && T_EOF != token_id(*hit.stop))) { in add_macro_definition() 207 if (!macrodefinition.empty() && token_id(macrodefinition.back()) == T_EOF) in add_macro_definition() 591 for (/**/; it != end && T_EOF != token_id(*it); ++it) in operator ()() 601 case T_EOF: in operator ()() 663 if (T_EOF == id) { in get_next_token() 665 whitespace.shift_tokens(T_EOF); in get_next_token() 1402 else if (token_id(found_directive) != T_EOF) { in pp_directive()
|
D | cpp_macromap.hpp | 1956 if (T_EOF == token_id(*it_exp)) in resolve_operator_pragma() 2039 for (/**/; it != end && T_EOF != token_id(*it); ++it) in is_valid_concat()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 145 BOOST_WAVE_RET(T_EOF); 159 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF);*/ 188 /* adjust cursor such next call returns T_EOF */ 210 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF); */ 230 /* adjust cursor such next call returns T_EOF */
|
D | idl_re2c_lexer.hpp | 150 else if (T_EOF == id) { in get()
|
D | idl.inc | 549 BOOST_WAVE_RET(T_EOF); 3257 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF);*/ 3293 /* adjust cursor such next call returns T_EOF */ 3346 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF); */ 3375 /* adjust cursor such next call returns T_EOF */
|
/third_party/boost/libs/wave/test/testlexers/ |
D | test_re2c_lexer.cpp | 76 if (boost::wave::T_EOF != boost::wave::token_id(*it)) { in main() 77 BOOST_TEST(boost::wave::T_EOF == boost::wave::token_id(*it)); in main()
|
D | test_lexertl_lexer.cpp | 70 if (boost::wave::T_EOF != boost::wave::token_id(*it)) { in main() 71 BOOST_TEST(boost::wave::T_EOF == boost::wave::token_id(*it)); in main()
|
D | test_slex_lexer.cpp | 79 if (boost::wave::T_EOF != boost::wave::token_id(*it)) { in main() 80 BOOST_TEST(boost::wave::T_EOF == boost::wave::token_id(*it)); in main()
|
D | test_xlex_lexer.cpp | 77 BOOST_TEST(boost::wave::T_EOF == boost::wave::token_id(*it)); in main()
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp.re | 343 BOOST_WAVE_RET(T_EOF); 363 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF);*/ 382 --YYCURSOR; // next call returns T_EOF 402 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF); */ 415 --YYCURSOR; // next call returns T_EOF 421 --YYCURSOR; // next call returns T_EOF
|
D | strict_cpp.re | 342 BOOST_WAVE_RET(T_EOF); 362 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF);*/ 381 --YYCURSOR; // next call returns T_EOF 401 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF); */ 414 --YYCURSOR; // next call returns T_EOF 420 --YYCURSOR; // next call returns T_EOF
|
D | cpp_re2c_lexer.hpp | 242 case T_EOF: in get()
|
D | cpp_re.hpp | 64 return T_EOF; /* may happen for empty files */ \
|
D | strict_cpp_re.inc | 238 BOOST_WAVE_RET(T_EOF); 5894 --YYCURSOR; // next call returns T_EOF 5922 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF);*/ 5968 --YYCURSOR; // next call returns T_EOF 5974 --YYCURSOR; // next call returns T_EOF 6004 /*if(cursor == s->eof) BOOST_WAVE_RET(T_EOF); */
|
/third_party/boost/libs/wave/samples/preprocess_pragma_output/ |
D | preprocess_pragma_output.hpp | 143 it != end && token_id(*it) != T_EOF; ++it) in interpret_pragma()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | pxe_utils.c | 565 T_EOF, enumerator 745 t->type = T_EOF; in get_token() 1149 case T_EOF: in parse_pxefile_top()
|
/third_party/boost/boost/wave/cpplexer/ |
D | detect_include_guards.hpp | 246 if (T_EOF == id) in state_5()
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 470 id = T_EOF; // end of input reached in get() 484 else if (T_EOF == id) { in get()
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 542 return T_EOF; in next_token() 675 case T_EOF: in get()
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 637 id = T_EOF; // end of input reached in get() 705 case T_EOF: in get()
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 264 T_EOF = TOKEN_FROM_ID(401, EOFTokenType), // end of file reached enumerator
|