Lines Matching refs:backward_results
200 std::vector<token> backward_results;
276 curr_results = &backward_results;
341 /* If we have tokens in the BACKWARD_RESULTS vector then this means that
346 will be the first tokens added to the BACKWARD_RESULTS vector, so the
347 last items in the BACKWARD_RESULTS vector are those next to the 'if'
350 Check the tokens in the BACKWARD_RESULTS vector from back to front.
372 gdb_assert (backward_results.empty ()
375 while (!backward_results.empty ())
377 token &t = backward_results.back ();
411 backward_results.pop_back ();
415 BACKWARD_RESULTS vector, then these need to be appended to the
419 if (!backward_results.empty ())
421 backward_results.rbegin (),
422 backward_results.rend ());