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

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
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
H A DMachineLoopInfo.h114 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
/freebsd-12-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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h116 bool empty() const { return First == Last; } function in class:StringView
/freebsd-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h35 bool empty() const { return Size == 0; } function in struct:scudo::IntrusiveList
[all...]
H A Dvector.h74 bool empty() const { return size() == 0; } function in class:scudo::VectorNoCtor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h167 inline bool SymbolStringPool::empty() const { function in class:llvm::orc::SymbolStringPool
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h219 bool empty() const { return size() == 0; } function in struct:llvm::BinarySubstreamRef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h58 bool empty() const { return ArchSet == 0; } function in class:llvm::MachO::ArchitectureSet
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h126 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h167 bool empty() const { return CalledFunctions.empty(); } function in class:clang::CallGraphNode
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h171 bool empty() const { return !Mask; } function in struct:clang::SanitizerSet
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h213 bool empty() const { return Jobs.empty(); } function in class:clang::driver::JobList
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h74 bool empty() const { return Instructions.empty(); } function in class:llvm::mca::CodeRegion
116 bool empty() const { function in class:llvm::mca::CodeRegions
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h79 bool empty() const { return Map.empty(); } function in struct:llvm::InfoByHwMode
/freebsd-12-stable/contrib/mandoc/
H A Dcompat_ohash.c236 unsigned int empty; local
283 unsigned int empty; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Di386-nto-tdep.c74 int empty = 0; local
/freebsd-12-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmultilist.c374 int empty; local
/freebsd-12-stable/lib/libc/stdlib/
H A Dradixsort.c123 #define empty(s) (s >= sp) macro
/freebsd-12-stable/lib/libopenbsd/
H A Dohash.c229 unsigned int empty; local
276 unsigned int empty; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp5_crpt2.c35 const char *empty = ""; local
/freebsd-12-stable/usr.bin/dc/
H A Dstack.c49 bool empty = stack->sp == -1; local

Completed in 240 milliseconds

1234567891011>>