Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__tree92 algorithms taking a parameter named __root should assume that __root
148 // __root == nullptr is a proper tree. Returns true is __root is a proper
382 __root = __y;
2147 __root = static_cast<__node_pointer>(__root->__left_);
2149 __root = static_cast<__node_pointer>(__root->__right_);
2161 __root = static_cast<__node_pointer>(__root->__left_);
2163 __root = static_cast<__node_pointer>(__root->__right_);
2175 __root = static_cast<__node_pointer>(__root->__left_);
2177 __root = static_cast<__node_pointer>(__root->__right_);
2189 __root = static_cast<__node_pointer>(__root->__left_);
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dtz.cpp115 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in __make_tzdb() local
116 ifstream __tzdata{__root / "tzdata.zi"}; in __make_tzdb()
139 filesystem::path __root = chrono::__libcpp_tzdb_directory(); in remote_version() local
140 ifstream __tzdata{__root / "tzdata.zi"}; in remote_version()