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

  /src/external/gpl3/gcc.old/dist/libobjc/
init.c 124 static BOOL class_is_subclass_of_class (Class class, Class superclass);
157 string with the name of the superclass; when the first message is
166 This function returns the superclass of a class in both cases, and
180 than a pointer to the actual superclass). */
187 /* Lookup the superclass of non-root classes. */
201 Class superclass; local
209 superclass = class_superclass_of_class (bottom_class);
214 if (superclass == upper)
217 while (superclass != upper)
220 tree->class = superclass;
638 const char *superclass = (char *) class->super_class; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3398 uint64_t superclass; // class64_t * (64-bit pointer) member in struct:__anon3370::class64_t
3406 uint32_t superclass; /* class32_t * (32-bit pointer) */ member in struct:__anon3370::class32_t
3707 sys::swapByteOrder(c.superclass);
3715 sys::swapByteOrder(c.superclass);
5368 outs() << " superclass " << format("0x%" PRIx64, c.superclass);
5369 name = get_symbol_64(offset + offsetof(struct class64_t, superclass), S, info,
5370 n_value, c.superclass);
5375 offset + offsetof(struct class64_t, superclass), info);
5453 outs() << " superclass " << format("0x%" PRIx32, c.superclass)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 10869 @interface identifier objc-superclass[opt] objc-protocol-refs[opt]
10871 @implementation identifier objc-superclass[opt]
10879 objc-superclass:
10885 definition with no declaration specifiers if the objc-superclass,
10893 tree superclass;
10958 superclass = c_parser_peek_token (parser)->value;
10962 superclass = NULL_TREE;
10968 objc_start_class_interface (id1, loc1, superclass, proto, attributes);
10971 objc_start_class_implementation (id1, superclass);
10890 tree superclass; local

Completed in 46 milliseconds