Lines Matching refs:__assert_only
905 __assert_only OSNumber * nnum = OSDynamicCast(OSNumber, dict->getObject("test")); in OSCollectionTest()
926 for (__assert_only int& i : ints) { in OSAllocationTests()
934 for (__assert_only const auto& i : arrayZero) { in OSAllocationTests()
975 for (__assert_only const int& i : ints) { in OSDataAllocationTests()
983 for (__assert_only const auto& i : arrayZero) { in OSDataAllocationTests()
1005 for (__assert_only int& i : ints) { in OSBoundedArrayTests()
1030 for (__assert_only int& i : ints) { in OSBoundedArrayRefTests()
1464 __assert_only OSDictionary* oldDict = dict.get(); in OSStaticPtrCastTests()
1465 …__assert_only OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(os::move(dict)); in OSStaticPtrCastTests()
1505 __assert_only OSDictionary const* oldDict = dict.get(); in OSConstPtrCastTests()
1506 __assert_only OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(os::move(dict)); in OSConstPtrCastTests()