Searched refs:toString (Results 201 - 225 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp455 I->getValue().toString(Str, /*Radix=*/10, /*Signed=*/false);
460 F->getValue().toString(Str);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp779 S.Diag(Loc, diag::warn_case_value_overflow) << Val.toString(10)
780 << ConvVal.toString(10);
1000 CaseVals[i-1].first.toString(CaseValStr);
1105 << OverlapVal.toString(10);
1121 << ConstantCondValue.toString(10)
H A DSemaStmtAsm.cpp400 << IntResult.toString(10)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp250 s->PutCString(m_integer.toString(10, true));
258 s->PutCString(m_integer.toString(10, false));
264 m_float.toString(string);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1603 << llvm::toString(std::move(PrefixErr)) << "\n";
1615 << llvm::toString(std::move(SuffixErr)) << "\n";
1626 << llvm::toString(std::move(Err)) << "\n";
H A DFormat.cpp1302 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
1666 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
1985 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
2154 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
2343 << Header << ": " << llvm::toString(std::move(Err))
H A DWhitespaceManager.cpp785 llvm::errs() << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp616 ErrorMessage = toString(ExpectedLineInfo.takeError());
1005 toString(RelocatedOrErr.takeError()));
1635 toString(SecOrErr.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp624 llvm::toString(std::move(err)).c_str());
654 llvm::toString(std::move(err)).c_str());
H A DCommandObjectFrame.cpp567 "error: %s\n", llvm::toString(std::move(err)).c_str());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1394 IL->getValue().toString(
1409 FL->getValue().toString(Buffer);
H A DASTDiagnostic.cpp1758 OS << FromInt.toString(10);
1802 OS << Val.toString(10);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp375 std::string str = value.toString(radix, isSigned);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp218 toString(expected_ranges.takeError()).c_str());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp737 llvm::toString(expected_vector.takeError()));
2201 llvm::toString(std::move(err)).c_str());
2224 llvm::toString(std::move(err)).c_str());
2248 llvm::toString(std::move(err)).c_str());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp135 "' failed: " + toString(std::move(Err)));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h986 inline std::string toString(Error E) { function in namespace:llvm
H A DVirtualFileSystem.h471 std::string toString() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3473 void IEEEFloat::toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision,
4452 void DoubleAPFloat::toString(SmallVectorImpl<char> &Str,
4458 .toString(Str, FormatPrecision, FormatMaxPadding, TruncateZero);
4574 toString(Buffer);
H A DAPInt.cpp2168 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix,
2283 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const {
2285 toString(S, Radix, Signed, /* formatAsCLiteral = */false);
2301 this->toString(S, 10, isSigned, /* formatAsCLiteral = */false);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1312 DB.AddString(toString(std::move(E)));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp559 Enum.Value.toString(10, Enum.Value.isSigned()));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp166 conv.toString(result, Radix, false, true);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp589 errs() << toString(std::move(E)) << '\n';
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp920 report_fatal_error(toString(std::move(E)), false);

Completed in 574 milliseconds

1234567891011>>