Searched refs:is_empty (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/groff-38/groff/src/include/
H A Dsymbol.h40 int is_empty() const;
76 inline int symbol::is_empty() const function in class:symbol
/macosx-10.10/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh1060 if obj _APROPOS_PROG is_empty
1064 if obj _APROPOS_SECTIONS is_empty
1066 if obj _OPT_SECTIONS is_empty
1112 if obj _APROPOS_PROG is_empty
1238 if is_empty "$1"
1242 if is_empty "$2"
1530 # is_empty (<string>)
1537 is_empty() function
1539 func_check is_empty '=' 1 "$@";
1661 if is_empty "
[all...]
/macosx-10.10/swig-12/Lib/php/
H A Dstd_map.i33 %rename(is_empty) empty;
73 %rename(is_empty) empty;
110 %rename(is_empty) empty;
148 %rename(is_empty) empty;
H A Dstd_vector.i31 bool is_empty() const {
73 bool is_empty() const {
/macosx-10.10/top-100.1.2/
H A Duserinput_signal.c33 static bool is_empty(const char *s) { function
77 if(is_empty(s->buf)) {
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DAlgorithm.h76 return std::is_empty<T>::value ? 0 : sizeof(T);
/macosx-10.10/libauto-186/
H A DRange.h79 // is_empty
83 inline bool is_empty() { return _address == _end; } function in class:Auto::Range
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dtype_traits_fwd.h122 struct is_empty;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp596 const bool is_empty = file_empty(path); local
597 if (!oc.negated && !is_empty) {
601 } else if (oc.negated && is_empty) {
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp977 int is_empty (void);
1134 * is_empty - returns TRUE if the list has no elements.
1137 int list::is_empty (void) function in class:list
1221 if (is_empty())
1572 if (! headers.is_empty()) {
1580 if (multiple_files && (! header_filename.is_empty())) {
1598 if (multiple_files && (! header_filename.is_empty()))
2369 if (! page_contents->glyphs.is_empty()) {
2385 removed_from_head = ((!page_contents->glyphs.is_empty()) &&
2395 removed_from_head = ((!page_contents->glyphs.is_empty())
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dutils.h165 bool is_empty() const { return length_ == 0; }
/macosx-10.10/ntfs-84/kext/
H A Dntfs_logfile.c540 goto is_empty;
684 is_empty:
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h268 int is_empty();
H A Dinput.cpp978 if (!(s.is_null() || s.is_empty()))
986 if (!(s.is_null() || s.is_empty())) {
1010 if (!(s.is_null() || s.is_empty()))
1018 if (!(s.is_null() || s.is_empty()))
1029 if (!(s.is_null() || s.is_empty()))
1174 if (nm.is_empty())
1189 if (nm.is_empty())
1920 if (!(s.is_null() || s.is_empty()))
1927 if (!(s.is_null() || s.is_empty())) {
1985 if (*p || s.is_empty())
2644 int int_stack::is_empty() function in class:int_stack
[all...]
H A Denv.cpp483 if (nm == symbol("P") || nm.is_empty()) {
526 if (fam.is_null() || fam.is_empty()) {
2377 int environment::is_empty() function in class:environment
H A Ddiv.cpp574 ? curenv->is_empty()
/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBTransaction.cpp137 if (m_tree.is_empty()) {
/macosx-10.10/gpatch-3/patch/
H A Dpch.c554 int is_empty; local
597 is_empty = i == NONE || st[i].st_size == 0;
598 if ((! is_empty) < p_says_nonexistent[reverse ^ is_empty])
/macosx-10.10/groff-38/groff/src/libs/libdriver/
H A Dinput.cpp314 bool is_empty(void) { // true if none stored function in class:StringBuf
851 if (!buf.is_empty()) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dspecman.vim37 syn keyword specmanMethod has insert is_a_permutation is_empty key key_exists key_index
/macosx-10.10/WTF-7600.1.24/wtf/
H A DAVLTree.h158 bool is_empty() { return abs.root == null(); }
/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.c824 int is_empty = qempty(&cl->q_); local
862 if (is_empty) {
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c4801 int is_empty; local
4803 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0);
4804 if (is_empty != 0)
4805 BITSET_IS_EMPTY(cc->bs, is_empty);
4807 if (is_empty == 0) {

Completed in 270 milliseconds