Searched refs:inherited (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/
H A DMakefile.PL16 my $inherited = shift->SUPER::cflags(@_);
19 $inherited =~ s/\s-O\d?//m;
21 $inherited;
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c149 pflags(pd_entry_t e, pd_entry_t inherited) argument
154 inherited &= e;
165 inherited & PG_u ? 'u' : '-',
167 inherited & PG_RW ? 'W' : '-',
168 inherited & PG_NX ? 'X' : '-'); /* reversed */
179 pent(int level, int idx, vaddr_t va, pd_entry_t e, pd_entry_t inherited, argument
204 inherited &= e;
209 pflags(e, inherited);
224 inherited, l4_type == T_PTE ? l4type(i) : T_NORMAL);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DAmnesty.pm10 use Test2::Util::HashBase qw{ -tag -inherited };
51 =item $bool = $amnesty->{inherited}
53 =item $bool = $amnesty->inherited()
55 This will be true if the amnesty was granted to a parent event and inherited by
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp35 inherited; typedef in class:__anon856::CollectUnexpandedParameterPacksVisitor
109 return inherited::TraverseTemplateName(Template);
137 return inherited::TraverseStmt(S);
146 return inherited::TraverseType(T);
157 return inherited::TraverseTypeLoc(TL);
170 return inherited::TraverseDecl(D);
178 return inherited::TraverseAttr(A);
195 return inherited::TraverseUnresolvedUsingValueDecl(D);
203 return inherited::TraverseUnresolvedUsingTypenameDecl(D);
211 return inherited
[all...]
H A DSemaTemplateInstantiate.cpp1101 typedef TreeTransform<TemplateInstantiator> inherited; typedef in class:__anon855::TemplateInstantiator
1106 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc),
1300 return inherited::TransformFunctionProtoType(TLB, TL);
1315 using inherited::TransformTemplateTypeParmType;
1330 using inherited::TransformSubstTemplateTypeParmPackType;
1339 ExprResult Result = inherited::TransformLambdaExpr(E);
1367 ExprResult TransReq = inherited::TransformRequiresExpr(E);
1558 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
1568 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
1601 return inherited
[all...]
H A DSemaConcept.cpp687 using inherited = TreeTransform<AdjustConstraintDepth>;
689 : inherited(SemaRef), TemplateDepth(TemplateDepth) {}
691 using inherited::TransformTemplateTypeParmType;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm187 my $inherited = $self->SUPER::c_o(@_);
188 $inherited =~ s{(:\n\t)(.*(?:\n\t.*)*)}
190 $inherited =~ s{(\s)(\$\*\.c\s)}
192 $inherited;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DSkip.pm46 inherited => 0,
H A DSubtest.pm95 $e->add_amnesty($am->clone(inherited => 1));
/openbsd-current/gnu/usr.bin/perl/cpan/NEXT/lib/
H A DNEXT.pm351 will invoke the multiply inherited method as many times as it is
352 inherited. For example, the above code prints:
430 calls I<every> method named C<foo> that the object in C<$obj> has inherited.
466 most inherited methods (including destructors), but is inappropriate for
522 which the call to C<EVERY::LAST::Destroy> in the inherited destructor
525 Likewise, to create a class hierarchy in which every initializer inherited by
551 which the call to C<EVERY::LAST::Init> in the inherited constructor
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DFunctions.pm83 which contains the entire set, and which is inherited by the modules for
/openbsd-current/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/
H A DSelfStubber.pm106 for inherited autoloaded methods.
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dhsw_ips.c162 if (intel_crtc_needs_fastset(new_crtc_state) && old_crtc_state->inherited)
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm18 be inherited by other C<IO::Handle> based objects. It provides methods
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.pm115 using a platform specific library, possibly inherited from BSD
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.pm118 using a platform specific library, possibly inherited from BSD
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm594 By default, filters are not inherited by child hubs. That means if you start a
610 By default listeners are not inherited by child hubs. That means if you start a
672 Normally listeners are not inherited by child hubs such as subtests. You can
673 add the C<< inherit => 1 >> parameter to allow a listener to be inherited.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DStack.pm155 formatter and IPC instance will be inherited from the current top hub. You can
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDB.pm557 # these (inherited) methods can be called by the client
756 Usually inherited from DB package. If no arguments are passed,
769 Usually inherited from DB package. If no arguments are passed,
774 Usually inherited from DB package. Ask for a STRING to be C<eval>-ed
H A DUNIVERSAL.pm140 I<undef>. This includes methods inherited or imported by C<$obj>, C<CLASS>, or
/openbsd-current/gnu/usr.bin/perl/dist/SelfLoader/lib/
H A DSelfLoader.pm331 =head2 Classes and inherited methods.
335 be inherited.
345 For modules which ARE classes, and need to handle inherited methods,
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgv.t1217 like $@, qr /^Use of inherited AUTOLOAD for non-method main::fred\(\) is no longer allowed/, "Cannot inherit AUTOLOAD";
1227 like $@, qr /^Use of inherited AUTOLOAD for non-method main::f\x{1543}\x{18c}\(\) is no longer allowed/, "Cannot inherit AUTOLOAD";
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/
H A DTiny.pm194 $event->add_amnesty({tag => 'TODO', details => $reason, inherited => 1});
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/
H A DTAP.pm266 next if $am->{inherited};
356 # info on a second line, this behavior is inherited from Test::Builder.
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A DLocale.pm211 However C<change()> inherited from C<Unicode::Collate> allows
221 and methods other than C<new> are inherited from C<Unicode::Collate>.

Completed in 382 milliseconds

12