Searched defs:empty (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c52 static char empty[] = local
/freebsd-current/contrib/lutok/
H A Dstack_cleaner_test.cpp34 ATF_TEST_CASE_WITHOUT_HEAD(empty); variable
/freebsd-current/contrib/ncurses/menu/
H A Dm_pattern.c57 static char empty[] = ""; local
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk218 empty= # defined but empty macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h22 bool empty() { return size() == 0; } function in class:llvm::codeview::TypeCollection
/freebsd-current/contrib/bmake/mk/
H A Dnewlog.sh215 empty() { test ! -s $1; } function
221 empty() { function
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h63 inline constexpr auto empty = __empty::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h49 bool empty() const { return Pool.empty(); } function in class:llvm::DwarfStringPool
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h65 bool empty() const { return Records.empty(); } function in class:llvm::xray::Trace
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dtrc_raw_buffer.h56 bool empty() { return m_bufProcessed == m_bufSize; }; function in class:TraceRawBuffer
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp67 buffer_t empty; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h38 bool empty() const { return WorklistMap.empty(); } function in class:llvm::GISelWorkList
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h167 bool empty() const { return Lines.empty(); } function in class:llvm::gsym::LineTable
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h73 bool empty() const { return patterns.empty(); } function in class:lld::StringMatcher
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h64 bool empty() const { return size() == 0; } function in class:llvm::EnumeratedArray
H A Diterator_range.h64 bool empty() const { return begin_iterator == end_iterator; } function in class:llvm::iterator_range
H A DUniqueVector.h90 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h97 bool empty() const { return Remarks.empty(); } function in struct:llvm::remarks::RemarkLinker
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineOrder.h31 bool empty() { return !size(); } function in class:llvm::InlineOrder
/freebsd-current/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp56 bool IFSTarget::empty() { function in class:IFSTarget
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h39 bool empty() { return Values.empty(); } function in class:llvm::dwarf_linker::IndexedValuesMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueSymbolTable.h84 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h109 bool empty() const { function in class:llvm::BlotMapVector
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h61 bool empty() const { return Mask == 0; } function in struct:clang::XRayInstrSet
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h73 bool empty() const { function in class:clang::CodeGen::swiftcall::SwiftAggLowering

Completed in 177 milliseconds

1234567891011>>