Searched defs:is_left_child (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | ||
H A D | LibCxxMap.cpp | 173 bool is_left_child(const MapEntry &x) { in is_left_child() function in MapIterator |
/llvm-project/libcxx/utils/gdb/libcxx/ | ||
H A D | printers.py | 634 def is_left_child(self, node): global() member in RBTreeUtils |