Home
last modified time | relevance | path

Searched refs:T_RIGHTBRACE_ALT (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp93 { "%>", boost::wave::T_RIGHTBRACE_ALT },
/third_party/boost/boost/wave/
Dtoken_ids.hpp141 T_RIGHTBRACE_ALT = TOKEN_FROM_ID(293, OperatorTokenType|AltTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp234 TOKEN_DATA(T_RIGHTBRACE_ALT, Q("%>")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp235 TOKEN_DATA(T_RIGHTBRACE_ALT, Q("%>")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re143 "%>" { BOOST_WAVE_RET(T_RIGHTBRACE_ALT); }
Dcpp.re144 "%>" { BOOST_WAVE_RET(T_RIGHTBRACE_ALT); }
Dcpp_re.inc1466 { BOOST_WAVE_RET(T_RIGHTBRACE_ALT); }
Dstrict_cpp_re.inc1452 { BOOST_WAVE_RET(T_RIGHTBRACE_ALT); }