Searched refs:coerced (Results 1 – 5 of 5) sorted by relevance
604 InetAddress coerced = InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address() local606 assertTrue(0xe0000000 <= InetAddresses.coerceToInteger(coerced)); in testGetCoercedIPv4Address()607 assertTrue(InetAddresses.coerceToInteger(coerced) <= 0xfffffffe); in testGetCoercedIPv4Address()
81 // Two ints in a struct are simply coerced to i64:84 // IR: declare void f(i64 %i0.coerced)
19 # This is not actually a struct, but make sure it can never be coerced to
338 # The '2' should be coerced into 2 because t6.b is NUMERIC
902 *) core: Error responses set by filters were being coerced into 500 errors,