OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:warned_about
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc
197
controlled by OPTION.
WARNED_ABOUT
is a hash_set<tree> unique for
203
hash_set<tree> *
warned_about
,
207
return
warned_about
;
210
return
warned_about
;
212
if (!
warned_about
)
213
warned_about
= new hash_set<tree>;
214
if (
warned_about
->contains (decl))
215
return
warned_about
;
216
warned_about
->add (decl);
223
return
warned_about
;
237
static hash_set<tree> *
warned_about
;
local
254
static hash_set<tree> *
warned_about
;
local
265
static hash_set<tree> *
warned_about
;
local
278
static hash_set<tree> *
warned_about
;
local
291
static hash_set<tree> *
warned_about
;
local
300
static hash_set<tree> *
warned_about
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc
195
controlled by OPTION.
WARNED_ABOUT
is a hash_set<tree> unique for
201
hash_set<tree> *
warned_about
,
205
return
warned_about
;
208
return
warned_about
;
210
if (!
warned_about
)
211
warned_about
= new hash_set<tree>;
212
if (
warned_about
->contains (decl))
213
return
warned_about
;
214
warned_about
->add (decl);
221
return
warned_about
;
235
static hash_set<tree> *
warned_about
;
local
252
static hash_set<tree> *
warned_about
;
local
263
static hash_set<tree> *
warned_about
;
local
276
static hash_set<tree> *
warned_about
;
local
289
static hash_set<tree> *
warned_about
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026