Home
last modified time | relevance | path

Searched refs:normalize_construct_name (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp28 std::string OpenMPCounterVisitor::normalize_construct_name(std::string s) { in normalize_construct_name() function in Fortran::parser::OpenMPCounterVisitor
107 return normalize_construct_name(source.ToString()); in getName()
119 return normalize_construct_name(source.ToString()); in getName()
125 return normalize_construct_name(source.ToString()); in getName()
129 return normalize_construct_name(source.ToString()); in getName()
137 normalize_construct_name(source.ToString()); in getName()
150 return normalize_construct_name(source.ToString()); in getName()
H A DFlangOmpReportVisitor.h50 std::string normalize_construct_name(std::string s);