Searched refs:ToFormat (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 34 static Status ToFormat(const char *s, lldb::Format &format,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueFormat.cpp | 41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
|
| H A D | OptionArgParser.cpp | 78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
|
| H A D | Property.cpp | 133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTest.cpp | 5556 const char *ToFormat = "" in TEST_F() local 5567 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 5583 const char *ToFormat = "" in TEST_F() local 5594 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 5608 const char *ToFormat = "" in TEST_F() local 5617 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 5691 const char *ToFormat = "void f() {\n" in TEST_F() local 5704 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 5721 const char *ToFormat = "void f() {\n" in TEST_F() local 5734 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 278 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 473 if (!OptionArgParser::ToFormat(value.str().c_str(), reg_info.format, nullptr) in BuildDynamicRegisterInfo() 4112 if (!OptionArgParser::ToFormat(value.data(), reg_info.format, in ParseRegisters()
|