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

1234567891011>>

/freebsd-current/usr.bin/dc/
H A Dstack.c47 bool empty = stack->sp == -1; local
/freebsd-current/lib/libc/stdlib/
H A Dradixsort.c117 #define empty(s) (s >= sp) macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h159 [[nodiscard]] bool empty() const { return Vector.empty() && Set.empty(); } function in class:llvm::SmallSet
H A DTinyPtrVector.h162 bool empty() const { function in class:llvm::TinyPtrVector
[all...]
H A DAddressRanges.h31 uint64_t empty() const { return size() == 0; } function in class:llvm::AddressRange
65 bool empty() const { return Ranges.empty(); } function in class:llvm::AddressRangesBase
H A DStringRef.h134 [[nodiscard]] constexpr bool empty() const { return Length == 0; } function in class:llvm::StringRef
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h134 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
H A DASTVector.h108 bool empty() const { return Begin == End; } function in class:clang::ASTVector
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h86 bool empty() const { return Alloc == nullptr; } function in class:llvm::memprof::CallStackTrie
132 bool empty() const { return N == nullptr; } function in class:llvm::memprof::CallStack
H A DIVUsers.h146 bool empty() const { return IVUses.empty(); } function in class:llvm::IVUsers
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h119 bool empty() const { return VarEntries.empty(); } function in class:llvm::DbgValueHistoryMap
143 bool empty() const { return LabelInstr.empty(); } function in class:llvm::DbgLabelInstrMap
H A DMachineLoopInfo.h131 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h104 bool empty() const { return Instructions.empty(); } function in class:llvm::mca::CodeRegion
164 bool empty() const { function in class:llvm::mca::CodeRegions
/freebsd-current/crypto/openssl/test/
H A Dwpackettest.c21 static const unsigned char empty[] = { 0x00 }; variable
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h72 bool empty() { return !GroupsHead; } function in class:llvm::dwarf_linker::parallel::ArrayList
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h91 bool empty() const { return StackSize == 0; } function in class:clang::interp::final
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp74 bool CSKYConstantPool::empty() { return Entries.empty(); } function in class:CSKYConstantPool
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h132 bool empty() const { return MacroLists.empty(); } function in class:llvm::DWARFDebugMacro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h66 bool empty() const { function in class:llvm::VersionTuple
H A DBinaryStreamRef.h214 bool empty() const { return size() == 0; } function in struct:llvm::BinarySubstreamRef
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h131 bool empty() const { function in class:llvm::MachO::RecordsSlice
H A DArchitectureSet.h66 bool empty() const { return ArchSet == 0; } function in class:llvm::MachO::ArchitectureSet
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h68 bool empty() const { return size() == 0; } function in class:scudo::VectorNoCtor
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h107 bool empty() const { return Map.empty(); } function in struct:llvm::InfoByHwMode
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp168 bool empty() const { return Ranges.empty(); } function in class:__anon2947::MemsetRanges

Completed in 303 milliseconds

1234567891011>>