OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ignored_attributes_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
attribs.cc
220
static vec<attribute_spec *>
ignored_attributes_table
;
variable
293
ignored_attributes_table
.safe_push (table);
308
for (auto x :
ignored_attributes_table
)
310
ignored_attributes_table
.release ();
attribs.cc
220
static vec<attribute_spec *>
ignored_attributes_table
;
variable
293
ignored_attributes_table
.safe_push (table);
308
for (auto x :
ignored_attributes_table
)
310
ignored_attributes_table
.release ();
/src/external/gpl3/gcc.old/dist/gcc/
attribs.cc
224
static vec<attribute_spec *>
ignored_attributes_table
;
variable
297
ignored_attributes_table
.safe_push (table);
310
for (auto x :
ignored_attributes_table
)
312
ignored_attributes_table
.release ();
attribs.cc
224
static vec<attribute_spec *>
ignored_attributes_table
;
variable
297
ignored_attributes_table
.safe_push (table);
310
for (auto x :
ignored_attributes_table
)
312
ignored_attributes_table
.release ();
Completed in 62 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026