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