Home
last modified time | relevance | path

Searched refs:T_EOI (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp48 : id(T_EOI) in slex_token()
64 bool is_eoi() const { return id == T_EOI; } in is_eoi()
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp49 : id(T_EOI), refcnt(1) in token_data()
241 operator token_id() const { return 0 != data ? token_id(*data) : T_EOI; } in operator token_id()
244 bool is_eoi() const { return 0 == data || token_id(*data) == T_EOI; } in is_eoi()
/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp33 : id(boost::wave::T_EOI), refcnt(1) in token_data()
66 return id == boost::wave::T_EOI; in is_eoi()
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp221 return T_EOI; in peek()
276 return T_EOI; in peek()
/third_party/boost/boost/wave/
Dtoken_ids.hpp265 T_EOI = TOKEN_FROM_ID(402, EOFTokenType), // end of input reached enumerator
/third_party/boost/libs/wave/
DChangeLog354 has been initialized to be the end of input token (T_EOI) (thanks to Ovanes