Home
last modified time | relevance | path

Searched defs:__name (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtime_zone_private.h27 …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 Dtime_zone_link.h42 …_LIBCPP_HIDE_FROM_ABI explicit time_zone_link(__private_constructor_tag, string_view __name, strin… in time_zone_link()
H A Dtzdb_list.h87 …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 Dtzdb.cpp514 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 Dtime_zone.cpp738 [[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 Dseq_file.h44 #define DEFINE_SHOW_ATTRIBUTE(__name) \ argument
/freebsd/sys/contrib/xen/io/
H A Dring.h109 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dwasm_simd128.h1686 #define __DEPRECATED_WASM_MACRO(__name, __replacement) \ argument
1690 #define __DEPRECATED_WASM_MACRO(__name, __replacement) argument
/freebsd/contrib/mandoc/
H A Droff.c167 #define PREDEF(__name, __str) \ argument