/openbsd/regress/sys/arch/amd64/dump_tables/ |
H A D | dump_tables.c | 149 pflags(pd_entry_t e, pd_entry_t inherited) in pflags() argument 154 inherited &= e; in pflags() 165 inherited & PG_u ? 'u' : '-', in pflags() 167 inherited & PG_RW ? 'W' : '-', in pflags() 168 inherited & PG_NX ? 'X' : '-'); /* reversed */ in pflags() 179 pent(int level, int idx, vaddr_t va, pd_entry_t e, pd_entry_t inherited, in pent() argument 204 inherited &= e; in pent() 209 pflags(e, inherited); in pent() 224 inherited, l4_type == T_PTE ? l4type(i) : T_NORMAL); in pent()
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Makefile.PL | 16 my $inherited = shift->SUPER::cflags(@_); 19 $inherited =~ s/\s-O\d?//m; 21 $inherited;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
H A D | Amnesty.t | 9 my $one = $CLASS->new(details => 'foo', tag => 'bar', inherited => 0); 13 is($one->inherited, 0, "Got 'inherited' value");
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 35 inherited; typedef in __anon573c93410111::CollectUnexpandedParameterPacksVisitor 109 return inherited::TraverseTemplateName(Template); in TraverseTemplateName() 137 return inherited::TraverseStmt(S); in TraverseStmt() 146 return inherited::TraverseType(T); in TraverseType() 157 return inherited::TraverseTypeLoc(TL); in TraverseTypeLoc() 170 return inherited::TraverseDecl(D); in TraverseDecl() 178 return inherited::TraverseAttr(A); in TraverseAttr() 195 return inherited::TraverseUnresolvedUsingValueDecl(D); in TraverseUnresolvedUsingValueDecl() 211 return inherited::TraverseTemplateArgument(Arg); in TraverseTemplateArgument() 227 return inherited::TraverseCXXBaseSpecifier(Base); in TraverseCXXBaseSpecifier() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 1101 typedef TreeTransform<TemplateInstantiator> inherited; typedef in __anon7fd784e20211::TemplateInstantiator 1106 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc), in TemplateInstantiator() 1300 return inherited::TransformFunctionProtoType(TLB, TL); in TransformFunctionProtoType() 1315 using inherited::TransformTemplateTypeParmType; 1330 using inherited::TransformSubstTemplateTypeParmPackType; 1339 ExprResult Result = inherited::TransformLambdaExpr(E); in TransformLambdaExpr() 1367 ExprResult TransReq = inherited::TransformRequiresExpr(E); in TransformRequiresExpr() 1558 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator, in RebuildExceptionDecl() 1680 return inherited::TransformTemplateName(SS, Name, NameLoc, ObjectType, in TransformTemplateName() 1996 return inherited::TransformDeclRefExpr(E); in TransformDeclRefExpr() [all …]
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subdir/ |
H A D | lit.local.cfg | 3 # Check that the arbitrary config values in our parent was inherited.
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Stack.t | 72 is($new->ipc, $top->ipc, "inherited ipc"); 73 is($new->format, $top->format, "inherited formatter");
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/ |
H A D | Skip.pm | 46 inherited => 0,
|
H A D | Subtest.pm | 95 $e->add_amnesty($am->clone(inherited => 1));
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/ |
H A D | Todo.pm | 35 $event->add_amnesty({tag => 'TODO', details => $reason, inherited => 1});
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
H A D | Skip.t | 22 inherited => 0,
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/acceptance/ |
H A D | Workflow-Acceptance5.t | 23 isnt(get_ids(), $orig, "In child (inherited)")
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | bitfield-1.m | 1 /* Check if bitfield ivars are inherited correctly (i.e., without
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | README | 38 `-Wno-protocol' causes it to allow inherited methods, while 46 methods of that particular class. This method is not inherited, and
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | README | 38 `-Wno-protocol' causes it to allow inherited methods, while 46 methods of that particular class. This method is not inherited, and
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | calling-class-methods.t | 36 # check whether op's accept normal strings, even when inherited by subclasses
|
H A D | calling-instance-methods.t | 36 # check whether op's accept normal strings, even when inherited by subclasses
|
/openbsd/gnu/usr.bin/perl/cpan/NEXT/t/ |
H A D | unseen.t | 46 $seen++ ? ::fail("Can't visit inherited test twice")
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/ |
H A D | Tiny.pm | 194 $event->add_amnesty({tag => 'TODO', details => $reason, inherited => 1});
|
/openbsd/gnu/usr.bin/perl/ |
H A D | vxs.inc | 242 || strcmp(classname,VXS_CLASS) != 0 ) /* inherited new() */ 434 || strcmp(classname,"version")) ) { /* inherited new() */
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | hsw_ips.c | 162 if (intel_crtc_needs_fastset(new_crtc_state) && old_crtc_state->inherited) in hsw_ips_need_enable()
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | ProgRef.rst | 107 classes are inherited by concrete records. Even so, some fields of concrete 575 specified each time the class is inherited by another class or record. 579 argument list when the class is inherited (required argument). If an 609 from the class. If the class is inherited by an anonymous record, the name 648 for fields defined directly in the body or fields inherited from parent 737 ``"Hello!"``. In addition, ``Y`` overrides the inherited ``V`` field, 851 their parent classes. So the ``let`` acts to override inherited field 1292 * In a class definition, the assertions are saved and inherited by all 1391 c. Add the parent class to the record's list of inherited classes. 1394 bindings only apply to inherited fields. [all …]
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | script_run.t | 69 like("A\N{COMBINING GRAVE ACCENT}", $script_run, "An inherited script matches others"); 72 …LDE}\N{COMBINING GRAVE ACCENT}", $script_run, "A script containing only inherited characters match…
|
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/ |
H A D | v850.sc | 23 attributes from being inherited by the zdata
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | v850.sc | 23 attributes from being inherited by the zdata
|