#include "rose.h"
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) |
This function checks if the derived class is derived from the 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 class is derived from sc_event or if it is sc_event itself. | |
bool | risc::tools::is_sc_event_and_list (SgVarRefExp *var_ref) |
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 (SgVarRefExp *var_ref) |
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_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. |