OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSentinel
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRnglists.h
41
bool
isSentinel
() const { return EntryKind == dwarf::DW_RLE_end_of_list; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_node_base.h
45
bool
isSentinel
() const { return PrevAndSentinel.getInt(); }
46
bool isKnownSentinel() const { return
isSentinel
(); }
ilist_node.h
99
bool
isSentinel
() const {
101
"Use ilist_sentinel_tracking<true> to enable
isSentinel
()");
102
return node_base_type::
isSentinel
();
124
///
isSentinel
() function. The same option must be passed to the intrusive
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
425
static bool
isSentinel
(const DWARFDebugNames::AttributeEncoding &AE) {
433
static bool
isSentinel
(const DWARFDebugNames::Abbrev &Abbr) {
464
if (
isSentinel
(*AttrEncOr))
520
if (
isSentinel
(*AbbrevOr))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
101
assert((
isSentinel
() || canHandle(I)) && "Inst can't be handled!");
104
bool
isSentinel
() const {
331
if (LHS.
isSentinel
() || RHS.
isSentinel
())
432
assert(!Result || (LHS.
isSentinel
() && LHS.Inst == RHS.Inst) ||
449
assert((
isSentinel
() || canHandle(I)) && "Inst can't be handled!");
452
bool
isSentinel
() const {
499
if (LHS.
isSentinel
() || RHS.
isSentinel
())
Completed in 82 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026