/local/lecs/lecs/risc_v0.5.0/sources/build/risc_v0.5.0/src/tools/class_is_derived_from.h File Reference

#include <unordered_map>
#include "rose.h"
Include dependency graph for class_is_derived_from.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  risc
namespace  risc::tools

Functions

bool risc::tools::is_derived_from (SgClassDefinition *derived_class, SgClassDefinition *base_class)
bool risc::tools::is_derived_from_internal (SgClassDefinition *derived_class, SgClassDefinition *base_class)
bool risc::tools::is_derived_from_sc_interface (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_interface.
bool risc::tools::is_derived_from_sc_channel (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_channel.
bool risc::tools::is_derived_from_sc_prim_channel (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_prim_channel.
bool risc::tools::is_derived_from_sc_module (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_module.
bool risc::tools::is_derived_from_sc_port (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_port.
bool risc::tools::is_derived_from_sc_port_base (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_port_base.
bool risc::tools::is_derived_from_sc_port_base (SgVarRefExp *var_ref)
 This function checks if the class is derived from sc_port_base.
bool risc::tools::is_sc_event (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_event or if it is sc_event itself.
bool risc::tools::is_sc_event_and_list (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_event_and_list or if it is sc_event_and_list itself.
bool risc::tools::is_sc_event_or_list (SgClassDefinition *derived_class)
 This function checks if the class is derived from sc_event_or_list or if it is sc_event_or_list itself.
bool risc::tools::is_sc_event (SgVarRefExp *var_ref)
 This function checks if the variable access is of the type sc_event (or a reference to a sc_event).
bool risc::tools::is_sc_event_and_list (SgVarRefExp *var_ref)
 This function checks if the variable access is of the type sc_event_and_list (or a reference to a sc_event_and_list).
bool risc::tools::is_sc_event_or_list (SgVarRefExp *var_ref)
 This function checks if the variable access is of the type sc_event_or_list (or a reference to a sc_event_and_list).
bool risc::tools::is_sc_in_port (SgTemplateInstantiationDefn *template_class)
 This function checks if the template class bases on the class template sc_in_port.
bool risc::tools::is_sc_out_port (SgTemplateInstantiationDefn *template_class)
 This function checks if the template class bases on the class template sc_out_port.
bool risc::tools::is_sc_inout_port (SgTemplateInstantiationDefn *template_class)
 This function checks if the template class bases on the class template sc_inout_port.
bool risc::tools::is_sc_in_clk (SgClassDefinition *definition)
 This function checks if the given defintion is qual to the definition of a sc_in_clk.
bool risc::tools::is_sc_out_clk (SgClassDefinition *definition)
 This function checks if the given defintion is qual to the definition of a sc_out_clk.
bool risc::tools::is_sc_inout_clk (SgClassDefinition *definition)
 This function checks if the given defintion is qual to the definition of a sc_inout_clk.
bool risc::tools::is_sc_in_bool (SgClassDefinition *definition)
 This function checks if the given defintion is qual to the definition of a sc_in<bool>.
bool risc::tools::is_sc_fifo_in (SgVarRefExp *var_ref)
 This function checks if the variable is of the type sc_fifo_in.
bool risc::tools::is_sc_fifo_out (SgVarRefExp *var_ref)
 This function checks if the variable is of the type sc_fifo_out.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 30 Sep 2018 by  doxygen 1.6.1