OmpSupport::toString
toString overloads
Synopses
Declared in <SageIII/ompSupport.h>
Output omp_construct_enum to a string:
std::string
toString(omp_construct_enum omp_type);
Convert a schedule kind enum value to a small case string
[[visibility]]
std::string
toString(SgOmpClause::omp_schedule_kind_enum s_kind);
Created with MrDocs