Home
last modified time | relevance | path

Searched refs:T_LONGINTLIT (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp230 { "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/
Dlexertl_lexer.hpp347 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/
Dcpp_re2c_lexer.hpp216 case T_LONGINTLIT: // supported in C++11, C99 and long_long mode in get()
Dstrict_cpp.re472 { BOOST_WAVE_RET(T_LONGINTLIT); }
481 { BOOST_WAVE_RET(T_LONGINTLIT); }
Dcpp.re476 { BOOST_WAVE_RET(T_LONGINTLIT); }
485 { BOOST_WAVE_RET(T_LONGINTLIT); }
Dcpp_re.inc6590 { BOOST_WAVE_RET(T_LONGINTLIT); }
6665 { BOOST_WAVE_RET(T_LONGINTLIT); }
Dstrict_cpp_re.inc6559 { BOOST_WAVE_RET(T_LONGINTLIT); }
6634 { BOOST_WAVE_RET(T_LONGINTLIT); }
/third_party/boost/boost/wave/
Dtoken_ids.hpp238 T_LONGINTLIT = TOKEN_FROM_ID(385, IntegerLiteralTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp356 TOKEN_DATA(T_LONGINTLIT, INTEGER LONGINTEGER_SUFFIX),
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp679 case T_LONGINTLIT: // supported in C99 and long_long mode in get()