Home
last modified time | relevance | path

Searched full:inherited (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h26 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 Duser_property_002_pos.ksh36 # 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 Duser_property_002_pos.ksh36 # 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 Dzfs_unallow_007_neg.ksh36 # 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 DODRHash.cpp261 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 Dzfs_acl_chmod_inherit_002_pos.ksh122 # 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 Dzfs_acl_chmod_inherit_001_pos.ksh111 # 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 Dzfs_unallow_007_neg.ksh36 # 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 Dcacheplcs.h77 * 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 Dgraph_legend.html31 <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 Dgraph_legend.html31 <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 DREADME.state53 # 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 Dinherit.kshlib49 # 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 DREADME.state55 # 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 Dinherit.kshlib47 # 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 DASTRecordReader.h114 /// 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 Dgraph_legend.html33 <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 Dgraph_legend.html32 <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 Dgraph_legend.html33 <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 Dgraph_legend.html32 <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 Dgraph_legend.html32 <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 Dacl_add_flag_np.352 .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 DVIMAGE15 ##################### 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 Dzfs-inherit.8115 .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 Dzfs-set.8115 .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

12345678910>>...20