Searched refs:T_LONGINTLIT (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 230 { "1234LL", boost::wave::T_LONGINTLIT }, 231 { "1234ll", boost::wave::T_LONGINTLIT }, 232 { "1234llu", boost::wave::T_LONGINTLIT }, 233 { "1234ull", boost::wave::T_LONGINTLIT }, 235 { "1234i64", boost::wave::T_LONGINTLIT },
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 347 TOKEN_DATA(T_LONGINTLIT, "{INTEGER}{LONGINTEGER_SUFFIX}"), 649 case T_LONGINTLIT: // supported in C99 and long_long mode in get()
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp_re2c_lexer.hpp | 216 case T_LONGINTLIT: // supported in C++11, C99 and long_long mode in get()
|
D | strict_cpp.re | 472 { BOOST_WAVE_RET(T_LONGINTLIT); } 481 { BOOST_WAVE_RET(T_LONGINTLIT); }
|
D | cpp.re | 476 { BOOST_WAVE_RET(T_LONGINTLIT); } 485 { BOOST_WAVE_RET(T_LONGINTLIT); }
|
D | cpp_re.inc | 6590 { BOOST_WAVE_RET(T_LONGINTLIT); } 6665 { BOOST_WAVE_RET(T_LONGINTLIT); }
|
D | strict_cpp_re.inc | 6559 { BOOST_WAVE_RET(T_LONGINTLIT); } 6634 { BOOST_WAVE_RET(T_LONGINTLIT); }
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 238 T_LONGINTLIT = TOKEN_FROM_ID(385, IntegerLiteralTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 356 TOKEN_DATA(T_LONGINTLIT, INTEGER LONGINTEGER_SUFFIX),
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 679 case T_LONGINTLIT: // supported in C99 and long_long mode in get()
|