Searched refs:format_string (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/lang/mixed/ |
| H A D | TestMixedLanguages.py | 23 self.format_string, check=False) 30 self.format_string = m.group(1) 33 …format_string = "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}\`${function.name}{${f… 34 self.runCmd("settings set frame-format %s" % format_string) 36 substrs=[format_string])
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.fmt.string/ |
| H A D | types.compile.pass.cpp | 30 static_assert(std::same_as<std::format_string<>, std::basic_format_string<char>>); 31 static_assert(std::same_as<std::format_string<int>, std::basic_format_string<char, int>>); 32 static_assert(std::same_as<std::format_string<int, float>, std::basic_format_string<char, int, floa… 33 static_assert(std::same_as<std::format_string<int, float, void*>, std::basic_format_string<char, in…
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 31 StreamString format_string; in DumpRegisterValue() local 33 format_string.Printf("%%%us", reg_name_right_align_at); in DumpRegisterValue() 35 format_string.Printf("%%s"); in DumpRegisterValue() 36 std::string fmt = std::string(format_string.GetString()); in DumpRegisterValue()
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | TestSettings.py | 154 self.format_string, check=False) 164 self.format_string = m.group(1) 168 …format_string = "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}\`${function.name}{${f… 169 self.runCmd("settings set frame-format %s" % format_string) 173 substrs=[format_string])
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | format | 38 …using format_string = // since C++23, exposition only before… 157 #include <__format/format_string.h> 524 using format_string = basic_format_string<char, type_identity_t<_Args>...>; 569 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { 600 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT string format(format_string… 625 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&.… 648 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) { 700 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { 734 … format_string<_Args...> __fmt, 762 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> _… [all …]
|
| H A D | CMakeLists.txt | 294 __format/format_string.h
|
| H A D | module.modulemap.in | 647 module format_string { private header "__format/format_string.h" }
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | format_string.h | 66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
|
| H A D | filesystem_test_helper.h | 675 return format_string("filesystem error: in %s: %s%s", func_name, in check_libcxx_string() 678 return format_string("filesystem error: in %s: %s%s [%s]", func_name, in check_libcxx_string() 682 return format_string("filesystem error: in %s: %s%s [%s] [%s]", in check_libcxx_string()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
| H A D | increment.pass.cpp | 318 format_string("attempting recursion into \"%s\"", in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 95 format_string(const char* msg, ...) { in format_string() function
|
| H A D | operations.cpp | 678 return detail::format_string("filesystem error: %s", derived_what); in __create_what() 680 return detail::format_string("filesystem error: %s [" PATH_CSTR_FMT "]", in __create_what() 683 return detail::format_string("filesystem error: %s [" PATH_CSTR_FMT "] [" PATH_CSTR_FMT "]", in __create_what()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 355 "__format/format_string.h",
|