Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dprocs.h42 virtual test_function_pointer getFunction() = 0;
75 test_function_pointer fn; \
79 test_function_pointer getFunction() { return fn; } \
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DtestHarness.h69 typedef int (*test_function_pointer)(cl_device_id deviceID, cl_context context, typedef
74 test_function_pointer func;
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-absolute-value.c787 long long test_function_pointer() { in test_function_pointer() function
788 return llabs(&test_function_pointer); in test_function_pointer()
/aosp_15_r20/external/OpenCL-CTS/test_common/autotest/
H A Dtest_suite.hpp53 const test_function_pointer ptr) in test_case_registration()