Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListNodeBaseTest.cpp69 TEST(IListNodeBaseTest, isKnownSentinel) { in TEST() argument