ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | control_enum (int64_t) |
Convert SgProcessControlStatement::control_enum enum constant to a string. More... | |
std::string | control_enum (int64_t, const std::string &strip) |
Convert SgProcessControlStatement::control_enum enum constant to a string. More... | |
const std::vector< int64_t > & | control_enum () |
Return all SgProcessControlStatement::control_enum member values as a vector. More... | |
const char * stringify::SgProcessControlStatement::control_enum | ( | int64_t | i | ) |
Convert SgProcessControlStatement::control_enum enum constant to a string.
Definition at line 94757 of file stringify.C.
Referenced by control_enum().
std::string stringify::SgProcessControlStatement::control_enum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgProcessControlStatement::control_enum enum constant to a string.
Definition at line 94769 of file stringify.C.
References control_enum().
const std::vector< int64_t > & stringify::SgProcessControlStatement::control_enum | ( | ) |
Return all SgProcessControlStatement::control_enum member values as a vector.
Definition at line 94778 of file stringify.C.