Home
last modified time | relevance | path

Searched refs:T_PP_NUMBER (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp76 case T_PP_NUMBER: in handle_identifier()
99 case T_PP_NUMBER: in handle_intlit()
119 case T_PP_NUMBER: in handle_floatlit()
171 case T_PP_NUMBER: in handle_fixedpointlit()
273 case T_PP_NUMBER: in must_insert()
Dcpp_iterator.hpp579 case T_PP_NUMBER: // re-tokenize the pp-number in operator ()()
2234 if (T_PP_NUMBER == id || T_INTLIT == id) { in retrieve_line_info()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp568 = ch_p(T_PP_NUMBER) in definition()
695 = ch_p(T_PP_NUMBER) in definition()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp237 case T_PP_NUMBER: in get()
Dstrict_cpp.re449 { BOOST_WAVE_RET(T_PP_NUMBER); }
Dcpp.re450 { BOOST_WAVE_RET(T_PP_NUMBER); }
Dcpp_re.inc6113 { BOOST_WAVE_RET(T_PP_NUMBER); }
Dstrict_cpp_re.inc6100 { BOOST_WAVE_RET(T_PP_NUMBER); }
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp973 if (T_PP_NUMBER != id)
1026 if (T_PP_NUMBER != id)
/third_party/boost/boost/wave/
Dtoken_ids.hpp266 T_PP_NUMBER = TOKEN_FROM_ID(403, InternalTokenType), enumerator
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp412 TOKEN_DATA(T_PP_NUMBER, "{PP_NUMBERDEF}"),