Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp146 const char* compile_regular_function = "int foo(int x, int y) { return x*x + y*y; }\n"; variable
1453 …const char* sources[2] = {simple_kernel, compile_regular_function}; // here we want to avoid linki… in test_two_file_regular_function_access()