Home
last modified time | relevance | path

Searched defs:is_left_child (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp173 bool is_left_child(const MapEntry &x) { in is_left_child() function in MapIterator
/llvm-project/libcxx/utils/gdb/libcxx/
H A Dprinters.py634 def is_left_child(self, node): global() member in RBTreeUtils