/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 35 inherited; typedef in __anone7d735f40111::CollectUnexpandedParameterPacksVisitor 112 return inherited::TraverseTemplateName(Template); in TraverseTemplateName() 140 return inherited::TraverseStmt(S); in TraverseStmt() 149 return inherited::TraverseType(T); in TraverseType() 160 return inherited::TraverseTypeLoc(TL); in TraverseTypeLoc() 173 return inherited::TraverseDecl(D); in TraverseDecl() 181 return inherited::TraverseAttr(A); in TraverseAttr() 191 return inherited::TraverseStmt(E->getIndexExpr()); in TraversePackIndexingExpr() 194 return inherited::TraverseStmt(E->getIndexExpr()); in TraversePackIndexingType() 197 return inherited::TraverseStmt(TL.getIndexExpr()); in TraversePackIndexingTypeLoc() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 1345 typedef TreeTransform<TemplateInstantiator> inherited; typedef in __anondb690eb50211::TemplateInstantiator 1350 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc), in TemplateInstantiator() 1557 return inherited::TransformFunctionProtoType(TLB, TL); in TransformFunctionProtoType() 1562 auto Type = inherited::TransformInjectedClassNameType(TLB, TL); in TransformInjectedClassNameType() 1572 inherited::TransformType(ICT->getInjectedSpecializationType()); in TransformInjectedClassNameType() 1605 return inherited::TransformTemplateArgument(Input, Output, Uneval); in TransformTemplateArgument() 1620 using inherited::TransformTemplateTypeParmType; 1635 using inherited::TransformSubstTemplateTypeParmPackType; 1655 return inherited::ComputeLambdaDependency(LSI); in ComputeLambdaDependency() 1662 ExprResult Result = inherited::TransformLambdaExpr(E); in TransformLambdaExpr() [all …]
|
/freebsd/share/examples/jails/ |
H A D | VIMAGE | 48 #################### Disable select inherited options 52 #################### Disable select inherited devices
|
/freebsd/tests/sys/cddl/zfs/tests/inheritance/ |
H A D | README.state | 53 # from which the property is inherited. (The code 54 # automatically adds in the 'inherited from..' part 65 # from which the property is inherited. 83 # were inherited from the top level pool (called TESTPOOL). Note the '-:-'
|
H A D | state011.cfg | 31 # inherited from the middle level dataset.
|
H A D | state019.cfg | 30 # datasets have inherited from the top level, results in the top level
|
H A D | state021.cfg | 30 # middle dataset has inherited from the top level, results in the top level
|
H A D | state015.cfg | 30 # level has inherited its value from the middle level, results in no change
|
H A D | state016.cfg | 30 # level has inherited its value from the middle level, results in no change
|
H A D | state018.cfg | 30 # and the bottom level has inherited its properties from the middle
|
H A D | state022.cfg | 30 # middle dataset has inherited from the top level, results in the top level
|
H A D | state020.cfg | 30 # datasets have inherited from the top level, results in the top level
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
H A D | README.state | 55 # from which the property is inherited. (The code 56 # automatically adds in the 'inherited from..' part 67 # from which the property is inherited. 85 # were inherited from the top level pool (called TESTPOOL). Note the '-:-'
|
H A D | state011.cfg | 36 # inherited from the middle level dataset.
|
H A D | state019.cfg | 35 # datasets have inherited from the top level, results in the top level
|
H A D | state020.cfg | 35 # datasets have inherited from the top level, results in the top level
|
H A D | state021.cfg | 35 # middle dataset has inherited from the top level, results in the top level
|
H A D | state022.cfg | 35 # middle dataset has inherited from the top level, results in the top level
|
H A D | state015.cfg | 35 # level has inherited its value from the middle level, results in no change
|
H A D | state016.cfg | 35 # level has inherited its value from the middle level, results in no change
|
H A D | state018.cfg | 35 # and the bottom level has inherited its properties from the middle
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 226 expect2=${acltemp}:inherited:${aclaction} 254 expect1=${acltemp}/inherit_only/inherited:${aclaction} 259 expect1=${acltemp}/inherited:${aclaction}
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | interrupts.txt | 21 controller node. This property is inherited, so it may be specified in an 27 the inherited one. Each entry in this property contains both the parent phandle
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_ecdh.pod | 21 The key is inherited by all B<ssl> objects created from B<ctx>.
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 367 inherited attributes (which tend to introduce conflicts). 385 inherited attributes, which look like arguments (they are 465 1. it does type checking on the inherited attributes, 467 you give the correct number of arguments (inherited 470 from inherited attributes. This eliminates many 472 the inherited attributes. 474 You use inherited attributes by declaring the types of the 482 /* lhs takes 2 inherited attributes */
|