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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp31 #define offset_and_size_of(structure, field) \ macro
91 offset_and_size_of(kmp_base_info_t, th_info),
92 offset_and_size_of(kmp_base_info_t, th_team),
93 offset_and_size_of(kmp_base_info_t, th_root),
94 offset_and_size_of(kmp_base_info_t, th_serial_team),
95 offset_and_size_of(kmp_base_info_t, th_ident),
96 offset_and_size_of(kmp_base_info_t, th_spin_here),
97 offset_and_size_of(kmp_base_info_t, th_next_waiting),
98 offset_and_size_of(kmp_base_info_t, th_task_team),
99 offset_and_size_of(kmp_base_info_
221 #undef offset_and_size_of macro
[all...]

Completed in 116 milliseconds