Home
last modified time | relevance | path

Searched defs:isSentinel (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRnglists.h42 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRnglists.h42 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
Dilist_node.h97 bool isSentinel() const { in isSentinel() function
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
Dilist_node.h99 bool isSentinel() const { in isSentinel() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
Dilist_node.h99 bool isSentinel() const { in isSentinel() function
/external/skia/src/core/
DSkRegionPriv.h39 #define assert_sentinel(value, isSentinel) \ argument
/external/skqp/src/core/
DSkRegionPriv.h39 #define assert_sentinel(value, isSentinel) \ argument
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp61 bool isSentinel() const { in isSentinel() function
190 bool isSentinel() const { in isSentinel() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp419 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
427 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp425 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
433 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp103 bool isSentinel() const { in isSentinel() function
416 bool isSentinel() const { in isSentinel() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp105 bool isSentinel() const { in isSentinel() function
418 bool isSentinel() const { in isSentinel() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1187 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function