Searched refs:expandName (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 28 #define expandName(name, flags, ignore) {STRINGIZE(name), flags}, macro 30 KMP_FOREACH_TIMER(expandName, 0){"TIMER_LAST", 0}}; 32 KMP_FOREACH_COUNTER(expandName, 0){"COUNTER_LAST", 0}}; 33 #undef expandName 35 #define expandName(ignore1, ignore2, ignore3) {0.0, 0.0, 0.0}, macro 37 KMP_FOREACH_TIMER(expandName, 0){0.0, 0.0, 0.0}}; 38 #undef expandName
|