Home | History | Annotate | Download | only in CL

Lines Matching defs:strings

2401         const char** strings = (const char**) alloca(n * sizeof(const char*));
2404 strings[i] = sources[(int)i].first;
2409 context(), (cl_uint)n, strings, lengths, &error);