Searched refs:__root (Results 1 – 3 of 3) sorted by relevance
90 algorithms taking a parameter named __root should assume that __root93 Each algorithm herein assumes that __root->__parent_ points to a non-null94 structure which has a member __left_ which points back to __root. No other95 member is read or written to at __root->__parent_.97 __root->__parent_ will be referred to below (in comments only) as end_node.98 end_node->__left_ is an externably accessible lvalue for __root, and can be102 __root, have a non-null __parent_ field.145 // Determines if the red black tree rooted at __root is a proper red black tree.146 // __root == nullptr is a proper tree. Returns true is __root is a proper149 _LIBCPP_HIDE_FROM_ABI bool __tree_invariant(_NodePtr __root) {[all …]
675 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in __init_tzdb() local676 ifstream __tzdata{__root / "tzdata.zi"}; in __init_tzdb()689 chrono::__parse_leap_seconds(__tzdb.leap_seconds, ifstream{__root / "leap-seconds.list"}); in __init_tzdb()772 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in remote_version() local773 ifstream __tzdata{__root / "tzdata.zi"}; in remote_version()