Searched refs:isSentinel (Results 1 – 16 of 16) sorted by relevance
50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()53 bool isSentinel() const { in isSentinel() function125 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()143 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()146 bool isSentinel() const { in isSentinel() function197 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
30 EXPECT_FALSE(TA.isSentinel()); in TEST()86 EXPECT_FALSE(TA.isSentinel()); in TEST()92 EXPECT_FALSE(TA.isSentinel()); in TEST()95 EXPECT_TRUE(TA.isSentinel()); in TEST()
48 EXPECT_TRUE(TS.isSentinel()); in TEST()60 EXPECT_FALSE(TN.isSentinel()); in TEST()
46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
97 bool isSentinel() const { in isSentinel() function100 return node_base_type::isSentinel(); in isSentinel()
163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
100 bool isSentinel() const { in isSentinel() function103 return node_base_type::isSentinel(); in isSentinel()
177 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()61 bool isSentinel() const { in isSentinel() function142 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() function231 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
88 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()91 bool isSentinel() const { in isSentinel() function195 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()260 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()263 bool isSentinel() const { in isSentinel() function309 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
39 #define assert_sentinel(value, isSentinel) \ argument40 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
39 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
224 if (Entry.isSentinel()) in extract()
419 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function427 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function458 if (isSentinel(*AttrEncOr)) in extractAttributeEncodings()514 if (isSentinel(*AbbrevOr)) in extract()