reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
102 return node_base_type::isSentinel();
include/llvm/ADT/ilist_node_base.h 46 bool isKnownSentinel() const { return isSentinel(); }
unittests/ADT/IListNodeBaseTest.cpp29 EXPECT_FALSE(TA.isSentinel()); 85 EXPECT_FALSE(TA.isSentinel()); 91 EXPECT_FALSE(TA.isSentinel()); 94 EXPECT_TRUE(TA.isSentinel());