Searched refs:unreg (Results 1 – 7 of 7) sorted by relevance
86 fun unreg(i: Int) = i % 4 <= 1 in <lambda>() method87 for (i in 0 until n) if (unreg(i)) registrations[i].dispose() in <lambda>()91 for (i in 0 until n) assertEquals(if (unreg(i)) 0 else 1, fireCount[i]) in <lambda>()
967 UBool unreg = BreakIterator::unregister(key, status); in TestRegistration() local968 if (!unreg) { in TestRegistration()
270 'wpasvc.exe unreg'.
1751 'net start wpasvc' to start the service, 'wpasvc.exe unreg' to
411 static UBool unreg(UCurrRegistryKey key) { in unreg() function477 return CReg::unreg(key); in ucurr_unregister()
1171 // CHECK-LABEL: func private @ptr_to_function() -> !unreg.ptr<() -> ()>1172 func private @ptr_to_function() -> !unreg.ptr<() -> ()>
1228 func @bad_arrow(%arg : !unreg.ptr<(i32)->)