Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.h38 #undef KMP_DO_ALIGN
39 #define KMP_DO_ALIGN(alignment) /* Nothing */ macro
153 struct KMP_DO_ALIGN(16) __kmp_cmplx80_t : std::complex<long double> {
170 typedef KMP_DO_ALIGN(16) struct __kmp_cmplx80_t kmp_cmplx80;
219 struct KMP_DO_ALIGN(4) Quad_a4_t {
249 struct KMP_DO_ALIGN(4) kmp_cmplx128_a4_t {
282 struct KMP_DO_ALIGN(16) Quad_a16_t {
312 struct KMP_DO_ALIGN(16) kmp_cmplx128_a16_t {
Dkmp_os.h416 #define KMP_DO_ALIGN(bytes) KMP_ALIGN(bytes)