Searched defs:__name (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
H A D | time_zone_private.h | 27 …explicit _LIBCPP_HIDE_FROM_ABI __impl(string&& __name, const __tz::__rules_storage_type& __rules_d… in __impl() 30 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI string_view __name() const noexcept { return __name_; } in __name() function
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | time_zone_link.h | 42 …_LIBCPP_HIDE_FROM_ABI explicit time_zone_link(__private_constructor_tag, string_view __name, strin… in time_zone_link()
|
H A D | tzdb_list.h | 87 …P_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* locate_zone(string_view __name) { in locate_zone()
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 514 static __tz::__rule& __create_entry(__tz::__rules_storage_type& __rules, const string& __name) { in __create_entry() 537 string __name = chrono::__parse_string(__input); in __parse_rule() local 580 string __name = chrono::__parse_string(__input); in __parse_link() local 739 string __name = filesystem::relative(__tz, "/usr/share/zoneinfo/"); in __current_zone_posix() local
|
H A D | time_zone.cpp | 738 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI string_view time_zone::__name() const noexcept { return __i… in __name() function in chrono::time_zone
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seq_file.h | 44 #define DEFINE_SHOW_ATTRIBUTE(__name) \ argument
|
/freebsd/sys/contrib/xen/io/ |
H A D | ring.h | 109 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 1686 #define __DEPRECATED_WASM_MACRO(__name, __replacement) \ argument 1690 #define __DEPRECATED_WASM_MACRO(__name, __replacement) argument
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 167 #define PREDEF(__name, __str) \ argument
|