OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:issentinel
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRegionPriv.h
16
#define assert_sentinel(value,
isSentinel
) \
17
SkASSERT(((value) == SkRegion::kRunTypeSentinel) ==
isSentinel
)
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
52
assert((
isSentinel
() || canHandle(I)) && "Inst can't be handled!");
55
bool
isSentinel
() const {
127
if (LHS.
isSentinel
() || RHS.
isSentinel
())
145
assert((
isSentinel
() || canHandle(I)) && "Inst can't be handled!");
148
bool
isSentinel
() const {
199
if (LHS.
isSentinel
() || RHS.
isSentinel
())
Completed in 473 milliseconds