Home
last modified time | relevance | path

Searched refs:format_string (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/mixed/
H A DTestMixedLanguages.py23 self.format_string, check=False)
30 self.format_string = m.group(1)
33format_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 Dtypes.compile.pass.cpp30 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 DDumpRegisterValue.cpp31 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 DTestSettings.py154 self.format_string, check=False)
164 self.format_string = m.group(1)
168format_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 Dformat38 …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) {
734format_string<_Args...> __fmt,
762 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> _…
[all …]
H A DCMakeLists.txt294 __format/format_string.h
H A Dmodule.modulemap.in647 module format_string { private header "__format/format_string.h" }
/llvm-project-15.0.7/libcxx/test/support/
H A Dformat_string.h66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
H A Dfilesystem_test_helper.h675 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 Dincrement.pass.cpp318 format_string("attempting recursion into \"%s\"", in TEST_CASE()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dfilesystem_common.h95 format_string(const char* msg, ...) { in format_string() function
H A Doperations.cpp678 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 DBUILD.gn355 "__format/format_string.h",