Searched refs:ip (Results 1 – 1 of 1) sorted by relevance
109 int_ptr ip = wip.value(); in TestWrapper() local110 CHECK_MESSAGE( (ip == &(point_to_me)), "Error in assignment of pointer"); in TestWrapper()236 int *ip = cast_to<int *>(i); in RunTests() local237 CHECK_MESSAGE( (false & (nullptr!=ip)), "Error: non-array cast to pointer type."); in RunTests()