Searched defs:empty (Results 76 - 100 of 277) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmultilist.c378 int empty; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h142 bool empty() const { return Filters.empty(); } function in class:llvm::CoverageFilters
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h76 bool empty() const { return Instructions.empty(); } function in class:llvm::mca::CodeRegion
118 bool empty() const { function in class:llvm::mca::CodeRegions
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h79 bool empty() const { return Map.empty(); } function in struct:llvm::InfoByHwMode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h219 bool empty() const { return size() == 0; } function in struct:llvm::BinarySubstreamRef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h61 bool empty() const { return ArchSet == 0; } function in class:llvm::MachO::ArchitectureSet
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_ohash.c236 unsigned int empty; local
283 unsigned int empty; local
[all...]
/freebsd-13-stable/usr.bin/dc/
H A Dstack.c49 bool empty = stack->sp == -1; local
/freebsd-13-stable/usr.bin/sort/
H A Dcoll.h45 bool empty; member in struct:n_hint
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h155 bool empty() const { function in class:lld::File::AtomRange
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h118 bool empty() const { return GetArgumentCount() == 0; } function in class:lldb_private::Args
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dkerberos.c95 static char empty[] = ""; variable
/freebsd-13-stable/contrib/byacc/
H A Dlr0.c540 int empty; local
/freebsd-13-stable/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c66 static void empty(volatile char *against) function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h166 bool empty() { return List.empty(); } function in class:llvm::AllocatorList
H A DArrayRef.h151 bool empty() const { return Length == 0; } function in class:llvm::ArrayRef
[all...]
H A DCoalescingBitVector.h81 bool empty() const { return Intervals.empty(); } function in class:llvm::CoalescingBitVector
H A DDenseSet.h80 bool empty() const { return TheMap.empty(); } function in class:llvm::detail::DenseSetImpl
H A DEquivalenceClasses.h149 bool empty() const { return TheMapping.empty(); } function in class:llvm::EquivalenceClasses
H A DSmallPtrSet.h91 LLVM_NODISCARD bool empty() const { return size() == 0; } function in class:llvm::SmallPtrSetImplBase
H A DSparseMultiSet.h328 bool empty() const { return size() == 0; } function in class:llvm::SparseMultiSet
H A Dsimple_ilist.h131 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } function in class:llvm::simple_ilist
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h211 inline bool empty() const { return CalledFunctions.empty(); } function in class:llvm::CallGraphNode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h153 bool empty() { return CurrentFnLexicalScope == nullptr; } function in class:llvm::LexicalScopes
H A DLiveIntervalUnion.h76 bool empty() const { return Segments.empty(); } function in class:llvm::LiveIntervalUnion

Completed in 238 milliseconds

1234567891011>>