Searched defs:__front (Results 1 – 4 of 4) sorted by relevance
13 void *__front; member
21 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __… in __front() function in chrono::tzdb_list
60 const tzdb& __front() const noexcept { in __front() function
53 _Node* __front = __head_; in __pop_front() local