Searched refs:T_LEFTBRACKET (Results 1 – 12 of 12) sorted by relevance
236 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()
493 = *( 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()
46 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
217 { BOOST_WAVE_RET(T_LEFTBRACKET); }
85 { "[", boost::wave::T_LEFTBRACKET },
119 T_LEFTBRACKET = TOKEN_FROM_ID(278, OperatorTokenType), enumerator
226 TOKEN_DATA(T_LEFTBRACKET, Q("[")),
217 TOKEN_DATA(T_LEFTBRACKET, Q("[")),
144 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
145 "[" { BOOST_WAVE_RET(T_LEFTBRACKET); }
531 { BOOST_WAVE_RET(T_LEFTBRACKET); }
530 { BOOST_WAVE_RET(T_LEFTBRACKET); }