Home
last modified time | relevance | path

Searched refs:T_LEFTBRACKET (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp236 case T_LEFTBRACKET: in handle_parens()
297 case T_LEFTBRACKET: in must_insert()
305 case T_LEFTBRACKET: in must_insert()
323 case T_LEFTBRACKET: in must_insert()
473 case T_LEFTBRACKET: in must_insert()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h493 = *( pp(T_LEFTBRACKET) >> expression >> pp(T_RIGHTBRACKET) ) in definition()
494 >> pp(T_LEFTBRACKET) >> constant_expression >> pp(T_RIGHTBRACKET) in definition()
506 >> pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET) in definition()
540 = pp(T_LEFTBRACKET) >> expression >> pp(T_RIGHTBRACKET) in definition()
852 | pp(T_LEFTBRACKET) >> !constant_expression >> pp(T_RIGHTBRACKET) in definition()
880 | pp(T_LEFTBRACKET) >> !constant_expression >> pp(T_RIGHTBRACKET) in definition()
938 = ch_p(T_DELETE) >> !(pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET)) in definition()
939 | ch_p(T_NEW) >> !(pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET)) in definition()
940 | pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re46 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
Didl.inc217 { BOOST_WAVE_RET(T_LEFTBRACKET); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp85 { "[", boost::wave::T_LEFTBRACKET },
/third_party/boost/boost/wave/
Dtoken_ids.hpp119 T_LEFTBRACKET = TOKEN_FROM_ID(278, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp226 TOKEN_DATA(T_LEFTBRACKET, Q("[")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp217 TOKEN_DATA(T_LEFTBRACKET, Q("[")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re144 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
Dcpp.re145 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
Dcpp_re.inc531 { BOOST_WAVE_RET(T_LEFTBRACKET); }
Dstrict_cpp_re.inc530 { BOOST_WAVE_RET(T_LEFTBRACKET); }