Searched refs:to_string (Results 51 - 75 of 94) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp291 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx)));
293 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx)));
/freebsd-12-stable/contrib/libucl/include/
H A Ducl++.h76 auto nstr = std::to_string (elt);
86 auto nstr = std::to_string (elt);
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp755 Builder.PrintFatalError("Modifier value '" + std::to_string(Idx) +
757 std::to_string(ModifierMappings->size()) +
986 void addInt(int Val) { Result += std::to_string(Val); }
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp27 msg += ":" + to_string(__line_) + ": _LIBCPP_ASSERT '";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp351 sys::path::append(DwoFile, std::to_string(Task) + ".dwo");
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h109 GUIDBuf = std::to_string(Function::getGUID(Name));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp310 /* Suffix */ "cold." + std::to_string(Count));
H A DAttributor.cpp1119 (isValidState() ? std::to_string(getNumReturnValues()) : "?") +
1120 ")[#UC: " + std::to_string(UnresolvedCalls.size()) + "]";
2797 return "Live[#BB " + std::to_string(AssumedLiveBlocks.size()) + "/" +
2798 std::to_string(getAssociatedFunction()->size()) + "][#TBEP " +
2799 std::to_string(ToBeExploredFrom.size()) + "][#KDE " +
2800 std::to_string(KnownDeadEnds.size()) + "]";
3250 std::to_string(getKnownDereferenceableBytes()) + "-" +
3251 std::to_string(getAssumedDereferenceableBytes()) + ">";
3518 return getAssumedAlign() ? ("align<" + std::to_string(getKnownAlign()) +
3519 "-" + std::to_string(getAssumedAlig
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp432 oso_file.GetPath().c_str(), llvm::to_string(oso_mod_time).c_str(),
433 llvm::to_string(comp_unit_info->oso_mod_time).c_str());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp655 auto GUID = std::to_string(MD5Hash(Name));
717 NameTable.push_back(std::to_string(*FID));
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp656 fatal("unknown comdat type " + std::to_string((int)def->Selection) +
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp395 llvm::to_string(Major),
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp227 std::string Log = "fuzz-" + std::to_string(C) + ".log";
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h58 return "[index " + std::to_string(Sec - &TableOrErr->front()) + "]";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp832 Fn->addFnAttr("patchable-function-entry", std::to_string(Count - Offset));
834 Fn->addFnAttr("patchable-function-prefix", std::to_string(Offset));
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp305 return info->FileName + ":" + std::to_string(info->Line) + ":(" +
H A DInputFiles.cpp226 std::string lineno = ":" + std::to_string(line);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp558 Child.second->print(Writer, to_string(Child.first));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1067 debugserver_args.AppendArgument(llvm::to_string(write));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp873 std::string ModifiedTimeStr = to_string(ModifiedTime);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp764 s.PutCString(llvm::to_string(op.m_immediate));
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1810 return std::to_string(toTargetAddressSpace(AS));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp616 Name = Name + "_" + std::to_string(Size);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1172 std::to_string(FuncInfo.FunctionHash);

Completed in 210 milliseconds

1234