Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp170 { "unsigned", boost::wave::T_UNSIGNED },
/third_party/boost/boost/wave/
Dtoken_ids.hpp214 T_UNSIGNED = TOKEN_FROM_ID(361, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp308 TOKEN_DATA(T_UNSIGNED, "unsigned"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp306 TOKEN_DATA(T_UNSIGNED, "unsigned"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re114 "unsigned" { BOOST_WAVE_RET(T_UNSIGNED); }
Dcpp.re115 "unsigned" { BOOST_WAVE_RET(T_UNSIGNED); }
Dcpp_re.inc5497 { BOOST_WAVE_RET(T_UNSIGNED); }
Dstrict_cpp_re.inc5484 { BOOST_WAVE_RET(T_UNSIGNED); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1310 | ch_p(T_UNSIGNED) in definition()