OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_positions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genrecog.cc
258
static unsigned int
num_positions
= 1;
variable
294
pos->id =
num_positions
++;
2219
kc.position_tests.safe_grow_cleared (
num_positions
, true);
2232
auto_vec <int> operand_pos (
num_positions
);
2233
for (unsigned int i = 0; i <
num_positions
; ++i)
5132
os->var_to_id.safe_push (
num_positions
);
5426
os.id_to_var.safe_grow_cleared (
num_positions
, true);
/src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc
258
static unsigned int
num_positions
= 1;
variable
294
pos->id =
num_positions
++;
2219
kc.position_tests.safe_grow_cleared (
num_positions
, true);
2232
auto_vec <int> operand_pos (
num_positions
);
2233
for (unsigned int i = 0; i <
num_positions
; ++i)
5132
os->var_to_id.safe_push (
num_positions
);
5426
os.id_to_var.safe_grow_cleared (
num_positions
, true);
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026