Home
last modified time | relevance | path

Searched refs:KMP_ASSERT2 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h40 #define KMP_ASSERT2(cond, msg) \ macro
45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg)
53 #define KMP_ASSERT2(cond, msg) KMP_ASSERT(cond) macro
60 #define KMP_ASSERT2(cond, msg) /* Nothing */ macro
H A Dkmp_affinity.cpp134 KMP_ASSERT2(false, "Unhandled kmp_hw_t enumeration"); in __kmp_hw_get_catalog_string()
168 KMP_ASSERT2(false, "Unhandled kmp_hw_t enumeration"); in __kmp_hw_get_keyword()
184 KMP_ASSERT2(false, "Unhandled kmp_hw_core_type_t enumeration"); in __kmp_hw_get_core_type_string()
1263 KMP_ASSERT2(false, "Unhandled kmp_hw_thread_t enumeration"); in filter_hw_subset()
3783 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad proclist"); in __kmp_affinity_process_proclist()
3786 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3814 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist()
3818 KMP_ASSERT2(num >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
3842 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad explicit proc list"); in __kmp_affinity_process_proclist()
3845 KMP_ASSERT2(start >= 0, "bad explicit proc list"); in __kmp_affinity_process_proclist()
[all …]
H A Dkmp_affinity.h61 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity()
76 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
92 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_process_affinity()
167 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in bind_thread()
418 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity()
429 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
479 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in get_system_affinity()
500 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in set_system_affinity()
H A Dkmp_sched.cpp413 KMP_ASSERT2(0, "__kmpc_for_static_init: unknown scheduling type"); in __kmp_for_static_init()
707 KMP_ASSERT2(0, in __kmp_dist_for_static_init()
H A Dkmp_lock.cpp1273 KMP_ASSERT2(0, "should not get here"); in __kmp_acquire_queuing_lock_timed_template()
1492 KMP_ASSERT2(0, "should not get here"); in __kmp_release_queuing_lock()
2020 KMP_ASSERT2(0, "should not get here"); in __kmp_test_adaptive_lock_only()
H A Dkmp_settings.cpp2028 KMP_ASSERT2(false, "Unhandled kmp_hw_core_type_t enumeration"); in __kmp_hw_get_core_type_keyword()
4446 KMP_ASSERT2(false, "Unhandled sched_type enumeration"); in __kmp_stg_print_omp_schedule()
4475 KMP_ASSERT2(false, "Unhandled sched_type enumeration"); in __kmp_stg_print_omp_schedule()
H A Dkmp_alloc.cpp1418 KMP_ASSERT2(0, "Unexpected allocator trait"); in __kmpc_init_allocator()
H A Dz_Linux_util.cpp138 KMP_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_affinity_bind_thread()
H A Dkmp_tasking.cpp2728 KMP_ASSERT2(0, "Unknown task reduction item");
5311 KMP_ASSERT2(0, "unknown scheduling of taskloop");
H A Dkmp_runtime.cpp1689 KMP_ASSERT2(0, "cannot invoke microtask for PRIMARY thread"); in __kmp_fork_in_teams()
1916 KMP_ASSERT2(call_context < fork_context_last, in __kmp_serial_fork_call()
2389 KMP_ASSERT2(0, "cannot invoke microtask for PRIMARY thread"); in __kmp_fork_call()
H A Dkmp_dispatch.cpp369 KMP_ASSERT2((kmp_sch_lower < schedule && schedule < kmp_sch_upper), in __kmp_dispatch_init_algorithm()