Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpRegisterValue.cpp34 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 Dformat_functions.h382 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()
587format_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 Dbacktrace.c85 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 Dmagic.h160 regex_t format_string; member
H A Dmagic-load.c182 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 Dformat38 …using format_string = // since C++23, exposition only before…
191 #include <__format/format_string.h>
H A DCMakeLists.txt317 __format/format_string.h
H A Dmodule.modulemap.in864 module format_string { private header "__format/format_string.h" }
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst518 ``format_string``, and ``wformat_string`` in C++23. Libc++ makes these types
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn392 "__format/format_string.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile406 __format/format_string.h \
/openbsd-src/gnu/llvm/clang/docs/
H A DDebuggingCoroutines.rst613 gdb.write(coro_frame.format_string(pretty_structs = True))
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64340 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.macppc339 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.loongson339 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.octeon339 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.arm64340 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.powerpc64338 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.armv7338 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.i386338 ./usr/include/c++/v1/__format/format_string.h
H A Dclang.sparc64339 ./usr/include/c++/v1/__format/format_string.h
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19993007 * varobj.c (format_string[]): Remove unused variable(s).