Lines Matching refs:str
258 std::string str;
264 str = reinterpret_cast<const char *>(ins->words + op->offset);
272 if (str.find("kernel_arg_type.") == 0) {
275 } else if (str.find("kernel_arg_type_qual.") == 0) {
285 pos = str.find(kernel.name, start);
287 pos != start || str[start + kernel.name.size()] != '.')
291 if (str[pos++] != '.')
298 size_t entryEnd = str.find(',', pos);
302 std::string entryVal = str.substr(pos, entryEnd - pos);
835 c->getHeaderSearchOpts().AddPath(system_header_path.str(),
841 c->getPreprocessorOpts().addRemappedFile(system_header_path.str(),
847 c->getPreprocessorOpts().addRemappedFile(system_header_path.str(),
908 c->getHeaderSearchOpts().AddPath(tmp_header_path.str(),
915 c->getPreprocessorOpts().addRemappedFile(path_copy.str(),
1003 const std::string spv_out = spv_stream.str();
1091 clc_warning(logger, "%s", message.str().c_str());
1093 clc_error(logger, "%s", message.str().c_str());