Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
Dilist_node_base.h31 bool isKnownSentinel() const { return false; } in isKnownSentinel() function
46 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_base.h31 bool isKnownSentinel() const { return false; } in isKnownSentinel() function
46 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_base.h32 bool isKnownSentinel() const { return false; } in isKnownSentinel() function
47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel() function
/external/llvm-project/llvm/unittests/ADT/
DIListNodeBaseTest.cpp68 TEST(IListNodeBaseTest, isKnownSentinel) { in TEST() argument