Home
last modified time | relevance | path

Searched refs:lex_token (Results 1 – 25 of 55) sorted by relevance

123

/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp96 class lex_token;
105 class lex_token class
112 lex_token() in lex_token() function in lex_token
117 explicit lex_token(int) in lex_token() function in lex_token
121 lex_token(lex_token const& rhs) in lex_token() function in lex_token
127 lex_token(boost::wave::token_id id_, string_type const &value_, in lex_token() function in lex_token
132 ~lex_token() in ~lex_token()
139 lex_token& operator=(lex_token const& rhs) in operator =()
175 friend bool operator== (lex_token const& lhs, lex_token const& rhs) in operator ==()
183 static int get_token_id(lex_token const &t) in get_token_id()
[all …]
Dinstantiate_re2c_lexer.cpp52 lex_token<boost::wave::util::file_position_type> >;
55 lex_token<boost::wave::util::file_position_type> >;
Dreal_positions.cpp41 operator<< (std::ostream &stream, lex_token<PositionT> const &t) in operator <<()
66 typedef typename lex_token<PositionT>::string_type string_type; in operator <<()
119 typedef lex_token<> token_type; in main()
Dinstantiate_cpp_exprgrammar.cpp36 typedef lex_token<> token_type;
Dinstantiate_has_include_grammar.cpp34 typedef boost::wave::cpplexer::lex_iterator<lex_token<> > lexer_type;
Dinstantiate_defined_grammar.cpp34 typedef boost::wave::cpplexer::lex_iterator<lex_token<> > lexer_type;
Dinstantiate_cpp_grammar.cpp37 typedef lex_token<> token_type;
Dinstantiate_cpp_literalgrs.cpp36 typedef lex_token<> token_type;
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp180 class lex_token;
189 class lex_token class
200 lex_token() in lex_token() function in boost::wave::cpplexer::lex_token
205 explicit lex_token(int) in lex_token() function in boost::wave::cpplexer::lex_token
209 lex_token(lex_token const& rhs) in lex_token() function in boost::wave::cpplexer::lex_token
216 lex_token(token_id id_, string_type const &value_, PositionT const &pos_) in lex_token() function in boost::wave::cpplexer::lex_token
220 ~lex_token() in ~lex_token()
227 lex_token& operator=(lex_token const& rhs) in operator =()
251 friend bool operator== (lex_token const& lhs, lex_token const& rhs) in operator ==()
263 static int get_token_id(lex_token const &t) in get_token_id()
[all …]
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_re2c_lexer.hpp64 typedef boost::wave::cpplexer::lex_token<PositionT> token_type;
125 inline boost::wave::cpplexer::lex_token<PositionT>&
126 lexer<IteratorT, PositionT>::get(boost::wave::cpplexer::lex_token<PositionT>& t) in get()
131 return t = boost::wave::cpplexer::lex_token<PositionT>(); // return T_EOI in get()
156 return t = boost::wave::cpplexer::lex_token<PositionT>(id, value, in get()
255 cpplexer::lex_input_interface<cpplexer::lex_token<PositionT> > *
/third_party/boost/libs/wave/samples/lexed_tokens/
Dlexed_tokens.cpp35 boost::wave::cpplexer::lex_token<PositionT> const &t) in operator <<()
64 typedef typename boost::wave::cpplexer::lex_token<PositionT>::string_type in operator <<()
109 typedef boost::wave::cpplexer::lex_token<> token_type; in main()
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp64 typedef boost::wave::cpplexer::lex_token<Position> token_type;
457 inline boost::wave::cpplexer::lex_token<Position>&
458 lexer<Iterator, Position>::get(boost::wave::cpplexer::lex_token<Position>& t) in get()
463 return t = cpplexer::lex_token<Position>(); // return T_EOI in get()
498 cpplexer::lex_token<Position> tok(id, value, Position(filename, line, column)); in get()
501 return t = cpplexer::lex_token<Position>(id, value, in get()
578 lex_input_interface<boost::wave::cpplexer::lex_token<Position> > *
/third_party/boost/libs/wave/samples/list_includes/
Dinstantiate_cpp_exprgrammar.cpp35 typedef boost::wave::cpplexer::lex_token<> token_type;
Dinstantiate_has_include_grammar.cpp36 boost::wave::cpplexer::lex_token<> >
Dinstantiate_defined_grammar.cpp36 boost::wave::cpplexer::lex_token<> >
Dinstantiate_cpp_literalgrs.cpp37 typedef boost::wave::cpplexer::lex_token<> token_type;
/third_party/boost/libs/wave/samples/waveidl/
Dinstantiate_defined_grammar.cpp37 boost::wave::cpplexer::lex_token<> >
Dinstantiate_has_include_grammar.cpp37 boost::wave::cpplexer::lex_token<> >
Dinstantiate_predef_macros.cpp37 boost::wave::cpplexer::lex_token<> >
/third_party/boost/libs/wave/samples/token_statistics/
Dinstantiate_has_include_grammar.cpp37 boost::wave::cpplexer::lex_token<> >
Dinstantiate_defined_grammar.cpp37 boost::wave::cpplexer::lex_token<> >
/third_party/boost/libs/wave/src/
Dinstantiate_cpp_exprgrammar.cpp41 typedef boost::wave::cpplexer::lex_token<> token_type;
Dinstantiate_has_include_grammar.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type;
Dinstantiate_defined_grammar.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type;
Dinstantiate_predef_macros.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type;

123