Home
last modified time | relevance | path

Searched refs:T_SIZEOF (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp157 { "sizeof", boost::wave::T_SIZEOF },
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h449 | ch_p(T_SIZEOF) >> unary_expression in definition()
450 | ch_p(T_SIZEOF) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp201 T_SIZEOF = TOKEN_FROM_ID(348, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp295 TOKEN_DATA(T_SIZEOF, "sizeof"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp293 TOKEN_DATA(T_SIZEOF, "sizeof"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re98 "sizeof" { BOOST_WAVE_RET(T_SIZEOF); }
Dcpp.re99 "sizeof" { BOOST_WAVE_RET(T_SIZEOF); }
Dcpp_re.inc4825 { BOOST_WAVE_RET(T_SIZEOF); }
Dstrict_cpp_re.inc4812 { BOOST_WAVE_RET(T_SIZEOF); }