Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_tagged_msg.cpp109 int_ptr ip = wip.value(); in TestWrapper() local
110 CHECK_MESSAGE( (ip == &(point_to_me)), "Error in assignment of pointer"); in TestWrapper()
236 int *ip = cast_to<int *>(i); in RunTests() local
237 CHECK_MESSAGE( (false & (nullptr!=ip)), "Error: non-array cast to pointer type."); in RunTests()