Searched refs:ToFormat (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionArgParser.h | 34 static Status ToFormat(const char *s, lldb::Format &format,
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFormat.cpp | 41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
|
D | OptionArgParser.cpp | 78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
|
D | Property.cpp | 133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
|
/external/deqp-deps/amber/src/vkscript/ |
D | datum_type_parser_test.cc | 156 TEST_P(DatumTypeTestFormat, ToFormat) { in TEST_P() argument
|
/external/llvm-project/clang/unittests/Format/ |
D | FormatTest.cpp | 3657 const char *ToFormat = "" in TEST_F() local 3668 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 3684 const char *ToFormat = "" in TEST_F() local 3695 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 3709 const char *ToFormat = "" in TEST_F() local 3718 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 3792 const char *ToFormat = "void f() {\n" in TEST_F() local 3805 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F() 3822 const char *ToFormat = "void f() {\n" in TEST_F() local 3835 EXPECT_EQ(Expected, format(ToFormat, Style)); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | DynamicRegisterInfo.cpp | 293 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 513 if (OptionArgParser::ToFormat(value.str().c_str(), format, nullptr) in BuildDynamicRegisterInfo() 4348 if (OptionArgParser::ToFormat(value.data(), format, nullptr) in ParseRegisters()
|