OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backward_results
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c
200
std::vector<token>
backward_results
;
local
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 ()
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c
199
std::vector<token>
backward_results
;
local
275
curr_results = &
backward_results
;
340
/* If we have tokens in the
BACKWARD_RESULTS
vector then this means that
345
will be the first tokens added to the
BACKWARD_RESULTS
vector, so the
346
last items in the
BACKWARD_RESULTS
vector are those next to the 'if'
349
Check the tokens in the
BACKWARD_RESULTS
vector from back to front.
371
gdb_assert (
backward_results
.empty ()
374
while (!
backward_results
.empty ())
376
token &t =
backward_results
.back ();
410
backward_results
.pop_back ()
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026