Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Driver/
Dmemtag_lto.c120 __attribute__((noinline)) void use_local(char *p) { *p = w; } in use_local() function
133 use_local(&y); in fn()
/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_ndrange.cpp547 …_uint> &loc_size_arr, std::vector<cl_uint> &offset, cl_int dim, cl_bool use_local, cl_bool use_off… in check_kernel_results() argument
553 if (use_local == CL_FALSE) in check_kernel_results()
557 else if(use_local == CL_TRUE && use_offset == CL_FALSE) in check_kernel_results()
567 if (use_local == CL_FALSE) in check_kernel_results()
571 else if (use_local == CL_TRUE && use_offset == CL_FALSE) in check_kernel_results()
581 if (use_local == CL_FALSE) in check_kernel_results()
585 else if (use_local == CL_TRUE && use_offset == CL_FALSE) in check_kernel_results()