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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h119 * \brief Add new timers under KMP_FOREACH_TIMER() macro in kmp_stats.h
137 #define KMP_FOREACH_TIMER(macro, arg) \ macro
280 * \warning YOU MUST HAVE THE SAME NAMED TIMER UNDER KMP_FOREACH_TIMER() OR ELSE
292 #define KMP_FOREACH_EXPLICIT_TIMER(macro, arg) KMP_FOREACH_TIMER(macro, arg)
295 enum timer_e { KMP_FOREACH_TIMER(ENUMERATE, TIMER_) TIMER_LAST }; enumerator in enum:timer_e
879 * @param name timer name as specified under the KMP_FOREACH_TIMER() macro
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}};

Completed in 108 milliseconds