Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h139 #define KMP_FOREACH_TIMER(macro, arg) \ macro
303 #define KMP_FOREACH_EXPLICIT_TIMER(macro, arg) KMP_FOREACH_TIMER(macro, arg)
306 enum timer_e { KMP_FOREACH_TIMER(ENUMERATE, TIMER_) TIMER_LAST }; enumerator
H A Dkmp_stats.cpp30 KMP_FOREACH_TIMER(expandName, 0){"TIMER_LAST", 0}};
37 KMP_FOREACH_TIMER(expandName, 0){0.0, 0.0, 0.0}};