Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp159 { "static", boost::wave::T_STATIC },
/third_party/boost/boost/wave/
Dtoken_ids.hpp202 T_STATIC = TOKEN_FROM_ID(349, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp297 TOKEN_DATA(T_STATIC, "static"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp294 TOKEN_DATA(T_STATIC, "static"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re99 "static" { BOOST_WAVE_RET(T_STATIC); }
Dcpp.re100 "static" { BOOST_WAVE_RET(T_STATIC); }
Dcpp_re.inc4849 { BOOST_WAVE_RET(T_STATIC); }
Dstrict_cpp_re.inc4836 { BOOST_WAVE_RET(T_STATIC); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1204 | ch_p(T_STATIC) in definition()