ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | omp_rtl_enum (int64_t) |
Convert OmpSupport::omp_rtl_enum enum constant to a string. More... | |
std::string | omp_rtl_enum (int64_t, const std::string &strip) |
Convert OmpSupport::omp_rtl_enum enum constant to a string. More... | |
const std::vector< int64_t > & | omp_rtl_enum () |
Return all OmpSupport::omp_rtl_enum member values as a vector. More... | |
const char * | omp_construct_enum (int64_t) |
Convert OmpSupport::omp_construct_enum enum constant to a string. More... | |
std::string | omp_construct_enum (int64_t, const std::string &strip) |
Convert OmpSupport::omp_construct_enum enum constant to a string. More... | |
const std::vector< int64_t > & | omp_construct_enum () |
Return all OmpSupport::omp_construct_enum member values as a vector. More... | |
const char * stringify::OmpSupport::omp_rtl_enum | ( | int64_t | i | ) |
Convert OmpSupport::omp_rtl_enum enum constant to a string.
Definition at line 119 of file stringify.C.
Referenced by omp_rtl_enum().
std::string stringify::OmpSupport::omp_rtl_enum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert OmpSupport::omp_rtl_enum enum constant to a string.
Definition at line 128 of file stringify.C.
References omp_rtl_enum().
const std::vector< int64_t > & stringify::OmpSupport::omp_rtl_enum | ( | ) |
Return all OmpSupport::omp_rtl_enum member values as a vector.
Definition at line 137 of file stringify.C.
const char * stringify::OmpSupport::omp_construct_enum | ( | int64_t | i | ) |
Convert OmpSupport::omp_construct_enum enum constant to a string.
Definition at line 46335 of file stringify.C.
Referenced by omp_construct_enum().
std::string stringify::OmpSupport::omp_construct_enum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert OmpSupport::omp_construct_enum enum constant to a string.
Definition at line 46460 of file stringify.C.
References omp_construct_enum().
const std::vector< int64_t > & stringify::OmpSupport::omp_construct_enum | ( | ) |
Return all OmpSupport::omp_construct_enum member values as a vector.
Definition at line 46469 of file stringify.C.