Lines Matching +defs:buffer +defs:string
62 static Status ExceptionMaskValidator(const char *string, void *unused) {
64 llvm::StringRef str_ref(string);
180 std::string ignored_exceptions
185 std::string packet = "QSetIgnoredExceptions:";
226 std::string module_basename(
228 std::string original_module_basename(module_basename);
628 std::string command_output;
637 if (first_non_newline != std::string::npos) {
681 std::string shell_string = shell.GetPath();
911 std::string module_name = module->GetSpecificationDescription();
964 std::string message;
981 std::string message2;
1037 Target *target, std::vector<std::string> &options, XcodeSDK::Type sdk_type) {
1038 const std::vector<std::string> apple_arguments = {
1129 options.emplace_back(std::string(minimum_version_option.GetString()));
1177 std::string dyld_root_path = env.lookup("DYLD_ROOT_PATH");
1181 std::string product_version;
1340 std::string PlatformDarwin::FindComponentInPath(llvm::StringRef path,
1346 llvm::SmallString<128> buffer;
1347 llvm::sys::path::append(buffer, begin, ++it,
1349 return buffer.str().str();
1417 llvm::Expected<std::string>
1453 llvm::Expected<std::string>