ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | cast_type_enum (int64_t) |
Convert SgCastExp::cast_type_enum enum constant to a string. More... | |
std::string | cast_type_enum (int64_t, const std::string &strip) |
Convert SgCastExp::cast_type_enum enum constant to a string. More... | |
const std::vector< int64_t > & | cast_type_enum () |
Return all SgCastExp::cast_type_enum member values as a vector. More... | |
const char * stringify::SgCastExp::cast_type_enum | ( | int64_t | i | ) |
Convert SgCastExp::cast_type_enum enum constant to a string.
Definition at line 95005 of file stringify.C.
Referenced by cast_type_enum().
std::string stringify::SgCastExp::cast_type_enum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgCastExp::cast_type_enum enum constant to a string.
Definition at line 95020 of file stringify.C.
References cast_type_enum().
const std::vector< int64_t > & stringify::SgCastExp::cast_type_enum | ( | ) |
Return all SgCastExp::cast_type_enum member values as a vector.
Definition at line 95029 of file stringify.C.