Home | History | Annotate | Download | only in CL

Lines Matching refs:sources

105  *       cl::Program::Sources source(1,
2390 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources;
2394 const Sources& sources,
2399 const ::size_t n = (::size_t)sources.size();
2404 strings[i] = sources[(int)i].first;
2405 lengths[i] = sources[(int)i].second;