Home
last modified time | relevance | path

Searched refs:ToFormat (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h34 static Status ToFormat(const char *s, lldb::Format &format,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFormat.cpp41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
H A DOptionArgParser.cpp78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
H A DProperty.cpp133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp5556 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 DDynamicRegisterInfo.cpp278 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 DProcessGDBRemote.cpp473 if (!OptionArgParser::ToFormat(value.str().c_str(), reg_info.format, nullptr) in BuildDynamicRegisterInfo()
4112 if (!OptionArgParser::ToFormat(value.data(), reg_info.format, in ParseRegisters()