Home
last modified time | relevance | path

Searched refs:__root (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A D__tree90 algorithms taking a parameter named __root should assume that __root
93 Each algorithm herein assumes that __root->__parent_ points to a non-null
94 structure which has a member __left_ which points back to __root. No other
95 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 be
102 __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 proper
149 _LIBCPP_HIDE_FROM_ABI bool __tree_invariant(_NodePtr __root) {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp675 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in __init_tzdb() local
676 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() local
773 ifstream __tzdata{__root / "tzdata.zi"}; in remote_version()