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

  /src/external/gpl3/gcc/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/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/mpl/dhcp/dist/server/
omapi.c 1801 struct class *superclass = 0; local
1815 status = find_class(&superclass, tname, MDL);
1820 if (class->superclass != NULL)
1821 class_dereference(&class->superclass, MDL);
1822 class_reference(&class->superclass, superclass, MDL);
1826 group_reference(&class->group, superclass->group, MDL);
1828 class->lease_limit = superclass->lease_limit;
1998 if (class -> superclass)
1999 class_dereference (&class -> superclass, file, line)
    [all...]
dhcp.c 2570 struct class *billclass, *superclass; local
2578 superclass = billclass->superclass;
2579 if (superclass != NULL)
2580 cname = superclass->name;
5189 packet -> classes [i] -> superclass &&
5190 (packet -> classes [i] -> superclass ==
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3398 uint64_t superclass; // class64_t * (64-bit pointer) member in struct:__anon5681::class64_t
3406 uint32_t superclass; /* class32_t * (32-bit pointer) */ member in struct:__anon5681::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
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 12944 @interface identifier objc-superclass[opt] objc-protocol-refs[opt]
12946 @implementation identifier objc-superclass[opt]
12954 objc-superclass:
12960 definition with no declaration specifiers if the objc-superclass,
12968 tree superclass;
13033 superclass = c_parser_peek_token (parser)->value;
13037 superclass = NULL_TREE;
13043 objc_start_class_interface (id1, loc1, superclass, proto, attributes);
13046 objc_start_class_implementation (id1, superclass);
12965 tree superclass; local

Completed in 67 milliseconds