ROSE  0.10.11.0
Functions
stringify::SgStopOrPauseStatement Namespace Reference

Description

Stringification.

Functions

const char * stop_or_pause_enum (int64_t)
 Convert SgStopOrPauseStatement::stop_or_pause_enum enum constant to a string. More...
 
std::string stop_or_pause_enum (int64_t, const std::string &strip)
 Convert SgStopOrPauseStatement::stop_or_pause_enum enum constant to a string. More...
 
const std::vector< int64_t > & stop_or_pause_enum ()
 Return all SgStopOrPauseStatement::stop_or_pause_enum member values as a vector. More...
 

Function Documentation

const char * stringify::SgStopOrPauseStatement::stop_or_pause_enum ( int64_t  i)

Convert SgStopOrPauseStatement::stop_or_pause_enum enum constant to a string.

Definition at line 63229 of file stringify.C.

Referenced by stop_or_pause_enum().

std::string stringify::SgStopOrPauseStatement::stop_or_pause_enum ( int64_t  i,
const std::string &  strip 
)

Convert SgStopOrPauseStatement::stop_or_pause_enum enum constant to a string.

Definition at line 63241 of file stringify.C.

References stop_or_pause_enum().

const std::vector< int64_t > & stringify::SgStopOrPauseStatement::stop_or_pause_enum ( )

Return all SgStopOrPauseStatement::stop_or_pause_enum member values as a vector.

Definition at line 63250 of file stringify.C.