Searched defs:empty (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h131 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } function in class:llvm::simple_ilist
H A DArrayRef.h153 bool empty() const { return Length == 0; } function in class:llvm::ArrayRef
[all...]
H A DSmallPtrSet.h91 LLVM_NODISCARD bool empty() const { return size() == 0; } function in class:llvm::SmallPtrSetImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h193 inline bool empty() const { return CalledFunctions.empty(); } function in class:llvm::CallGraphNode
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h147 bool empty() const { return S.empty(); } function in class:llvm::PMStack
H A DBasicBlock.h284 inline bool empty() const { return InstList.empty(); } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h76 bool empty() const { return Segments.empty(); } function in class:llvm::LiveIntervalUnion
H A DRDFRegisters.h162 bool empty() const { return Units.none(); } function in struct:llvm::rdf::RegisterAggr
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h212 bool empty() const { return size() == 0; } function in class:llvm::pdb::HashTable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h136 bool empty() const { return CurrentPosition == 0; } function in class:OutputStream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h47 bool empty() const { return Entries.empty(); } function in class:llvm::DWARFListType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp153 bool empty() const { function in struct:__anon2245::RegisterSet
[all...]
H A DHexagonBitSimplify.cpp133 bool empty() const { function in struct:__anon2220::RegisterSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h43 bool empty() const { return getSGPRNum() == 0 && getVGPRNum() == 0; } function in struct:llvm::GCNRegPressure
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h80 bool empty() const { return Record->empty(); } function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h347 bool empty() const { return Candidates.empty(); } function in class:clang::TemplateSpecCandidateSet
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h113 bool empty() const { return Stream.getLength() == 0; } function in class:llvm::VarStreamArray
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h155 bool empty() const { function in class:lld::File::AtomRange
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp336 bool empty() const { return Members.empty(); } function in class:__anon2741::CongruenceClass
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c879 int empty; local
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_vector.h452 empty() const function in class:vector
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h345 throw_allocator_base::empty() function in class:throw_allocator_base
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1059 int empty = 0; local
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c82 states empty; /* empty set of states */ member in struct:match
769 states empty = m->empty; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_clock.c128 static long empty[CPUSTATES]; variable

Completed in 381 milliseconds

1234567891011>>