Home
last modified time | relevance | path

Searched refs:BASEID_FROM_TOKEN (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/wave/src/
Dtoken_ids.cpp232 unsigned int id = BASEID_FROM_TOKEN(tokid)-T_FIRST_TOKEN; in get_token_name()
434 unsigned int id = BASEID_FROM_TOKEN(tokid)-T_FIRST_TOKEN; in get_token_value()
/third_party/boost/boost/wave/cpplexer/
Dtoken_cache.hpp55 return cache[BASEID_FROM_TOKEN(id) - T_FIRST_TOKEN]; in get_token_value()
/third_party/boost/boost/wave/
Dtoken_ids.hpp42 #define BASEID_FROM_TOKEN(tok) ((tok) & ~ExtTokenTypeMask) macro
330 #undef BASEID_FROM_TOKEN
331 #define BASEID_FROM_TOKEN(tok) \ macro
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp95 << "#" << token_id(BASEID_FROM_TOKEN(*this)) in print()
/third_party/boost/libs/wave/samples/lexed_tokens/
Dlexed_tokens.cpp43 << "#" << setw(3) << BASEID_FROM_TOKEN(id); in operator <<()
/third_party/boost/libs/wave/samples/real_positions/
Dreal_positions.cpp49 << "#" << setw(3) << BASEID_FROM_TOKEN(id); in operator <<()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp258 value = cache.get_token_value(BASEID_FROM_TOKEN(id)); in get()