HomeSort by relevance Sort by last modified time
    Searched refs:isSentinel (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 97 bool isSentinel() const {
99 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
100 return node_base_type::isSentinel();
122 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 97 bool isSentinel() const {
99 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
100 return node_base_type::isSentinel();
122 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 100 bool isSentinel() const {
102 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
103 return node_base_type::isSentinel();
125 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 100 bool isSentinel() const {
102 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
103 return node_base_type::isSentinel();
125 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 100 bool isSentinel() const {
102 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
103 return node_base_type::isSentinel();
125 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 100 bool isSentinel() const {
102 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
103 return node_base_type::isSentinel();
125 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
ilist_node.h 100 bool isSentinel() const {
102 "Use ilist_sentinel_tracking<true> to enable isSentinel()");
103 return node_base_type::isSentinel();
125 /// isSentinel() function. The same option must be passed to the intrusive
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
47 bool isKnownSentinel() const { return isSentinel(); }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
53 bool isSentinel() const {
125 if (LHS.isSentinel() || RHS.isSentinel())
143 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
146 bool isSentinel() const {
197 if (LHS.isSentinel() || RHS.isSentinel())
  /external/skia/src/core/
SkRegionPriv.h 21 #define assert_sentinel(value, isSentinel) \
22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
  /external/skqp/src/core/
SkRegionPriv.h 21 #define assert_sentinel(value, isSentinel) \
22 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)

Completed in 435 milliseconds

1 2 3