/third_party/boost/libs/wave/samples/real_positions/ |
D | real_position_token.hpp | 96 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 …]
|
D | instantiate_re2c_lexer.cpp | 52 lex_token<boost::wave::util::file_position_type> >; 55 lex_token<boost::wave::util::file_position_type> >;
|
D | real_positions.cpp | 41 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()
|
D | instantiate_cpp_exprgrammar.cpp | 36 typedef lex_token<> token_type;
|
D | instantiate_has_include_grammar.cpp | 34 typedef boost::wave::cpplexer::lex_iterator<lex_token<> > lexer_type;
|
D | instantiate_defined_grammar.cpp | 34 typedef boost::wave::cpplexer::lex_iterator<lex_token<> > lexer_type;
|
D | instantiate_cpp_grammar.cpp | 37 typedef lex_token<> token_type;
|
D | instantiate_cpp_literalgrs.cpp | 36 typedef lex_token<> token_type;
|
/third_party/boost/boost/wave/cpplexer/ |
D | cpp_lex_token.hpp | 180 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/ |
D | idl_re2c_lexer.hpp | 64 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/ |
D | lexed_tokens.cpp | 35 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/ |
D | xlex_lexer.hpp | 64 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/ |
D | instantiate_cpp_exprgrammar.cpp | 35 typedef boost::wave::cpplexer::lex_token<> token_type;
|
D | instantiate_has_include_grammar.cpp | 36 boost::wave::cpplexer::lex_token<> >
|
D | instantiate_defined_grammar.cpp | 36 boost::wave::cpplexer::lex_token<> >
|
D | instantiate_cpp_literalgrs.cpp | 37 typedef boost::wave::cpplexer::lex_token<> token_type;
|
/third_party/boost/libs/wave/samples/waveidl/ |
D | instantiate_defined_grammar.cpp | 37 boost::wave::cpplexer::lex_token<> >
|
D | instantiate_has_include_grammar.cpp | 37 boost::wave::cpplexer::lex_token<> >
|
D | instantiate_predef_macros.cpp | 37 boost::wave::cpplexer::lex_token<> >
|
/third_party/boost/libs/wave/samples/token_statistics/ |
D | instantiate_has_include_grammar.cpp | 37 boost::wave::cpplexer::lex_token<> >
|
D | instantiate_defined_grammar.cpp | 37 boost::wave::cpplexer::lex_token<> >
|
/third_party/boost/libs/wave/src/ |
D | instantiate_cpp_exprgrammar.cpp | 41 typedef boost::wave::cpplexer::lex_token<> token_type;
|
D | instantiate_has_include_grammar.cpp | 40 typedef boost::wave::cpplexer::lex_token<> token_type;
|
D | instantiate_defined_grammar.cpp | 40 typedef boost::wave::cpplexer::lex_token<> token_type;
|
D | instantiate_predef_macros.cpp | 40 typedef boost::wave::cpplexer::lex_token<> token_type;
|