Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/
Dtoken_ids.hpp275 T_MSEXT_CDECL = TOKEN_FROM_ID(410, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp322 TOKEN_DATA(T_MSEXT_CDECL, "_?" "_cdecl"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp335 TOKEN_DATA(T_MSEXT_CDECL, "_?" "_cdecl"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re128 "_"? "_cdecl" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_CDECL : T_IDENTIFIER); }
Dcpp.re129 "_"? "_cdecl" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_CDECL : T_IDENTIFIER); }
Dcpp_re.inc4537 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_CDECL : T_IDENTIFIER); }
Dstrict_cpp_re.inc4524 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_CDECL : T_IDENTIFIER); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1295 = ch_p(T_MSEXT_CDECL) in definition()