Searched refs:to_string (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp53 result.append(std::to_string(m_completion.size()));
55 result.append(std::to_string(static_cast<int>(m_mode)));
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp286 set_md_var("descr", "Tests the to_string function");
332 ATF_TEST_CASE(to_string); variable
333 ATF_TEST_CASE_HEAD(to_string)
335 set_md_var("descr", "Tests the to_string function");
337 ATF_TEST_CASE_BODY(to_string)
339 using atf::text::to_string;
341 ATF_REQUIRE_EQ(to_string('a'), "a");
342 ATF_REQUIRE_EQ(to_string("a"), "a");
343 ATF_REQUIRE_EQ(to_string(5), "5");
384 ATF_ADD_TEST_CASE(tcs, to_string);
[all...]
H A Dtext.hpp121 to_string(const T& ob) function in namespace:atf::text
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp346 // to_string
435 string to_string (int val) { return i_to_string< string>(val); } function
436 string to_string (long val) { return i_to_string< string>(val); } function
437 string to_string (long long val) { return i_to_string< string>(val); } function
438 string to_string (unsigned val) { return i_to_string< string>(val); } function
439 string to_string (unsigned long val) { return i_to_string< string>(val); } function
440 string to_string (unsigned long long val) { return i_to_string< string>(val); } function
450 string to_string (float val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } function
451 string to_string (double val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } function
452 string to_string (lon function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp686 << std::to_string(OpNo) + ").getReg() == MI.getOperand("
687 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx)
699 << "(MI.getOperand(" + std::to_string(OpNo) + ").isImm()) &&\n" +
700 " (MI.getOperand(" + std::to_string(OpNo) +
702 std::to_string(SourceOperandMap[OpNo].Data.Imm) + ") &&\n";
706 CondStream.indent(6) << "(MI.getOperand(" + std::to_string(OpNo) +
735 std::to_string(OpIdx) + ").getReg())) &&\n";
739 std::to_string(OpIdx) + "));\n";
746 "MI.getOperand(" + std::to_string(OpIdx) +
747 "), STI, " + std::to_string(Entr
[all...]
H A DGICombinerEmitter.cpp330 return insertStrTab(to_string(
339 return insertStrTab(to_string(
372 llvm::to_string(llvm::format("MatchData%" PRIu64, ID)));
543 PrintNote("in " + to_string(*NameAndDefOp.N) + " created from " +
544 to_string(*NameAndDefOp.Matcher) + "");
688 PrintNote("Node " + to_string(*E->getFromMI()));
689 PrintNote("Node " + to_string(*E->getToMI()));
690 PrintNote("Edge " + to_string(*E));
751 "MIs[" + to_string(VarBinding.getInstrID()) + "]");
754 "MIs[" + to_string(VarBindin
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp38 return Reg.getName() + "__" + std::to_string(Counter);
120 return std::to_string(HashMI).substr(0, 5);
131 std::string Prefix = "bb" + std::to_string(CurrentBBNumber) + "_";
/freebsd-11-stable/contrib/libucl/lua/
H A Dtest.lua16 -- Input to to_value matches the output of to_string:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp94 llvm::to_string(::getpid());
96 llvm::to_string(::GetCurrentProcessId());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h57 name.append(std::to_string(m_next_user_file_id++));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp354 return std::string("inst: ") + std::to_string(FS->instCount()) +
359 return std::string("@") + std::to_string(Id);
385 auto StrId = std::to_string(Id);
420 return ModId == (uint64_t)-1 ? std::to_string(Id)
421 : std::string("M") + std::to_string(ModId) +
422 "_" + std::to_string(Id);
455 OS << " subgraph cluster_" << std::to_string(ModId) << " {\n";
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp127 Cmd.addFlag("max_total_time", std::to_string(std::min((size_t)300, JobId)));
149 DirPlusFile(TempDir, std::to_string(JobId) + ".seeds");
153 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log");
154 Job->CorpusDir = DirPlusFile(TempDir, "C" + std::to_string(JobId));
155 Job->FeaturesDir = DirPlusFile(TempDir, "F" + std::to_string(JobId));
156 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge");
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp44 GroupsArg.push_back("LLDB_OPT_SET_" + std::to_string(Group));
51 GroupsArg.push_back("LLDB_OPT_SET_" + std::to_string(i));
H A DLLDBPropertyDefEmitter.cpp77 OS << std::to_string(Property->getValueAsInt("DefaultUnsignedValue"));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp107 const std::string TotalNumStr = std::to_string(Files.size());
122 Log("[" + std::to_string(Count()) + "/" + TotalNumStr +
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp169 report_fatal_error("line " + std::to_string(DL.getLine()) +
/freebsd-11-stable/bin/expr/
H A Dexpr.y74 void to_string(struct val *);
186 to_string(struct val *vp)
340 to_string(a);
341 to_string(b);
537 to_string(a);
538 to_string(b);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp118 return (local_port != 0) ? llvm::to_string(local_port) : "";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h72 Features["ptx" + std::to_string(PTXVersion)] = true;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp87 : llvm::to_string(R.FuncId),
250 : llvm::to_string(FuncId)),
258 : llvm::to_string(FuncId)),
350 : llvm::to_string(map_iter.second->FuncId)));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp196 FinalFilename += std::string(".") + std::to_string(i);
201 FinalFilename += std::string(".") + std::to_string(i);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp495 Aux.Name = "<invalid vda_name: " + to_string(Verdaux->vda_name) + ">";
605 VN.File = "<corrupt vn_file: " + to_string(Verneed->vn_file) + ">";
1641 return std::string("<unknown>: ") + to_string(format_hex(Type, 1));
3022 return to_string(ElfHeader->e_shnum);
3027 return "0 (" + to_string(Arr[0].sh_size) + ")";
3035 return to_string(ElfHeader->e_shstrndx);
3040 return to_string(ElfHeader->e_shstrndx) + " (" + to_string(Arr[0].sh_link) +
3066 "ABI Version:", std::to_string(e->e_ident[ELF::EI_ABIVERSION]));
3075 Str = to_string(
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1019 to_string() const function in class:bitset
1027 // 434. bitset::to_string() hard to use.
1030 to_string() const function in class:bitset
1031 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
1036 to_string() const function in class:bitset
1038 return to_string<_CharT, std::char_traits<_CharT>,
1043 to_string() const function in class:bitset
1045 return to_string<char, std::char_traits<char>,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp45 Diagnostic += " (expected an integer in the range " + std::to_string(Min) +
46 " to " + std::to_string(Max) + ")";
64 std::to_string(Max) + ")";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp107 Name += to_string(Var.Line);

Completed in 196 milliseconds

1234