/external/llvm-project/llvm/unittests/ADT/ |
D | IListNodeBaseTest.cpp | 29 EXPECT_FALSE(TA.isSentinel()); in TEST() 85 EXPECT_FALSE(TA.isSentinel()); in TEST() 91 EXPECT_FALSE(TA.isSentinel()); in TEST() 94 EXPECT_TRUE(TA.isSentinel()); in TEST()
|
D | IListSentinelTest.cpp | 47 EXPECT_TRUE(TS.isSentinel()); in TEST() 59 EXPECT_FALSE(TN.isSentinel()); in TEST()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ilist_node_base.h | 45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function 46 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
|
D | ilist_node.h | 99 bool isSentinel() const { in isSentinel() function 102 return node_base_type::isSentinel(); in isSentinel()
|
D | ilist_iterator.h | 175 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_node_base.h | 45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function 46 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
|
D | ilist_node.h | 99 bool isSentinel() const { in isSentinel() function 102 return node_base_type::isSentinel(); in isSentinel()
|
D | ilist_iterator.h | 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node_base.h | 46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function 47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
|
D | ilist_node.h | 97 bool isSentinel() const { in isSentinel() function 100 return node_base_type::isSentinel(); in isSentinel()
|
D | ilist_iterator.h | 163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue() 61 bool isSentinel() const { in isSentinel() function 142 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual() 187 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue() 190 bool isSentinel() const { in isSentinel() function 231 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 100 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue() 103 bool isSentinel() const { in isSentinel() function 306 if (LHS.isSentinel() || RHS.isSentinel()) in isEqualImpl() 396 assert(!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || in isEqual() 413 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue() 416 bool isSentinel() const { in isSentinel() function 462 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
|
/external/skia/src/core/ |
D | SkRegionPriv.h | 39 #define assert_sentinel(value, isSentinel) \ argument 40 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
|
/external/skqp/src/core/ |
D | SkRegionPriv.h | 39 #define assert_sentinel(value, isSentinel) \ argument 40 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.h | 42 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
|
D | DWARFListTable.h | 232 if (Entry.isSentinel()) in extract()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.h | 42 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
|
D | DWARFListTable.h | 239 if (Entry.isSentinel()) in extract()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 102 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue() 105 bool isSentinel() const { in isSentinel() function 304 if (LHS.isSentinel() || RHS.isSentinel()) in isEqualImpl() 398 assert(!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || in isEqual() 415 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue() 418 bool isSentinel() const { in isSentinel() function 472 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 419 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function 427 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function 458 if (isSentinel(*AttrEncOr)) in extractAttributeEncodings() 513 if (isSentinel(*AbbrevOr)) in extract()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 425 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function 433 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function 464 if (isSentinel(*AttrEncOr)) in extractAttributeEncodings() 520 if (isSentinel(*AbbrevOr)) in extract()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1187 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function 1215 if (isSentinel(LHS) || isSentinel(RHS)) in EliminateDuplicatePHINodesSetBasedImpl() 1224 assert(!Result || (isSentinel(LHS) && LHS == RHS) || in EliminateDuplicatePHINodesSetBasedImpl()
|