Searched refs:toString (Results 51 - 75 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp176 void APFixedPoint::toString(llvm::SmallVectorImpl<char> &Str) const { function in class:clang::APFixedPoint
193 IntPart.toString(Str, /*Radix=*/10);
198 .toString(Str, /*Radix=*/10, Val.isSigned());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp187 Float.toString(Chars, Precision, 0);
201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width,
317 return OS << toString(D, E, Width, Precision);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp127 << " pipeline: " << toString(std::move(Err))
299 errs() << Arg0 << ": " << toString(std::move(Err)) << "\n";
326 errs() << Arg0 << ": " << toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp185 static std::string toString(const APFloat &FP) { function
233 O << ::toString(APFloat(float(Op.getFPImm())));
236 O << ::toString(APFloat(Op.getFPImm()));
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h24 std::string toString(const elf::Symbol &);
28 // Call the functions toCOFFString and toELFString, not just toString.
525 error("TLS attribute mismatch: " + toString(*this) + "\n>>> defined in " +
526 toString(newSym.file) + "\n>>> defined in " + toString(file));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp77 llvm::toString(host_thread.takeError()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp58 WithColor::error() << toString(CURanges.takeError()) << '\n';
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp78 "': " + llvm::toString(Executor.takeError()) + "\n",
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp42 std::string CmdLine = Cmd.toString();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h164 std::string toString() const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h89 inline std::string toString(const til::SExpr *E) { function in namespace:clang::threadSafety::sx
315 std::string toString() const { function in class:clang::threadSafety::CapabilityExpr
317 return "!" + sx::toString(CapExpr);
318 return sx::toString(CapExpr);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h45 << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h85 virtual void toString(std::string &str) const;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp396 toString(std::move(e)));
403 toString(std::move(e)));
691 std::string sourceStr = source ? toString(source) : "cmd-line";
693 existing.second ? toString(existing.second) : "cmd-line";
715 fatal(toString(std::move(ec)));
724 fatal(toString(f) + ": " + toString(std::move(ec)));
727 fatal(toString(std::move(ec)));
743 fatal("failed to write .res to COFF: " + toString(e.takeError()));
H A DMapFile.cpp81 os << indent16 << toString(*syms[i]);
H A DSymbols.cpp46 std::string toString(coff::Symbol &b) { function in namespace:lld
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp148 << llvm::toString(std::move(Err)) << "\n";
172 << llvm::toString(std::move(Err)) << "\n";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp176 << llvm::toString(std::move(Err)) << "\n";
226 << "'! " << llvm::toString(Change.takeError()) << "\n";
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java125 Character.toString(c) : optstr.substring(2)));
126 System.err.println(w.toString());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp119 static std::string toString(const clang::SanitizerSet &Sanitizers);
183 << toString(S);
479 << ("-fno-sanitize-trap=" + toString(S)) << TC.getTriple().str();
526 << Arg->getOption().getName() << toString(SetToDiagnose);
540 << Arg->getOption().getName() << toString(SetToDiagnose);
855 static std::string toString(const clang::SanitizerSet &Sanitizers) { function
950 CmdArgs.push_back(Args.MakeArgString("-fsanitize=" + toString(Sanitizers)));
954 toString(RecoverableSanitizers)));
958 Args.MakeArgString("-fsanitize-trap=" + toString(TrapSanitizers)));
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp124 error(toString(f) +
128 error(toString(f) +
250 ") against symbol " + toString(s));
H A DSPARCV9.cpp73 ") against symbol " + toString(s));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp369 << (Known.Zero | Known.One).toString(16, false) << "\n"
371 << Known.Zero.toString(16, false) << "\n"
373 << Known.One.toString(16, false) << "\n");
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp137 report_fatal_error(toString(PhdrRangeOrErr.takeError()));
184 reportWarning(toString(StrTabOrErr.takeError()), Filename);
195 report_fatal_error(toString(ProgramHeaderOrError.takeError()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp868 Handler.handleMutexHeldEndOfScope("mutex", toString(), loc(), JoinLoc,
876 Handler.handleDoubleLock(DiagKind, entry.toString(), loc(), entry.loc());
936 "mutex", sx::toString(UnderlyingMutex.getPointer()), loc(), JoinLoc,
986 Handler->handleDoubleLock(DiagKind, Cp.toString(), Fact->loc(), loc);
1002 Handler->handleUnmatchedUnlock(DiagKind, Cp.toString(), loc);
1299 Handler.handleNegativeNotHeld(DiagKind, Entry->toString(),
1300 NegC.toString(), Entry->loc());
1331 Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc);
1338 Handler.handleIncorrectUnlockKind(DiagKind, Cp.toString(), LDat->kind(),
1632 DiagKind, D->getNameAsString(), (!Cp).toString(), Lo
[all...]

Completed in 511 milliseconds

1234567891011>>