ROSE 0.11.145.147
Public Member Functions | Protected Attributes | List of all members
TraverseCallGraph Class Reference

Description

Definition at line 297 of file CallGraphTraverse.h.

Inheritance diagram for TraverseCallGraph:
Inheritance graph
[legend]
Collaboration diagram for TraverseCallGraph:
Collaboration graph
[legend]

Public Member Functions

 TraverseCallGraph (SgIncidenceDirectedGraph *graph)
 
const CGFunctiongetFunc (SgFunctionDeclaration *decl)
 
const CGFunctiongetFunc (const Function &func)
 

Protected Attributes

SgIncidenceDirectedGraphgraph
 
std::set< CGFunctionfunctions
 
std::map< const CGFunction *, int > numCallers
 
std::set< const CGFunction * > noPred
 

Member Data Documentation

◆ graph

SgIncidenceDirectedGraph* TraverseCallGraph::graph
protected

Definition at line 300 of file CallGraphTraverse.h.

◆ functions

std::set<CGFunction> TraverseCallGraph::functions
protected

Definition at line 303 of file CallGraphTraverse.h.

◆ numCallers

std::map<const CGFunction*, int> TraverseCallGraph::numCallers
protected

Definition at line 306 of file CallGraphTraverse.h.

◆ noPred

std::set<const CGFunction*> TraverseCallGraph::noPred
protected

Definition at line 311 of file CallGraphTraverse.h.


The documentation for this class was generated from the following file: