OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genmatch.cc
5330
/* Helper for finish_match_operand, collecting captures of OP in
CPTS
5334
walk_captures (operand *op, vec<vec<capture *> > &
cpts
)
5341
cpts
[c->where].safe_push (c);
5342
walk_captures (c->what,
cpts
);
5346
walk_captures (e->ops[i],
cpts
);
5356
auto_vec<vec<capture *> >
cpts
;
local
5357
cpts
.safe_grow_cleared (capture_ids->elements (), true);
5358
walk_captures (op,
cpts
);
5359
for (unsigned i = 0; i <
cpts
.length (); ++i)
5362
for (unsigned j = 0; j <
cpts
[i].length (); ++j
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc
5033
/* Helper for finish_match_operand, collecting captures of OP in
CPTS
5037
walk_captures (operand *op, vec<vec<capture *> > &
cpts
)
5044
cpts
[c->where].safe_push (c);
5045
walk_captures (c->what,
cpts
);
5049
walk_captures (e->ops[i],
cpts
);
5059
auto_vec<vec<capture *> >
cpts
;
local
5060
cpts
.safe_grow_cleared (capture_ids->elements (), true);
5061
walk_captures (op,
cpts
);
5062
for (unsigned i = 0; i <
cpts
.length (); ++i)
5065
for (unsigned j = 0; j <
cpts
[i].length (); ++j
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026