OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canonical_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
linespec.c
168
struct linespec_canonical_name *
canonical_names
;
member in struct:linespec_state
1038
/* Add SAL to SALS, and also update SELF->
CANONICAL_NAMES
to reflect
1057
self->
canonical_names
= XRESIZEVEC (struct linespec_canonical_name,
1058
self->
canonical_names
,
1060
canonical = &self->
canonical_names
[sals->size () - 1];
1344
canonical = &self->
canonical_names
[j];
1435
canonical = &self->
canonical_names
[i];
2719
xfree (self->
canonical_names
);
3194
gdb_assert (state->
canonical_names
[i].suffix != NULL);
3195
hold_names.emplace_back (state->
canonical_names
[i].suffix)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
linespec.c
189
std::vector<linespec_canonical_name>
canonical_names
;
member in struct:linespec_state
1064
/* Add SAL to SALS, and also update SELF->
CANONICAL_NAMES
to reflect
1093
= self->
canonical_names
.emplace_back ();
1332
canonical = &self->
canonical_names
[j];
1422
canonical = &self->
canonical_names
[i];
Completed in 20 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026