Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h30 bool isKnownSentinel() const { return false; } in isKnownSentinel() function
45 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
/llvm-project/llvm/unittests/ADT/
H A DIListNodeBaseTest.cpp122 TEST(IListNodeBaseTest, isKnownSentinel) { in TEST() argument