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

123456

/freebsd-13-stable/contrib/kyua/engine/
H A Dconfig.hpp54 std::string to_string(void) const;
H A Dkyuafile.cpp425 const std::string interface = state.to_string(state.upvalue_index(1));
454 const fs::path path(state.to_string(-1));
463 test_suite = state.to_string(-1);
477 const std::string property = state.to_string(-2);
486 value = state.to_string(-1);
545 fs::path(state.to_string(-1)), *user_config, *scheduler_handle);
569 if (!state.is_string(-2) || state.to_string(-2) != "kyuafile")
590 parser::get_from_state(state)->callback_test_suite(state.to_string(-1));
H A Dconfig.cpp164 passwd::find_user_by_name(state.to_string(-1)));
205 engine::user_node::to_string(void) const function in class:engine::user_node
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dlua_module.cpp86 const std::string field = state.to_string(field_index);
94 tree_key = state.to_string(-1) + "." + state.to_string(field_index - 1);
97 tree_key = state.to_string(field_index);
173 state.push_string("_" + state.to_string(-2));
203 state.push_string("_" + state.to_string(-1));
227 state.push_string("_" + state.to_string(-1));
H A Dnodes.hpp109 virtual std::string to_string(void) const = 0;
157 std::string to_string(void) const;
235 std::string to_string(void) const;
H A Dnodes_test.cpp183 ATF_REQUIRE_EQ("false", node.to_string());
185 ATF_REQUIRE_EQ("true", node.to_string());
293 ATF_REQUIRE_EQ("89", node.to_string());
295 ATF_REQUIRE_EQ("-57", node.to_string());
412 ATF_REQUIRE_EQ("89", node.to_string());
461 ATF_REQUIRE_EQ("some message", state.to_string(-1));
511 ATF_REQUIRE_EQ("", node.to_string());
513 ATF_REQUIRE_EQ("aaa", node.to_string());
595 ATF_REQUIRE_EQ("first second", node.to_string());
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp46 return ("invalid relocation at offset " + std::to_string(rel.r_address) +
60 std::to_string(rel.r_type) + " must have r_length of ";
66 msg += std::to_string(length);
89 std::to_string(rel.r_type) + " must be pcrel");
95 std::to_string(rel.r_type) + " must not be pcrel");
99 error("TODO: Unhandled relocation type " + std::to_string(rel.r_type));
243 fatal("TODO: handle relocation type " + std::to_string(r.type));
268 fatal("TODO: handle relocation type " + std::to_string(type));
/freebsd-13-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-13-stable/contrib/lutok/examples/
H A Draii.cpp97 std::cout << "String in field " << field << ": " << state.to_string(-1)
/freebsd-13-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-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp351 // to_string
440 string to_string (int val) { return i_to_string< string>(val); } function
441 string to_string (long val) { return i_to_string< string>(val); } function
442 string to_string (long long val) { return i_to_string< string>(val); } function
443 string to_string (unsigned val) { return i_to_string< string>(val); } function
444 string to_string (unsigned long val) { return i_to_string< string>(val); } function
445 string to_string (unsigned long long val) { return i_to_string< string>(val); } function
455 string to_string (float val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } function
456 string to_string (double val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } function
457 string to_string (lon function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp717 << std::to_string(OpNo) + ").getReg() == MI.getOperand("
718 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx)
730 << "(MI.getOperand(" + std::to_string(OpNo) + ").isImm()) &&\n" +
731 " (MI.getOperand(" + std::to_string(OpNo) +
733 std::to_string(SourceOperandMap[OpNo].Data.Imm) + ") &&\n";
737 CondStream.indent(6) << "(MI.getOperand(" + std::to_string(OpNo) +
766 std::to_string(OpIdx) + ").getReg())) &&\n";
770 std::to_string(OpIdx) + "));\n";
777 "MI.getOperand(" + std::to_string(OpIdx) +
778 "), STI, " + std::to_string(Entr
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp40 return Reg.getName() + "__" + std::to_string(Counter);
122 return std::to_string(HashMI).substr(0, 5);
133 std::string Prefix = "bb" + std::to_string(CurrentBBNumber) + "_";
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Dlua_module_test.cpp67 ATF_REQUIRE_EQ("file_foobar", state.to_string(-1));
95 ATF_REQUIRE_EQ("/my/test", state.to_string(-1));
204 ATF_REQUIRE_EQ(". ..", state.to_string(-1));
228 ATF_REQUIRE_EQ(". .. file1 file2", state.to_string(-1));
253 ATF_REQUIRE_EQ(". .. file1 file2", state.to_string(-1));
320 ATF_REQUIRE_EQ("/a/b/c/d", state.to_string(-1));
H A Dlua_module.cpp76 return fs::path(state.to_string(-1)) / path;
96 return fs::path(state.to_string(index));
/freebsd-13-stable/contrib/kyua/admin/
H A Dcheck-api-docs.awk51 /utils\/config\/nodes\.hpp.*Member to_string\(void\)/ {next}
/freebsd-13-stable/contrib/libucl/lua/
H A Dtest.lua16 -- Input to to_value matches the output of to_string:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp33 size_t NumWidth = std::to_string(DebugSec.getValue()).size();
65 auto NumBytes = std::to_string(DebugSec.getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp113 std::string GVName = BaseName + std::to_string(Count) + "$" +
114 std::to_string(Reloc);
/freebsd-13-stable/contrib/lutok/
H A Dstate.hpp138 std::string to_string(const int);
/freebsd-13-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-13-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));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp108 const std::string TotalNumStr = std::to_string(Files.size());
122 Log("[" + std::to_string(Count()) + "/" + TotalNumStr +
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h60 name.append(std::to_string(m_next_user_file_id++));

Completed in 170 milliseconds

123456