OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:return_superedge
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.h
42
class
return_superedge
;
143
return_superedge
*get_edge_for_return (cgraph_edge *edge) const
194
return_superedge
*add_return_superedge (supernode *src, supernode *dest,
215
typedef ordered_hash_map<cgraph_edge *,
return_superedge
*>
337
virtual
return_superedge
*dyn_cast_return_superedge () { return NULL; }
338
virtual const
return_superedge
*dyn_cast_return_superedge () const { return NULL; }
461
return_superedge
*get_edge_for_return (const supergraph &sg) const
481
class
return_superedge
: public callgraph_superedge
class in namespace:ana
484
return_superedge
(supernode *src, supernode *dst, cgraph_edge *cedge)
function in class:ana::return_superedge
488
return_superedge
*dyn_cast_return_superedge () final override { return this;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.h
35
class
return_superedge
;
136
return_superedge
*get_edge_for_return (cgraph_edge *edge) const
187
return_superedge
*add_return_superedge (supernode *src, supernode *dest,
208
typedef ordered_hash_map<cgraph_edge *,
return_superedge
*>
327
virtual
return_superedge
*dyn_cast_return_superedge () { return NULL; }
328
virtual const
return_superedge
*dyn_cast_return_superedge () const { return NULL; }
451
return_superedge
*get_edge_for_return (const supergraph &sg) const
471
class
return_superedge
: public callgraph_superedge
class in namespace:ana
474
return_superedge
(supernode *src, supernode *dst, cgraph_edge *cedge)
function in class:ana::return_superedge
478
return_superedge
*dyn_cast_return_superedge () FINAL OVERRIDE { return this;
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026