Searched defs:empty (Results 26 - 50 of 185) sorted by relevance

12345678

/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_stack.h138 empty() const function in class:stack
H A Dstl_queue.h141 empty() const function in class:queue
385 empty() const function in class:priority_queue
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DSetVector.h59 bool empty() const { function in class:llvm::SetVector
H A DArrayRef.h104 bool empty() const { return Length == 0; } function in class:llvm::ArrayRef
[all...]
H A DMapVector.h63 bool empty() const { function in class:llvm::MapVector
H A DPackedVector.h102 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
H A DSmallPtrSet.h74 bool LLVM_ATTRIBUTE_UNUSED_RESULT empty() const { return size() == 0; } function in class:llvm::SmallPtrSetImpl
H A DSparseSet.h178 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
H A DStringRef.h110 bool empty() const { return Length == 0; } function in class:llvm::StringRef
[all...]
H A DTinyPtrVector.h112 bool empty() const { function in class:llvm::TinyPtrVector
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DStringPool.h71 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DListReducer.h53 std::vector<ElTy> empty; local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h86 bool empty() { return begin() == end(); } function in class:clang::PostOrderCFGView
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h85 bool empty() const { return Seqs.empty(); } function in class:llvm::SequenceToOffsetTable
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dfindfp.c113 static SM_FILE_T empty; variable
/freebsd-10.1-release/lib/libc/locale/
H A Dlmessages.c52 static char empty[] = ""; variable
H A Dlmonetary.c49 static char empty[] = ""; variable
/freebsd-10.1-release/lib/libc/stdio/
H A Dfindfp.c97 static FILE empty = { ._fl_mutex = PTHREAD_MUTEX_INITIALIZER }; local
/freebsd-10.1-release/usr.bin/dtc/
H A Dinput_buffer.hh110 inline bool empty() function in class:dtc::input_buffer
/freebsd-10.1-release/usr.bin/hexdump/
H A Dodsyntax.c65 static char empty[] = "", padding[] = PADDING; local
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_prio_q.c125 int empty( function
/freebsd-10.1-release/contrib/gdb/gdb/
H A Di386-nto-tdep.c74 int empty = 0; local
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DIVUsers.h166 bool empty() const { return IVUses.empty(); } function in class:llvm::IVUsers
H A DTrace.h102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h94 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo

Completed in 124 milliseconds

12345678