Searched refs:offset_and_size_of (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_debugger.cpp | 31 #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_t, th_current_task), [all …]
|