OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saved_attributes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc
53
static simple_object_attributes *
saved_attributes
;
variable
121
if (
saved_attributes
== NULL)
122
saved_attributes
= attrs;
125
errmsg = simple_object_attributes_merge (
saved_attributes
, attrs,
136
gcc_assert (
saved_attributes
!= NULL);
137
lo->sobj_w = simple_object_start_write (
saved_attributes
,
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc
53
static simple_object_attributes *
saved_attributes
;
variable
121
if (
saved_attributes
== NULL)
122
saved_attributes
= attrs;
125
errmsg = simple_object_attributes_merge (
saved_attributes
, attrs,
136
gcc_assert (
saved_attributes
!= NULL);
137
lo->sobj_w = simple_object_start_write (
saved_attributes
,
Completed in 16 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026