Home | History | Annotate | Download | only in asan

Lines Matching refs:CHECK

62   CHECK(sysctl(mib, 2, 0, &len, 0, 0) != -1);
63 CHECK(len < maxlen);
64 CHECK(sysctl(mib, 2, version, &len, 0, 0) != -1);
82 // TODO(glider): need to check dynamically that memcpy() and memmove() are
99 CHECK(dladdr((void*)__asan_init, &info));
141 CHECK(sizeof(OSSpinLock) <= sizeof(opaque_storage_));
142 CHECK(OS_SPINLOCK_INIT == 0);
143 CHECK(owner_ != (uptr)pthread_self());
145 CHECK(!owner_);
150 CHECK(owner_ == (uptr)pthread_self());
499 CHECK(INTERCEPT_FUNCTION(dispatch_async_f));
500 CHECK(INTERCEPT_FUNCTION(dispatch_sync_f));
501 CHECK(INTERCEPT_FUNCTION(dispatch_after_f));
502 CHECK(INTERCEPT_FUNCTION(dispatch_barrier_async_f));
503 CHECK(INTERCEPT_FUNCTION(dispatch_group_async_f));
508 CHECK(INTERCEPT_FUNCTION(pthread_workqueue_additem_np));
515 // Until this problem is fixed we need to check that the string is
517 CHECK(INTERCEPT_FUNCTION(CFStringCreateCopy));
520 CHECK(INTERCEPT_FUNCTION(free));
522 CHECK(INTERCEPT_FUNCTION(__CFInitialize));