• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/

Lines Matching refs:KMP_ASSERT

98   KMP_ASSERT(buf);
99 KMP_ASSERT(buf_len >= 40);
100 KMP_ASSERT(mask);
108 KMP_ASSERT(scan <= end);
154 KMP_ASSERT(scan <= end);
167 KMP_ASSERT(buf);
168 KMP_ASSERT(mask);
579 KMP_ASSERT(__kmp_affinity_type == affinity_none);
719 KMP_ASSERT(nActiveThreads > 0);
873 KMP_ASSERT(__kmp_affinity_type == affinity_none);
1009 KMP_ASSERT(0);
1087 KMP_ASSERT(__kmp_affinity_type == affinity_none);
1155 KMP_ASSERT(oldMask != NULL);
1263 KMP_ASSERT(nApics > 0);
1440 KMP_ASSERT(depth > 0);
1598 KMP_ASSERT(__kmp_affinity_type == affinity_none);
1679 KMP_ASSERT(nApics > 0);
2232 KMP_ASSERT(nodeIdIndex + level <= maxIndex);
2284 KMP_ASSERT(num_avail <= num_records);
2314 KMP_ASSERT(num_avail > 0);
2315 KMP_ASSERT(num_avail <= num_records);
2596 KMP_ASSERT(totals[index] >= totals[index + 1]);
2608 KMP_ASSERT(depth > 0);
2696 KMP_ASSERT(numAddrs > 0);
2716 KMP_ASSERT(__kmp_affinity_gran_levels >= 0);
3057 KMP_ASSERT(start >= 0);
3089 KMP_ASSERT(count >= 0);
3139 KMP_ASSERT(stride >= 0);
3192 KMP_ASSERT(num >= 0);
3261 KMP_ASSERT(count >= 0);
4084 KMP_ASSERT(__kmp_affinity_type == affinity_none); \
4085 KMP_ASSERT(address2os == NULL); \
4092 KMP_ASSERT(__kmp_affinity_type == affinity_none); \
4093 KMP_ASSERT(address2os == NULL); \
4102 KMP_ASSERT(__kmp_affin_fullMask != NULL);
4103 KMP_ASSERT(__kmp_affinity_type == affinity_none);
4137 KMP_ASSERT(__kmp_affin_fullMask != NULL);
4290 KMP_ASSERT(depth != 0);
4313 KMP_ASSERT(depth > 0);
4314 KMP_ASSERT(address2os != NULL);
4320 KMP_ASSERT(__kmp_affinity_dispatch->get_api_type() == KMPAffinity::HWLOC);
4347 KMP_ASSERT(msg_id != kmp_i18n_null);
4360 KMP_ASSERT(msg_id != kmp_i18n_null);
4394 KMP_ASSERT(msg_id != kmp_i18n_null);
4403 KMP_ASSERT(depth == 0);
4416 KMP_ASSERT(depth != 0);
4418 KMP_ASSERT(msg_id != kmp_i18n_null);
4435 KMP_ASSERT(depth > 0);
4436 KMP_ASSERT(address2os != NULL);
4630 KMP_ASSERT(KMP_CPU_ISSET(osId, src));
4660 KMP_ASSERT(disabled);
4731 KMP_ASSERT(__kmp_affin_fullMask != NULL);
4747 KMP_ASSERT(__kmp_affin_fullMask != NULL);
4816 KMP_ASSERT(th->th.th_new_place >= 0);
4817 KMP_ASSERT((unsigned)th->th.th_new_place <= __kmp_affinity_num_masks);
4819 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) &&
4822 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) ||