Searched defs:empty (Results 51 - 75 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h103 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
H A DPriorityWorklist.h68 bool empty() const { function in class:llvm::PriorityWorklist
[all...]
H A DSparseSet.h183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
H A Dilist_node.h248 bool empty() const { return this == this->getPrev(); } function in class:llvm::ilist_sentinel
H A DSmallSet.h155 LLVM_NODISCARD bool empty() const { function in class:llvm::SmallSet
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h48 std::vector<ElTy> empty; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h138 bool empty() const { return Filters.empty(); } function in class:llvm::CoverageFilters
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h84 bool empty() const { return Units.none(); } function in class:llvm::LiveRegUnits
H A DDbgEntityHistoryCalculator.h91 bool empty() const { return VarEntries.empty(); } function in class:llvm::DbgValueHistoryMap
115 bool empty() const { return LabelInstr.empty(); } function in class:llvm::DbgLabelInstrMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h89 bool empty() const { return Ranges.empty(); } function in class:llvm::gsym::AddressRanges
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h253 bool empty() const { return bytesRemaining() == 0; } function in class:llvm::BinaryStreamReader
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h83 bool empty() const { return Seqs.empty(); } function in class:llvm::SequenceToOffsetTable
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfindfp.c113 static SM_FILE_T empty; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp31 bool empty() const { function in struct:DeadCodeElimination::SetQueue
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c236 unsigned int empty; local
283 unsigned int empty; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_queue.h141 empty() const function in class:queue
385 empty() const function in class:priority_queue
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386-nto-tdep.c74 int empty = 0; local
/freebsd-11-stable/lib/libc/stdlib/
H A Dradixsort.c121 #define empty(s) (s >= sp) macro
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.c229 unsigned int empty; local
276 unsigned int empty; local
[all...]
/freebsd-11-stable/usr.bin/dc/
H A Dstack.c49 bool empty = stack->sp == -1; local
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.h45 bool empty; member in struct:n_hint
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmultilist.c374 int empty; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h35 bool empty() const { function
H A Dsanitizer_list.h36 bool empty() const { return size_ == 0; } function in struct:__sanitizer::IntrusiveList
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h87 bool empty() const { return *(const uint64_t*)Hash.data() == 0; } function in struct:llvm::codeview::GloballyHashedType

Completed in 292 milliseconds

1234567891011>>