| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 34 StreamString format_string; in DumpRegisterValue() local 36 format_string.Printf("%%%us", reg_name_right_align_at); in DumpRegisterValue() 38 format_string.Printf("%%s"); in DumpRegisterValue() 39 std::string fmt = std::string(format_string.GetString()); in DumpRegisterValue()
|
| /openbsd-src/gnu/llvm/libcxx/include/__format/ |
| H A D | format_functions.h | 382 using format_string = basic_format_string<char, type_identity_t<_Args>...>; variable 424 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 455 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT string format(format_string… in format() 480 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&.… in format_to_n() 503 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() 553 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 587 … format_string<_Args...> __fmt, in format() 615 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> _… in format_to_n() 642 formatted_size(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
|
| /openbsd-src/gnu/lib/libexecinfo/ |
| H A D | backtrace.c | 85 format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() function 142 return format_string(buf, bufsiz, offs, fmt, &dli, addr); in format_address()
|
| /openbsd-src/usr.bin/file/ |
| H A D | magic.h | 160 regex_t format_string; member
|
| H A D | magic-load.c | 182 if (magic_make_pattern(ml, "string", &ml->root->format_string, in magic_set_result() 189 re = &ml->root->format_string; in magic_set_result() 265 re = &ml->root->format_string; in magic_set_result()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | format | 38 …using format_string = // since C++23, exposition only before… 191 #include <__format/format_string.h>
|
| H A D | CMakeLists.txt | 317 __format/format_string.h
|
| H A D | module.modulemap.in | 864 module format_string { private header "__format/format_string.h" }
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 518 ``format_string``, and ``wformat_string`` in C++23. Libc++ makes these types
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 392 "__format/format_string.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 406 __format/format_string.h \
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | DebuggingCoroutines.rst | 613 gdb.write(coro_frame.format_string(pretty_structs = True))
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 340 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.macppc | 339 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.loongson | 339 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.octeon | 339 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.arm64 | 340 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.powerpc64 | 338 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.armv7 | 338 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.i386 | 338 ./usr/include/c++/v1/__format/format_string.h
|
| H A D | clang.sparc64 | 339 ./usr/include/c++/v1/__format/format_string.h
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1999 | 3007 * varobj.c (format_string[]): Remove unused variable(s).
|