Searched refs:Nil (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dobjc.h112 /* 'Nil' is the null class. Since classes are objects too, this is
117 #define Nil (Class)0 macro
H A Druntime.h144 /* Return the class of 'object', or Nil if the object is nil. If
158 return Nil;
258 returns "Nil". */
360 particular, return NO if 'class_' is Nil, or a meta-class or a
361 class not in construction. Return Nil also if 'ivar_name' or
434 load the class, and Nil if not. */
451 runtime and the handler is not set or returns Nil, objc_getClass()
452 returns Nil. */
456 the runtime. Return Nil if not. This function does not call the
465 returns Nil
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc.h112 /* 'Nil' is the null class. Since classes are objects too, this is
117 #define Nil (Class)0 macro
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dclass.c246 return Nil;
297 return Nil;
462 return Nil;
475 return Nil;
482 return Nil;
495 return Nil;
543 return Nil;
546 return Nil;
555 return Nil;
611 if (class_ == Nil)
[all...]
H A Divars.c36 if (class_ != Nil && name != NULL && ! CLS_IS_IN_CONSTRUCTION (class_))
38 while (class_ != Nil)
62 if (class_ == Nil)
182 if (class_ == Nil || CLS_IS_IN_CONSTRUCTION (class_) || !class_->ivars)
219 if (class_ == Nil
337 if (class_ == Nil)
H A Dobjects.c102 return "Nil";
109 return Nil;
H A Dmethods.c74 if (class_ == Nil)
H A Dsendmsg.c142 +resolveClassMethod:. 'class' is always a non-Nil class (*not* a
144 resolve. This must be called when class is not Nil, and the
181 +resolveInstanceMethod:. 'class' is always a non-Nil class, and
183 called when class is not Nil, and the dispatch table for instance
340 if (class_ == Nil || selector == NULL)
399 if (class_ == Nil || selector == NULL)
621 if (class_ == Nil || selector == NULL)
641 if (class_ == Nil || selector == NULL)
666 if (class_ == Nil || selector == NULL || implementation == NULL
750 if (class_ == Nil || selecto
[all...]
H A Dprotocols.c140 if (class_ == Nil || protocol == NULL)
172 if (class_ == Nil || protocol == NULL)
214 if (class_ == Nil)
H A Dexception.c41 if (catch_class == Nil)
50 for (c = exception->class_pointer; c != Nil;
H A Dinit.c141 trees are root classes (their super class is Nil). These different
183 /* Return Nil for a root class. */
185 return Nil;
194 If `upper' is Nil, creates a class hierarchy up to a root class.
239 tree, ((tree && tree->class) ? tree->class->name : "Nil"), class->name);
462 for (; class != Nil;)
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dclass.c246 return Nil;
297 return Nil;
462 return Nil;
475 return Nil;
482 return Nil;
495 return Nil;
543 return Nil;
546 return Nil;
555 return Nil;
611 if (class_ == Nil)
[all...]
H A Divars.c36 if (class_ != Nil && name != NULL && ! CLS_IS_IN_CONSTRUCTION (class_))
38 while (class_ != Nil)
62 if (class_ == Nil)
182 if (class_ == Nil || CLS_IS_IN_CONSTRUCTION (class_) || !class_->ivars)
219 if (class_ == Nil
337 if (class_ == Nil)
H A Dobjects.c102 return "Nil";
109 return Nil;
H A Dmethods.c74 if (class_ == Nil)
H A Dsendmsg.c142 +resolveClassMethod:. 'class' is always a non-Nil class (*not* a
144 resolve. This must be called when class is not Nil, and the
181 +resolveInstanceMethod:. 'class' is always a non-Nil class, and
183 called when class is not Nil, and the dispatch table for instance
340 if (class_ == Nil || selector == NULL)
399 if (class_ == Nil || selector == NULL)
621 if (class_ == Nil || selector == NULL)
641 if (class_ == Nil || selector == NULL)
666 if (class_ == Nil || selector == NULL || implementation == NULL
750 if (class_ == Nil || selecto
[all...]
H A Dprotocols.c140 if (class_ == Nil || protocol == NULL)
172 if (class_ == Nil || protocol == NULL)
214 if (class_ == Nil)
H A Dexception.c41 if (catch_class == Nil)
50 for (c = exception->class_pointer; c != Nil;
H A Dinit.c141 trees are root classes (their super class is Nil). These different
183 /* Return Nil for a root class. */
185 return Nil;
194 If `upper' is Nil, creates a class hierarchy up to a root class.
239 tree, ((tree && tree->class) ? tree->class->name : "Nil"), class->name);
462 for (; class != Nil;)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h52 Nil, member in class:llvm::msgpack::Type
74 /// All types except \c Type::Nil (which has only one value, and so is
H A DMsgPackDocument.h165 case Type::Nil:
309 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp43 case msgpack::Type::Nil:
112 if (getKind() == msgpack::Type::Nil)
192 case Type::Nil:
H A DMsgPackDocument.cpp152 case Type::Nil:
265 case Type::Nil:
H A DMsgPackReader.cpp35 case FirstByte::Nil:
36 Obj.Kind = Type::Nil;
H A DMsgPackWriter.cpp23 void Writer::writeNil() { EW.write(FirstByte::Nil); }

Completed in 289 milliseconds

12