ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sideEffect.h File Reference
#include "sage3.h"
#include <list>
Include dependency graph for sideEffect.h:

Go to the source code of this file.

Classes

class  SideEffectAnalysis
 

Functions

std::string getQualifiedFunctionName (SgFunctionCallExp *astNode)
 Utility function to return the fully qualified name of a function given a function call expression AST node. More...
 
std::string getQualifiedFunctionName (SgFunctionDeclaration *astNode)
 Utility function to return the fully qualified name of a function given a fucntion declaration AST node. More...
 

Function Documentation

std::string getQualifiedFunctionName ( SgFunctionCallExp astNode)

Utility function to return the fully qualified name of a function given a function call expression AST node.

std::string getQualifiedFunctionName ( SgFunctionDeclaration astNode)

Utility function to return the fully qualified name of a function given a fucntion declaration AST node.