Searched refs:empty (Results 201 - 225 of 2025) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebCache.h50 virtual HRESULT STDMETHODCALLTYPE empty(void);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/cacheclean/ns2/
H A Dnamed.conf20 controls { /* empty */ };
32 disable-empty-zone 127.IN-ADDR.ARPA;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinfo_fn_imps.hpp63 empty() const function in class:PB_DS_CLASS_C_DEC
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp114 empty() const;
189 _GLIBCXX_DEBUG_ASSERT(!empty());
200 _GLIBCXX_DEBUG_ASSERT(!empty());
207 empty() const
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h74 /// For simplicity we expect the map to be empty().
77 /// Returns true if the map is empty.
78 bool empty() const { return PhysRegSet.empty(); } function in class:llvm::Reg2SUnitsMap
86 /// Otherwise map the register and return an empty SUnits vector.
89 assert((!New || SUnits[Reg].empty()) && "stale SUnits vector");
262 const SUnit *Addr = SUnits.empty() ? 0 : &SUnits[0];
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DShrinkWrapping.cpp128 return (MBB && !MBB->empty() && MBB->back().isReturn());
365 if (CSI.empty()) {
438 if (CSRUsed[MBB].empty())
497 if (MBB == EntryBlock || CSRUsed[MBB].empty() || MBB->succ_size() < 1)
569 if (!CSRRestore[MBB].empty() && MBB->succ_size() > 0) {
584 if (!CSRSave[MBB].empty())
586 else if (!CSRRestore[MBB].empty())
590 if (prop.empty())
646 if (CSRSave[MBB].empty()) {
648 assert(!loopSpills.empty()
[all...]
H A DSlotIndexes.cpp57 assert(indexList.empty() && "Index list non-empty at initial numbering?");
58 assert(idx2MBBMap.empty() &&
59 "Index -> MBB mapping non-empty at initial numbering?");
60 assert(MBBRanges.empty() &&
61 "MBB -> Index mapping non-empty at initial numbering?");
62 assert(mi2iMap.empty() &&
63 "MachineInstr -> Index mapping non-empty at initial numbering?");
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DStringMatcher.cpp25 assert(!Matches.empty());
46 assert(!Matches.empty() && "Must have at least one string to match!");
61 while (!Code.empty()) {
126 if (Matches.empty()) return;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp46 if (CPUString.empty())
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeSubtarget.cpp35 if (CPUName.empty())
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DInternalize.cpp72 if (!APIFile.empty()) // If a filename is specified, use it.
74 if (!APIList.empty()) // If a list is specified, use it as well.
92 << "'! Continuing as if it's empty.\n";
93 return; // Just continue as if the file were empty
98 if (!Symbol.empty())
107 if (ExternalNames.empty()) {
/macosx-10.10/llvmCore-3425.0.34/utils/fpcmp/
H A Dfpcmp.cpp39 if (!ErrorMsg.empty())
/macosx-10.10/ntp-92/include/
H A Dntp_data_structures.h44 int empty(queue *my_queue);
/macosx-10.10/ruby-106/ruby/ext/pty/lib/
H A Dexpect.rb44 if not @unusedBuf.empty?
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dwatch.rb51 unless args.empty?
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtcllib.rb103 if $VERBOSE && !err.empty?
/macosx-10.10/ruby-106/ruby/lib/
H A Dabbrev.rb76 next if word.empty?
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Doutdated_command.rb24 next if remotes.empty?
/macosx-10.10/ruby-106/ruby/tool/
H A Dchange_maker.rb20 lines.empty? ? nil : lines
H A Denc-emoji4unicode.rb26 if from.empty? || from !~ /^[0-9A-F]+$/
46 elsif to.empty?
47 if text_fallback.empty?
117 if ARGV.empty?
H A Dvcs.rb58 while !list1.empty? && !list2.empty? && list1.first == list2.first
62 if list1.empty? && list2.empty?
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Darc.h30 Tcl_Obj* ga_serial (GA* a, Tcl_Obj* empty, int nodeId);
H A Dnode.h24 Tcl_Obj* gn_serial_arcs (GN* n, Tcl_Obj* empty, Tcl_HashTable* cn);
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dextconf.rb53 next if line.empty? || line =~ /^\#/ #
63 next if line.empty? || line =~ /^\#/ #
139 dot = ! minor_dot.empty?
140 if plvl_dot.empty? && ! plvl.empty?
145 dot = ! minor_dot.empty?
153 tkver = "4" + ((dot)? ".": "") + ((minor.empty)? "": "2") + ext
157 tclver = "7" + ((dot)? ".": "") + ((minor.empty)? "": "6") + ext
186 vers << "#{major}.#{minor}#{ext}" unless ext.empty?
235 path_dirs << "#{dir}" unless Dir.glob("#{dir}/lib*.*", File::FNM_CASEFOLD).empty
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/mac/
H A DStringMac.mm35 m_impl = StringImpl::empty();

Completed in 192 milliseconds

1234567891011>>