Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp156 { "signed", boost::wave::T_SIGNED },
/third_party/boost/boost/wave/
Dtoken_ids.hpp200 T_SIGNED = TOKEN_FROM_ID(347, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp294 TOKEN_DATA(T_SIGNED, "signed"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp292 TOKEN_DATA(T_SIGNED, "signed"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re97 "signed" { BOOST_WAVE_RET(T_SIGNED); }
Dcpp.re98 "signed" { BOOST_WAVE_RET(T_SIGNED); }
Dcpp_re.inc4813 { BOOST_WAVE_RET(T_SIGNED); }
Dstrict_cpp_re.inc4800 { BOOST_WAVE_RET(T_SIGNED); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1311 | ch_p(T_SIGNED) in definition()