Searched refs:toString (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3532 return failedImport(toString(std::move(Error)) +
3869 return failedImport(toString(std::move(Error)) + " for Src operand (" +
4637 toString(std::move(Err)) + ")");
4640 toString(std::move(Err)) + ")");
5126 "Skipped pattern: " + toString(std::move(Err)));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp612 report_fatal_error(toString(RelSecOrErr.takeError()));
1882 toString(RelSecOrErr.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp806 result.AppendError(llvm::toString(outfile.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp871 llvm::toString(std::move(error)).c_str());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1321 APF.toString(StrVal, 6, 0, false);
1621 void printDwarfEnum(StringRef Name, IntTy Value, Stringifier toString,
1756 Stringifier toString, bool ShouldSkipZero) {
1761 auto S = toString(Value);
1755 printDwarfEnum(StringRef Name, IntTy Value, Stringifier toString, bool ShouldSkipZero) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1048 return (message + llvm::toString(backtrace.takeError()));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp292 error.SetErrorString(llvm::toString(std::move(err)));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp43 return cast<IntegerLiteral>(CE)->getValue().toString(10, true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp171 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp728 Z3Expr(Context, Z3_mk_numeral(Context.Context, Int.toString(10).c_str(),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp551 Constant.Value.toString(10));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp416 return toString(Result.takeError());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1891 section->GetName().AsCString(), llvm::toString(std::move(err)).c_str());
3336 llvm::toString(Decompressor.takeError()).c_str());
3349 llvm::toString(std::move(error)).c_str());
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js90 toString = Object.prototype.toString,
514 class2type[ toString.call(obj) ] || "object";
682 text.toString().replace( trimLeft, "" ).replace( trimRight, "" );
3925 toString = Object.prototype.toString,
4057 if ( toString.call(checkSet) === "[object Array]" ) {
4847 if ( toString.call(array) === "[object Array]" ) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5988 << Oversized.toString(10);
15963 << FieldName << Value.toString(10);
15965 << Value.toString(10);
16212 << Oversized.toString(10);
17119 << EnumVal.toString(10) << Val->getSourceRange()
17177 << EnumVal.toString(10)
17181 << EnumVal.toString(10);
17205 << EnumVal.toString(10) << 1;
17457 << FirstECD << FirstECD->getInitVal().toString(10)
17464 << ECD << ECD->getInitVal().toString(1
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1601 std::string HexString = AI.toString(16, /*Signed=*/false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1292 dbgs() << "MCSymbol: " << toString(WS.getType()) << " '" << S << "'"
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1926 llvm::toString(expected_size.takeError()).c_str());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp546 return idn->toString();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h121 auto Trunc = Value.trunc(Result.bitWidth()).toString(10);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1132 OS << Node->getValue().toString(10, isSigned);
1176 Node->getValue().toString(Str);
1820 OS << Int->getValue().toString(10, /*isSigned*/false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1081 << PluginFN << toString(PassPlugin.takeError());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp672 CI->getValue().toString(Idx);
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp867 i.toString(s, 16, true, true);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1411 errs() << toString(std::move(E)) << "\n";

Completed in 690 milliseconds

1234567891011>>