HomeSort by: relevance | last modified time | path
    Searched defs:Nil (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc/
objc.h 108 /* 'nil' is the null object. Messages to nil do nothing and always
110 #define nil (id)0 macro
112 /* 'Nil' is the null class. Since classes are objects too, this is
113 actually the same object as 'nil' (and behaves in the same way),
115 'nil' if you are comparing a Class object to nil as it enables the
117 #define Nil (Class)0
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc.h 108 /* 'nil' is the null object. Messages to nil do nothing and always
110 #define nil (id)0 macro
112 /* 'Nil' is the null class. Since classes are objects too, this is
113 actually the same object as 'nil' (and behaves in the same way),
115 'nil' if you are comparing a Class object to nil as it enables the
117 #define Nil (Class)0
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackReader.h 52 Nil,
74 /// All types except \c Type::Nil (which has only one value, and so is

Completed in 17 milliseconds