Home
last modified time | relevance | path

Searched refs:__front (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb_list.cpp21 …] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __impl_->__fr… in __front() function in chrono::tzdb_list
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_list_view.h53 _Node* __front = __head_; in __pop_front() local
59 return __front; in __pop_front()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const tzdb& front() const noexcept { return __front(); } in front()
68 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& __front() const noexcept;
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dposix_spawn_file_actions_t.h13 void *__front; member
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h60 const tzdb& __front() const noexcept { in __front() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Ddeque762 bool const __front = __place == __asan_front_moved;
782 size_t __new_edge_index = (__poisoning ^ __front) ? __beg : __end;
784 __map_const_iterator __old_edge_map = __front ? __old_c_end_map : __old_c_beg_map;
817 __new_edge = (__poisoning ^ __front) ? __mem_beg : __mem_end;
823 __old_edge = __front ? __old_end : __old_beg;
825 __old_edge = __front ? __mem_end : __mem_beg;
829 const void* __new_beg = __front ? __new_edge : __old_edge;
830 const void* __new_end = __front ? __old_edge : __new_edge;
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque953 bool const __front = __place == __asan_front_moved;
973 size_t __new_edge_index = (__poisoning ^ __front) ? __beg : __end;
975 __map_const_iterator __old_edge_map = __front ? __old_c_end_map : __old_c_beg_map;
1008 __new_edge = (__poisoning ^ __front) ? __mem_beg : __mem_end;
1014 __old_edge = __front ? __old_end : __old_beg;
1016 __old_edge = __front ? __mem_end : __mem_beg;
1020 const void* __new_beg = __front ? __new_edge : __old_edge;
1021 const void* __new_end = __front ? __old_edge : __new_edge;