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

  /external/chromium_org/third_party/skia/src/core/
SkRegionPriv.h 16 #define assert_sentinel(value, isSentinel) \
17 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 53 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
56 bool isSentinel() const {
149 if (LHS.isSentinel() || RHS.isSentinel())
201 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
204 bool isSentinel() const {
255 if (LHS.isSentinel() || RHS.isSentinel())
  /external/skia/src/core/
SkRegionPriv.h 16 #define assert_sentinel(value, isSentinel) \
17 SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel)

Completed in 1330 milliseconds