/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef 28 UsedDeclVisitor(Sema &S) : Inherited(S.Context), S(S) {} in UsedDeclVisitor() 49 Inherited::VisitCapturedStmt(Node); in VisitCapturedStmt() 64 Inherited::VisitCXXNewExpr(E); in VisitCXXNewExpr() 80 Inherited::VisitCXXDeleteExpr(E); in VisitCXXDeleteExpr() 90 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr() 95 Inherited::VisitCXXDefaultArgExpr(E); in VisitCXXDefaultArgExpr() 100 Inherited::VisitCXXDefaultInitExpr(E); in VisitCXXDefaultInitExpr() 106 Inherited::VisitInitListExpr(ILE); in VisitInitListExpr()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | user_property_002_pos.ksh | 36 # User defined property are always inherited from its parent dataset 63 # Verify options datasets (3-n) inherit from the inherited dataset $2. 66 # $2 inherited dataset 81 "$source" != "inherited from $inherited_dtst" ]] 92 log_assert "User defined property inherited from its parent." 114 log_note "Set intermediate dataset will change the inherited relationship." 120 log_pass "User defined property inherited from its parent passed."
|
/freebsd-src/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
H A D | user_property_002_pos.ksh | 36 # User defined property are always inherited from its parent dataset 74 # Verify options datasets (3-n) inherit from the inherited dataset $2. 77 # $2 inherited dataset 92 "$source" != "inherited from $inherited_dtst" ]] 103 log_assert "User defined property inherited from its parent." 125 log_note "Set intermediate dataset will change the inherited relationship." 131 log_pass "User defined property inherited from its parent passed."
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | zfs_unallow_007_neg.ksh | 36 # zfs unallow will not remove those permissions which inherited from 47 log_assert "zfs unallow won't remove those permissions which inherited from " \ 59 # return 0, the inherited permissions can't be removed in fact. 64 log_pass "Verify zfs unallow won't remove inherited permissions passed."
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; 300 Inherited::Visit(D); 305 Inherited::VisitNamedDecl(D); in VisitValueDecl() 312 Inherited::VisitValueDecl(D); in VisitVarDecl() 323 Inherited::VisitVarDecl(D); 328 Inherited::VisitParmVarDecl(D); 333 Inherited::VisitAccessSpecDecl(D); in VisitStaticAssertDecl() 340 Inherited::VisitStaticAssertDecl(D); in VisitFieldDecl() 354 Inherited::VisitFieldDecl(D); 359 Inherited in VisitObjCPropertyDecl() 254 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; global() typedef in __anon4baa67ec0111::ODRDeclVisitor 821 typedef TypeVisitor<ODRTypeVisitor> Inherited; global() typedef in __anon4baa67ec0211::ODRTypeVisitor [all...] |
/freebsd-src/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 122 # According to inherited flag, verify subdirectories and files within it has 123 # correct inherited access control. 146 # Get the files which inherited ACE. 154 # Get the directores which inherited ACE. 186 # are inherited. 191 # inherited. 226 expect2=${acltemp}:inherited:${aclaction} 254 expect1=${acltemp}/inherit_only/inherited:${aclaction} 259 expect1=${acltemp}/inherited:${aclaction}
|
H A D | zfs_acl_chmod_inherit_001_pos.ksh | 111 # According to inherited flag, verify subdirectories and files within it has 112 # correct inherited access control. 128 # Get the files which inherited ACE. 136 # Get the directores which inherited ACE.
|
/freebsd-src/tests/sys/cddl/zfs/tests/delegate/ |
H A D | zfs_unallow_007_neg.ksh | 36 # zfs unallow will not remove those permissions which inherited from 56 log_assert "zfs unallow won't remove those permissions which inherited from " \ 68 # return 0, the inherited permissions can't be removed in fact. 73 log_pass "Verify zfs unallow won't remove inherited permissions passed."
|
/freebsd-src/usr.sbin/nscd/ |
H A D | cacheplcs.h | 77 * LFU cache policy item "inherited" from cache_policy_item_ structure 89 * LFU policy queue "inherited" from cache_policy_. 97 * LRU and FIFO policies item "inherited" from cache_policy_item_ 105 * LRU and FIFO policies "inherited" from cache_policy_
|
/freebsd-src/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | graph_legend.html | 31 <span class="comment">/*! Class that is inherited using public inheritance */</span> 37 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 40 <span class="comment">/*! Class that is inherited using private inheritance */</span> 43 <span class="comment">/*! Class that is used by the Inherited class */</span> 47 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | graph_legend.html | 31 <span class="comment">/*! Class that is inherited using public inheritance */</span> 37 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 40 <span class="comment">/*! Class that is inherited using private inheritance */</span> 43 <span class="comment">/*! Class that is used by the Inherited class */</span> 47 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/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 | inherit.kshlib | 49 # either be "default", "local", or "inherited from <parent dataset>". 83 elif [[ $prop_src != "inherited from $expected" ]]; then 85 " rather than 'inherited from $expected'"
|
/freebsd-src/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 | inherit.kshlib | 47 # either be "default", "local", or "inherited from <parent dataset>". 81 elif [[ $prop_src != "inherited from $expected" ]]; then 83 " rather than 'inherited from $expected'"
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 114 /// Read information about an exception specification (inherited). in readExplicitSpec() 218 // DeclarationName readDeclarationName(); (inherited) 225 // NestedNameSpecifier *readNestedNameSpecifier(); (inherited) 230 // TemplateName readTemplateName(); (inherited) 232 /// Read a template argument, advancing Idx. (inherited) 295 // APValue readAPValue(); (inherited) 298 // llvm::APInt readAPInt(); (inherited) 301 // llvm::APSInt readAPSInt(); (inherited)
|
/freebsd-src/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | graph_legend.html | 33 <span class="comment">/*! Class that is inherited using public inheritance */</span> 39 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 42 <span class="comment">/*! Class that is inherited using private inheritance */</span> 45 <span class="comment">/*! Class that is used by the Inherited class */</span> 49 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | graph_legend.html | 32 <span class="comment">/*! Class that is inherited using public inheritance */</span> 38 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 41 <span class="comment">/*! Class that is inherited using private inheritance */</span> 44 <span class="comment">/*! Class that is used by the Inherited class */</span> 48 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | graph_legend.html | 33 <span class="comment">/*! Class that is inherited using public inheritance */</span> 39 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 42 <span class="comment">/*! Class that is inherited using private inheritance */</span> 45 <span class="comment">/*! Class that is used by the Inherited class */</span> 49 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | graph_legend.html | 32 <span class="comment">/*! Class that is inherited using public inheritance */</span> 38 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 41 <span class="comment">/*! Class that is inherited using private inheritance */</span> 44 <span class="comment">/*! Class that is used by the Inherited class */</span> 48 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | graph_legend.html | 32 <span class="comment">/*! Class that is inherited using public inheritance */</span> 38 <span class="comment">/*! Class that is inherited using protected inheritance */</span> 41 <span class="comment">/*! Class that is inherited using private inheritance */</span> 44 <span class="comment">/*! Class that is used by the Inherited class */</span> 48 <span class="keyword">class </span>Inherited : <span class="keyword">public</span> PublicBase,
|
/freebsd-src/lib/libc/posix1e/ |
H A D | acl_add_flag_np.3 | 52 .It ACL_ENTRY_FILE_INHERIT Ta "Will be inherited by files." 53 .It ACL_ENTRY_DIRECTORY_INHERIT Ta "Will be inherited by directories." 56 .It ACL_ENTRY_INHERITED Ta "Inherited from parent"
|
/freebsd-src/share/examples/jails/ |
H A D | VIMAGE | 15 ##################### ENABLE NON-INHERITED OPTIONS/DEVICES ##################### 45 ################ DISABLE UNNECESSARY INHERITED OPTIONS/DEVICES ################ 48 #################### Disable select inherited options 52 #################### Disable select inherited devices
|
/freebsd-src/sys/contrib/openzfs/man/man8/ |
H A D | zfs-inherit.8 | 115 .Sy local , default , inherited , temporary , received , No or Sy - Pq none . 161 .Sy local , default , inherited , temporary , received , No or Sy none . 184 Clears the specified property, causing it to be inherited from an ancestor, 191 inherited. 214 is set for the parent file system, and is automatically inherited by the child
|
H A D | zfs-set.8 | 115 .Sy local , default , inherited , temporary , received , No or Sy - Pq none . 161 .Sy local , default , inherited , temporary , received , No or Sy none . 184 Clears the specified property, causing it to be inherited from an ancestor, 191 inherited. 214 is set for the parent file system, and is automatically inherited by the child
|