Searched refs:toString (Results 151 - 175 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp577 analyze_format_string::LengthModifier::toString() const { function in class:analyze_format_string::LengthModifier
621 const char *ConversionSpecifier::toString() const { function in class:ConversionSpecifier
699 void OptionalAmount::toString(raw_ostream &os) const { function in class:OptionalAmount
H A DASTStructuralEquivalence.cpp1377 << EC1->getDeclName() << EC1->getInitVal().toString(10);
1393 << EC2->getDeclName() << EC2->getInitVal().toString(10);
1395 << EC1->getDeclName() << EC1->getInitVal().toString(10);
1407 << EC2->getDeclName() << EC2->getInitVal().toString(10);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp232 std::string CommandLine = Cmd.toString();
406 std::string CommandLine = Cmd.toString();
426 CommandLine = Cmd.toString();
H A DFuzzerFork.cpp175 Job->Cmd.toString().c_str());
245 // Printf("CollectDFT: %s\n", Cmd.toString().c_str());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h426 static std::string toString(uint64_t D, int16_t E, int Width,
595 std::string toString(unsigned Precision = DefaultPrecision) { function in class:llvm::ScaledNumber
596 return ScaledNumberBase::toString(Digits, Scale, Width, Precision);
601 /// Print a string. See toString for documentation.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp169 getPALMetadata()->toString(S);
226 if (HSAMD::toString(HSAMetadata, HSAMetadataString))
579 if (HSAMD::toString(HSAMetadata, HSAMetadataString))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp228 std::string uname = idn->toString(llvm::ms_demangle::OF_NoTagSpecifier);
255 std::string str = nii->toString();
398 std::string result = nodes.front()->toString();
402 result += nodes.front()->toString(llvm::ms_demangle::OF_NoTagSpecifier);
569 std::string ns = name_components.front()->toString();
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp632 fatal("failed to write the output file: " + toString(std::move(e)));
973 fatal(toString(*file->impSym) + " was replaced");
977 fatal("cannot delay-load " + toString(file) +
978 " due to import of data: " + toString(*impSym));
998 fatal(toString(*file->thunkSym) + " was replaced");
1648 " symbol table index section in object " + toString(file));
1660 c->getSectionName() + " in object " + toString(file));
H A DSymbols.h25 std::string toString(coff::Symbol &b);
29 // Call the functions toCOFFString and toELFString, not just toString.
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp252 << MaxValue.toString(10);
535 << FunctionName << ObjectSize.toString(/*Radix=*/10)
536 << UsedSize.toString(/*Radix=*/10));
6332 << Result.toString(10) << Low << High << Arg->getSourceRange();
6338 << Result.toString(10) << Low << High
7481 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
7487 << FixedLM->toString()
7488 << FixItHint::CreateReplacement(LMRange, FixedLM->toString());
7495 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << C
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp112 std::string filename = toString(sec->file);
184 std::string filename = toString(sec->file);
242 error(toString(sec->file) + ": invalid size of .reginfo section");
419 fatal(toString(sec) + ": invalid CIE reference");
518 fatal(toString(fde->sec) + ": PC offset is too large: 0x" +
2677 error(toString(sec) + ": " + toString(std::move(e)));
2682 error(toString(sec) + ": " + toString(ranges.takeError()));
3608 error("incompatible ABI version: " + toString(fil
[all...]
H A DARMErrataFix.cpp288 warn(toString(isec->file) +
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp252 WithColor::error() << toString(std::move(Err)) << '\n';
275 WithColor::error() << toString(std::move(Err)) << '\n';
298 WithColor::error() << toString(std::move(E)) << '\n';
558 WithColor::error() << toString(std::move(E)) << '\n';
1342 return make_error<StringError>(Reason + toString(std::move(E)),
1422 WithColor::error() << toString(std::move(E)) << '\n';
H A DDWARFVerifier.cpp493 ReportError(toString(Loc.takeError()));
828 error() << toString(std::move(E)) << '\n';
1421 error() << toString(std::move(E)) << '\n';
H A DDWARFDebugLoc.cpp166 OS << "error: " << toString(std::move(E));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1324 toString(std::move(EC)));
1353 Dep.first, toString(std::move(EC)));
1363 toString(std::move(EC)));
1586 toString(ExpectedModS.takeError()));
1604 toString(std::move(EC)));
1886 P.printLine(toString(ExpectedHeaders.takeError()));
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp262 ") against symbol " + toString(s));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp415 std::string message = llvm::toString(file.takeError());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp198 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp364 llvm::toString(std::move(Err));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp527 << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp216 std::error_code toString(Metadata HSAMetadata, std::string &String) { function in namespace:llvm::AMDGPU::HSAMD
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp276 << ": Error making unique filename: " << toString(Temp.takeError())
H A DExtractFunction.cpp377 errs() << "Error creating temporary file: " << toString(Temp.takeError())
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp89 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n';

Completed in 346 milliseconds

1234567891011>>