Home
last modified time | relevance | path

Searched defs:__loc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/include/__memory/
H A Dconstruct_at.h65 _LIBCPP_ASSERT_NON_NULL(__loc != nullptr, "null pointer given to destroy_at"); in __destroy_at() argument
72 _LIBCPP_ASSERT_NON_NULL(__loc != nullptr, "null pointer given to destroy_at"); in __destroy_at() argument
99 std::__destroy_at(__loc); in destroy_at() argument
105 destroy_at(_Tp * __loc) destroy_at() argument
[all...]
H A Duninitialized_algorithms.h404 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc) __allocator_construct_at_multidimensional() argument
440 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument
/llvm-project/libcxx/include/__format/
H A Dformat_functions.h557 return std::__vformat_to(std::move(__out_it), std::move(__loc), __fmt, __args); in vformat_to() argument
564 return std::__vformat_to(std::move(__out_it), std::move(__loc), __fmt, __args); in vformat_to() argument
571 return std::vformat_to(std::move(__out_it), std::move(__loc), __fmt.get(), std::make_format_args(__args...)); in format_to() argument
578 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
587 vformat(locale __loc,string_view __fmt,format_args __args) vformat() argument
598 vformat(locale __loc,wstring_view __fmt,wformat_args __args) vformat() argument
607 format(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format() argument
614 format(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
623 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
635 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
643 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
650 __vformatted_size(locale __loc,basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
660 formatted_size(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
667 formatted_size(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
[all...]
/llvm-project/libcxx/src/
H A Dstd_stream.h84 void __stdinbuf<_CharT>::imbue(const locale& __loc) { in imbue() argument
377 void __stdoutbuf<_CharT>::imbue(const locale& __loc) { in imbue() argument
H A Dlocale.cpp3960 checked_string_to_char_convert(char & dest,const char * ptr,locale_t __loc) checked_string_to_char_convert() argument
/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp19 source_location __loc; in current() local
/llvm-project/clang/test/SemaCXX/
H A Dsource_location.cpp34 source_location __loc; in current() local