Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionArgParser.h34 static Status ToFormat(const char *s, lldb::Format &format,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueFormat.cpp41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
DOptionArgParser.cpp78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
DProperty.cpp133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
/external/deqp-deps/amber/src/vkscript/
Ddatum_type_parser_test.cc156 TEST_P(DatumTypeTestFormat, ToFormat) { in TEST_P() argument
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp3657 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/
DDynamicRegisterInfo.cpp293 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp513 if (OptionArgParser::ToFormat(value.str().c_str(), format, nullptr) in BuildDynamicRegisterInfo()
4348 if (OptionArgParser::ToFormat(value.data(), format, nullptr) in ParseRegisters()