Home
last modified time | relevance | path

Searched refs:superclass (Results 1 – 25 of 75) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dclass-tests-1.h29 static void test_superclass (Class class, Class superclass) in test_superclass() argument
31 if (class_get_super_class (class) != superclass) in test_superclass()
112 Class superclass; in test_class_with_superclass() local
123 superclass = objc_lookup_class (superclass_name); in test_class_with_superclass()
124 if (superclass != Nil) in test_class_with_superclass()
126 test_is_class (superclass); in test_class_with_superclass()
130 test_superclass (class, superclass); in test_class_with_superclass()
H A Dclass-5.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-8.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-6.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-13.m6 methods and a subclass overriding the superclass' implementation
H A Dclass-9.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-11.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-10.m6 accessor methods and a subclass overriding the superclass'
H A Dclass-14.m6 methods and a subclass overriding the superclass' implementation,
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm563 foreach my $superclass (@{$class . '::ISA'}) {
564 DEBUG and warn " Super-class search into $superclass\n";
565 next if $seen_r->{$superclass}++;
566 push @lex_refs, @{&_lex_refs($superclass, $seen_r)}; # call myself
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dsuper-class-1.m5 @end /* { dg-error "annot find interface declaration for .*, superclass" } */
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp769 } else if (PropertyType superclass = type.getSuperclassType()) { in emitBasicReaderWriterTemplate() local
774 << superclass.getAbstractTypeName() in emitBasicReaderWriterTemplate()
777 Out << " asImpl().write" << superclass.getAbstractTypeName() in emitBasicReaderWriterTemplate()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlclassguts.pod39 C<xhv_class_superclass> will be C<NULL> for a class with no superclass. It
54 the C<ADJUST> blocks defined on the class. If the class has a superclass, this
374 superclass or not.
379 initializer CV might make a chained call to the superclass initializer if one
388 the ones defined by the superclass as well. They are all invoked in order,
H A Dperl5182delta.pod83 package’s superclass. This has been fixed. [perl #120694]
H A Dperlclass.pod198 Classes may inherit from B<one> superclass, by using the C<:isa> class
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrPatternsVec.td15 // Instruction format superclass
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td94 "|helperclass|helps|instancesize|ownership|performance|security|superclass}1' "
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td187 def SuperClass : RecordLikeDetailCommand<"superclass">;
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td10 // Instruction format superclass
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst89 field name and its value. The superclass vector contains a sequence of
90 pairs, with each pair including the superclass record and its source
629 superclass record and an instance of the ``SMRange`` class. The range
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DFAQ.pod602 NOTE: When L<ExtUtils::MM> is loaded it chooses a superclass for MM from
614 than MY being a superclass of PACK###. I don't remember the rationale.
/openbsd-src/gnu/llvm/clang/docs/
H A DAPINotes.rst222 - Selector: superclass
/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c5690 tree superclass; in c_parser_objc_class_definition() local
5740 superclass = c_parser_peek_token (parser)->value; in c_parser_objc_class_definition()
5744 superclass = NULL_TREE; in c_parser_objc_class_definition()
5750 objc_start_class_interface (id1, superclass, proto); in c_parser_objc_class_definition()
5753 objc_start_class_implementation (id1, superclass); in c_parser_objc_class_definition()
H A Dregclass.c372 GO_IF_HARD_REG_SUBSET (c, reg_class_contents[k], superclass); in init_reg_sets_1()
374 superclass: in init_reg_sets_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dregclass.c374 GO_IF_HARD_REG_SUBSET (c, reg_class_contents[k], superclass); in init_reg_sets_1()
376 superclass: in init_reg_sets_1()

123