Searched refs:compile_static_function (Results 1 – 1 of 1) sorted by relevance
142 const char* compile_static_function = "static int foo(int x, int y) { return x*x + y*y; }\n"; variable1147 …error = create_single_kernel_helper_create_program(context, &program, 1, &compile_static_function); in test_simple_static_compile_only()