Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd/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()
H A DSemaTemplateVariadic.cpp35 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 …]
/freebsd/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/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/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anonb4317f1a0111::ODRDeclVisitor
300 Inherited::Visit(D); in Visit()
305 Inherited::VisitNamedDecl(D); in VisitNamedDecl()
312 Inherited::VisitValueDecl(D); in VisitValueDecl()
323 Inherited::VisitVarDecl(D); in VisitVarDecl()
328 Inherited::VisitParmVarDecl(D); in VisitParmVarDecl()
333 Inherited::VisitAccessSpecDecl(D); in VisitAccessSpecDecl()
340 Inherited::VisitStaticAssertDecl(D); in VisitStaticAssertDecl()
354 Inherited::VisitFieldDecl(D); in VisitFieldDecl()
359 Inherited::VisitObjCIvarDecl(D); in VisitObjCIvarDecl()
[all …]
/freebsd/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/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/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/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/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/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/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h114 /// Read information about an exception specification (inherited).
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/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/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/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/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/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/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/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/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/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/contrib/byacc/
H A DREADME.BTYACC367 inherited attributes (which tend to introduce conflicts).
385 inherited attributes, which look like arguments (they are
456 Inherited attributes in btyacc:
458 Inherited attributes look a lot like function arguments to
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 */

12345678910>>...21