OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cached_polymorphic_call_targets
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc
197
static hash_set<cgraph_node *> *
cached_polymorphic_call_targets
;
variable
2487
cached_polymorphic_call_targets
->add (target_node);
2768
if (
cached_polymorphic_call_targets
)
2772
delete
cached_polymorphic_call_targets
;
2773
cached_polymorphic_call_targets
= NULL;
2797
if (
cached_polymorphic_call_targets
2799
&&
cached_polymorphic_call_targets
->contains (n))
2976
if (
cached_polymorphic_call_targets
3121
if (!
cached_polymorphic_call_targets
)
3123
cached_polymorphic_call_targets
= new hash_set<cgraph_node *>
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc
194
static hash_set<cgraph_node *> *
cached_polymorphic_call_targets
;
variable
2473
cached_polymorphic_call_targets
->add (target_node);
2754
if (
cached_polymorphic_call_targets
)
2758
delete
cached_polymorphic_call_targets
;
2759
cached_polymorphic_call_targets
= NULL;
2783
if (
cached_polymorphic_call_targets
2785
&&
cached_polymorphic_call_targets
->contains (n))
2962
if (
cached_polymorphic_call_targets
3107
if (!
cached_polymorphic_call_targets
)
3109
cached_polymorphic_call_targets
= new hash_set<cgraph_node *>
[
all
...]
Completed in 106 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026