| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | class-tests-1.h | 29 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 D | class-5.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-8.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-6.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-13.m | 6 methods and a subclass overriding the superclass' implementation
|
| H A D | class-9.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-11.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-10.m | 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-14.m | 6 methods and a subclass overriding the superclass' implementation,
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/ |
| H A D | Maketext.pm | 563 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 D | super-class-1.m | 5 @end /* { dg-error "annot find interface declaration for .*, superclass" } */
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 769 } 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 D | perlclassguts.pod | 39 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 D | perl5182delta.pod | 83 package’s superclass. This has been fixed. [perl #120694]
|
| H A D | perlclass.pod | 198 Classes may inherit from B<one> superclass, by using the C<:isa> class
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrPatternsVec.td | 15 // Instruction format superclass
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 94 "|helperclass|helps|instancesize|ownership|performance|security|superclass}1' "
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 187 def SuperClass : RecordLikeDetailCommand<"superclass">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrFormats.td | 10 // Instruction format superclass
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 89 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 D | FAQ.pod | 602 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 D | APINotes.rst | 222 - Selector: superclass
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-parser.c | 5690 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 D | regclass.c | 372 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 D | regclass.c | 374 GO_IF_HARD_REG_SUBSET (c, reg_class_contents[k], superclass); in init_reg_sets_1() 376 superclass: in init_reg_sets_1()
|