Searched refs:empty (Results 301 - 325 of 2008) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dtree_trace_base.hpp108 empty() const = 0;
135 if (empty())
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp52 if (empty())
113 if (empty())
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSparseBitVector.h95 bool empty() const {
145 llvm_unreachable("Illegal empty element");
298 if (Elements.empty()) {
349 if (BitVector->Elements.empty()) {
490 if (Elements.empty())
505 if (Elements.empty())
519 if (ElementIter->empty()) {
529 if (Elements.empty()) {
585 // If RHS is empty, we are done
586 if (RHS.Elements.empty())
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DCFGPrinter.h37 if (!Node->getName().empty())
52 if (Node->getName().empty()) {
H A DIVUsers.h167 bool empty() const { return IVUses.empty(); } function in class:llvm::IVUsers
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineLoopInfo.h94 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DCFGPrinter.cpp86 if (ErrorInfo.empty())
120 if (ErrorInfo.empty())
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFContext.h46 if (CUs.empty())
52 if (CUs.empty())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDeltaAlgorithm.cpp37 if (!LHS.empty())
39 if (!RHS.empty())
105 // Check empty set first to quickly find poor test functions.
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp61 if (UnreachableBlocks.empty()) {
79 if (ReturningBlocks.empty()) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSequenceToOffsetTable.h84 bool empty() const { return Seqs.empty(); } function in class:llvm::SequenceToOffsetTable
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_data_structures.c43 /* Empty out the queue elements if they are not already empty */
92 /* Define a function to check if the queue is empty. */
93 int empty(queue *my_queue) function
176 while (!empty(q2))
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Drun.rb30 return if prog.empty?
103 if ARGV.empty?
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_fork.rb17 while !children.empty? and pid = Process.wait
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb226 fail ArgumentError, 'no item is given' if args.empty?
234 fail ArgumentError, 'no item is given' if args.empty?
257 fail ArgumentError, 'no item is given' if args.empty?
279 fail ArgumentError, 'no item is given' if args.empty?
289 until inf.empty?
300 until inf.empty? || (inf[0].kind_of?(String) && inf[0] =~ /^-/)
331 if args.empty?
360 ret << inf.slice!(0..4) until inf.empty?
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dchatwidget.rb73 return nil if lst.empty?
109 fail ArgumentError, "invalid arguments" unless args.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rexml/formatters/
H A Ddefault.rb8 # If set to true, then inserts whitespace before the close of an empty
71 end unless node.attributes.empty?
73 if node.children.empty?
H A Dpretty.rb26 # If true, the printer will insert whitespace before closing empty
45 end unless node.attributes.empty?
47 if node.children.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dlock_command.rb75 until pending.empty? do
92 if candidates.empty? then
H A Dpristine_command.rb75 if specs.to_a.empty? then
93 unless spec.extensions.empty? or options[:extensions] then
H A Dspecification_command.rb96 if specs.empty? then
108 if specs.empty? then
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dwebrick.cgi19 elsif !req.cookies.empty?
H A Dwebrick_long_filename.cgi19 elsif !req.cookies.empty?
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmdoc2man.rb112 retval << ' ' unless retval.empty? || /[\n ]\z/ =~ retval
137 end until words.empty? || RE_PUNCT =~ words[0]
168 retval << ' ' if @nospace == 0 && !(retval.empty? || /[\n ]\z/ =~ retval)
210 retval << 'and ' unless retval.empty?
217 retval << ', ' << @refissue unless @refissue.empty?
220 retval << ', ' << @refdate unless @refdate.empty?
223 retval << ', ' << @refopt unless @refopt.empty?
264 name = words.empty? ? @name : words.shift
279 if words.empty?
343 until words.empty
[all...]
H A Drunruby.rb79 if e = config['LIBPATHENV'] and !e.empty?
91 cmd.unshift(*precommand) unless precommand.empty?

Completed in 657 milliseconds

<<11121314151617181920>>