Searched refs:test_function_pointer (Results 1 – 4 of 4) sorted by relevance
42 virtual test_function_pointer getFunction() = 0;75 test_function_pointer fn; \79 test_function_pointer getFunction() { return fn; } \
69 typedef int (*test_function_pointer)(cl_device_id deviceID, cl_context context, typedef74 test_function_pointer func;
787 long long test_function_pointer() { in test_function_pointer() function788 return llabs(&test_function_pointer); in test_function_pointer()
53 const test_function_pointer ptr) in test_case_registration()