Searched refs:empty (Results 151 - 175 of 2008) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DTypeFinder.h54 bool empty() const { return StructTypes.empty(); } function in class:llvm::TypeFinder
H A DValueSymbolTable.h73 /// @returns true iff the symbol table is empty
74 /// @brief Determine if the symbol table is empty
75 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DDebug.cpp59 DebugFlag |= !Val.empty();
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
H A DRegex.cpp99 if (Error && !Error->empty()) *Error = "";
110 while (!Repl.empty()) {
118 if (Split.second.empty()) {
120 Error && Error->empty())
157 else if (Error && Error->empty())
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-cov/
H A Dllvm-cov.cpp44 if (InputGCNO.empty())
58 if (!InputGCDA.empty()) {
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_pattern.c56 static char empty[] = ""; local
59 returnPtr(menu ? (menu->pattern ? menu->pattern : empty) : 0);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dpanedwindow.rb138 conf[3] = bool(conf[3]) unless conf[3].empty?
139 conf[4] = bool(conf[4]) unless conf[4].empty?
152 conf[3] = bool(conf[3]) unless conf[3].empty?
161 conf[4] = bool(conf[4]) unless conf[4].empty?
183 conf[2] = bool(conf[2]) unless conf[2].empty?
184 conf[3] = bool(conf[3]) unless conf[3].empty?
198 conf[2] = bool(conf[2]) unless conf[2].empty?
207 conf[3] = bool(conf[3]) unless conf[3].empty?
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtpaned.rb127 conf[3] = bool(conf[3]) unless conf[3].empty?
128 conf[4] = bool(conf[4]) unless conf[4].empty?
138 conf[3] = bool(conf[3]) unless conf[3].empty?
147 conf[4] = bool(conf[4]) unless conf[4].empty?
164 conf[2] = bool(conf[2]) unless conf[2].empty?
165 conf[3] = bool(conf[3]) unless conf[3].empty?
176 conf[2] = bool(conf[2]) unless conf[2].empty?
185 conf[3] = bool(conf[3]) unless conf[3].empty?
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dlist_item.rb59 # Is the ListItem empty?
61 def empty?
62 @parts.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dstats.rb256 return if cm.attributes.empty?
278 if cm.in_files.empty? then
279 report << "# #{cm.definition} is referenced but empty."
302 return if body.empty? and documented
304 report << nil << body unless body.empty?
316 return if cm.constants.empty?
337 return if cm.method_list.empty?
349 unless undoc.empty? then
428 return 0, [] if params.empty?
H A Dtext.rb94 empty = ''
95 empty.force_encoding text.encoding if Object.const_defined? :Encoding
97 text.gsub(/^ {0,#{indent}}/, empty)
113 return text if text.empty?
152 empty = ''
153 empty.force_encoding text.encoding if Object.const_defined? :Encoding
155 text.gsub(/^\s*(#+)/) { $1.tr '#', ' ' }.gsub(/^\s+$/, empty)
182 empty = ''
183 empty.force_encoding encoding if encoding
184 text.gsub(/^\s+$/, empty)
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/
H A Deval.rb8 break if line.empty?
/macosx-10.10.1/ruby-106/ruby/sample/optparse/
H A Dsubcommand.rb19 subparsers[ARGV.shift].parse!(ARGV) unless ARGV.empty?
/macosx-10.10.1/security_certificates-55040/
H A DbuildCAKeychain25 echo Creating empty $CA_CERT_KC...
/macosx-10.10.1/swig-12/Lib/lua/
H A Dstd_vector.i37 bool empty() const;
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_deque.i24 return ! self->empty();
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubystdautodoc.swg27 AUTODOC(empty, "Check if the $class is empty or not");
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbib-mode.el148 (let (empty new-key beg-current end-current)
150 (setq empty (looking-at "%. $"))
151 (if (not empty)
162 (if (and (not empty) bib-auto-capitalize
167 (if empty
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregcache.c84 int empty; local
138 empty = unused = -1;
142 empty = i;
153 if (empty < 0)
156 unused = empty;
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DAsmWriterInst.cpp42 if (!MiModifier.empty())
180 if (Modifier.empty())
189 if (VarName.empty() && Modifier.empty())
193 if (VarName.empty()) {
H A DCodeGenTarget.h120 if (RegAltNameIndices.empty()) ReadRegAltNameIndices();
133 if (LegalValueTypes.empty()) ReadLegalValueTypes();
150 if (Instructions.empty()) ReadInstructions();
156 if (Instructions.empty()) ReadInstructions();
167 if (InstrsByEnum.empty()) ComputeInstrsByEnum();
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Ddependency_command.rb51 options[:args] << '' if options[:args].empty?
79 if specs.empty? then
99 unless spec.dependencies.empty?
110 unless reverse[spec.full_name].empty? then
126 unless spec.dependencies.empty? then
/macosx-10.10.1/ruby-106/ruby/test/objspace/
H A Dtest_objspace.rb49 assert_equal(false, res.empty?)
53 assert_equal(false, arg.empty?)
58 assert_equal(false, res.empty?)
68 assert_equal(false, res.empty?)
71 assert_equal(false, arg.empty?)
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DMiscompilation.cpp82 if (!Error.empty())
86 if (Suffix.empty()) {
95 if (Prefix.empty()) return NoFailure;
119 if (!Error.empty())
141 if (Suffix.empty())
161 if (!Error.empty())
188 if (!Suffix.empty()) {
190 if (!Error.empty())
195 if (!Prefix.empty()) {
197 if (!Error.empty())
[all...]

Completed in 357 milliseconds

1234567891011>>