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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h1096 #define expand_tag(l, a) locktag_##l, macro
1097 KMP_FOREACH_I_LOCK(expand_tag, 0)
1098 #undef expand_tag macro
1111 #define expand_tag(l, a) locktag_##l = KMP_GET_D_TAG(lockseq_##l), macro
1112 KMP_FOREACH_D_LOCK(expand_tag, 0)
1113 #undef expand_tag macro

Completed in 52 milliseconds