Searched refs:__root (Results 1 – 4 of 4) 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 …]
85 algorithms taking a parameter named __root should assume that __root88 Each algorithm herein assumes that __root->__parent_ points to a non-null89 structure which has a member __left_ which points back to __root. No other90 member is read or written to at __root->__parent_.92 __root->__parent_ will be referred to below (in comments only) as end_node.93 end_node->__left_ is an externably accessible lvalue for __root, and can be97 __root, have a non-null __parent_ field.140 // Determines if the red black tree rooted at __root is a proper red black tree.141 // __root == nullptr is a proper tree. Returns true if __root is a proper144 _LIBCPP_HIDE_FROM_ABI bool __tree_invariant(_NodePtr __root) {[all …]
688 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in __init_tzdb() local689 ifstream __tzdata{__root / "tzdata.zi"}; in __init_tzdb()702 chrono::__parse_leap_seconds(__tzdb.leap_seconds, ifstream{__root / "leap-seconds.list"}); in __init_tzdb()817 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in remote_version() local818 ifstream __tzdata{__root / "tzdata.zi"}; in remote_version()