| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtObjC.h | 67 child_range children() { in children() function 71 const_child_range children() const { in children() function 119 child_range children() { return child_range(&Body, &Body + 1); } in children() function 121 const_child_range children() const { in children() function 155 child_range children() { in children() function 159 const_child_range children() const { in children() function 264 child_range children() { in children() function 269 const_child_range children() const { in children() function 348 child_range children() { in children() function 352 const_child_range children() const { in children() function [all …]
|
| HD | OpenMPClause.h | 93 const_child_range children() const { in children() function 123 child_range children() { in children() function 127 const_child_range children() const { in children() function 176 child_range children() { return child_range(&S, &S + 1); } in children() function 178 const_child_range children() const { return const_child_range(&S, &S + 1); } in children() function 498 child_range children() { in children() function 503 const_child_range children() const { in children() function 604 child_range children() { return child_range(&Condition, &Condition + 1); } in children() function 606 const_child_range children() const { in children() function 850 child_range children() { in children() function [all …]
|
| HD | OpenACCClause.h | 49 const_child_range children() const { in children() function 71 child_range children() { in children() function 74 const_child_range children() const { in children() function 93 child_range children() { in children() function 96 const_child_range children() const { in children() function 114 child_range children() { in children() function 117 const_child_range children() const { in children() function 140 child_range children() { in children() function 143 const_child_range children() const { in children() function 166 child_range children() { in children() function [all …]
|
| HD | ExprCXX.h | 356 child_range children() { in children() function 751 child_range children() { in children() function 755 const_child_range children() const { in children() function 786 child_range children() { in children() function 790 const_child_range children() const { in children() function 833 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } in children() function 835 const_child_range children() const { in children() function 907 child_range children() { in children() function 914 const_child_range children() const { in children() function 973 child_range children() { in children() function [all …]
|
| HD | ExprObjC.h | 75 child_range children() { return child_range(&String, &String+1); } in children() function 77 const_child_range children() const { in children() function 110 child_range children() { in children() function 114 const_child_range children() const { in children() function 166 child_range children() { return child_range(&SubExpr, &SubExpr+1); } in children() function 168 const_child_range children() const { in children() function 245 child_range children() { in children() function 250 const_child_range children() const { in children() function 386 child_range children() { in children() function 397 const_child_range children() const { in children() function [all …]
|
| HD | StmtCXX.h | 57 child_range children() { return child_range(&HandlerBlock, &HandlerBlock+1); } in children() function 59 const_child_range children() const { in children() function 119 child_range children() { in children() function 123 const_child_range children() const { in children() function 217 child_range children() { in children() function 221 const_child_range children() const { in children() function 302 child_range children() { in children() function 306 const_child_range children() const { in children() function 435 child_range children() { in children() function 440 const_child_range children() const { in children() function [all …]
|
| HD | Expr.h | 1158 child_range children() { return child_range(&SubExpr, &SubExpr+1); } in children() function 1159 const_child_range children() const { in children() function 1207 child_range children() { in children() function 1211 const_child_range children() const { in children() function 1490 child_range children() { in children() function 1494 const_child_range children() const { in children() function 1534 child_range children() { in children() function 1537 const_child_range children() const { in children() function 1581 child_range children() { in children() function 1584 const_child_range children() const { in children() function [all …]
|
| HD | StmtOpenACC.h | 68 child_range children() { in children() function 72 const_child_range children() const { in children() function 106 child_range children() { in children() function 112 const_child_range children() const { in children() function
|
| HD | Stmt.h | 1530 child_range children() { in children() function 1535 const_child_range children() const { in children() function 1594 child_range children() { in children() function 1598 const_child_range children() const { in children() function 1751 child_range children() { return child_range(body_begin(), body_end()); } in children() function 1753 const_child_range children() const { in children() function 1947 child_range children() { in children() function 1953 const_child_range children() const { in children() function 1988 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } in children() function 1990 const_child_range children() const { in children() function [all …]
|
| HD | ExprOpenMP.h | 98 child_range children() { in children() function 102 const_child_range children() const { in children() function 286 child_range children() { in children() function 291 const_child_range children() const { in children() function
|
| HD | ExprConcepts.h | 156 child_range children() { in children() function 159 const_child_range children() const { in children() function 594 child_range children() { in children() function 597 const_child_range children() const { in children() function
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| HD | draid.c | 406 alloc_new_map(uint64_t children, uint64_t nperms, uint64_t seed, in alloc_new_map() 436 alloc_fixed_map(uint64_t children, draid_map_t **mapp) in alloc_fixed_map() 496 uint64_t children = map->dm_children; in eval_resilver() local 605 uint64_t children = map->dm_children; in eval_decluster() local 702 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() 869 for (uint64_t children = min_children; in draid_generate() local 979 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_verify() local 1181 for (uint64_t children = min_children; in draid_dump() local 1219 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_table() local
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zcommon/ |
| HD | zfs_comutil.c | 51 uint_t children; in zfs_allocatable_devs() local 76 uint_t children; in zfs_special_devs() local
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_vdev.c | 495 uint_t c, children; in get_replication() local 802 uint_t children; in check_replication() local 951 uint_t c, children; in make_disks() local 1130 uint_t c, children; in is_device_in_use() local 1338 draid_config_by_type(nvlist_t *nv, const char *type, uint64_t children) in draid_config_by_type() 1509 int c, children = 0; in construct_spec() local 1767 uint_t c, children; in split_mirror_vdev() local
|
| HD | zpool_util.c | 71 uint_t c, children; in num_logs() local
|
| /freebsd-13-stable/cddl/usr.sbin/zfsd/ |
| HD | vdev.cc | 203 std::list<Vdev> children; in Children() local 242 std::list<Vdev> children; in Parent() local
|
| /freebsd-13-stable/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_abbrev.c | 33 _dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, in _dwarf_abbrev_add() 110 uint8_t children; in _dwarf_abbrev_parse() local
|
| /freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/ |
| HD | Timer.h | 53 std::vector<Timer *> children; variable
|
| /freebsd-13-stable/usr.sbin/rpc.ypxfrd/ |
| HD | ypxfrd_server.c | 51 int children = 0; variable
|
| /freebsd-13-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_skel.h | 101 struct svn_skel_t *children; member
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | lock.c | 168 write_digest_file(apr_hash_t *children, in write_digest_file() 364 apr_hash_t *children; in set_lock() local 402 apr_hash_t *children; in add_to_digest() local 440 apr_hash_t *children; in delete_from_digest() local 569 apr_hash_t *children; in walk_locks() local 705 apr_array_header_t *children; in schedule_index_update() local 914 apr_array_header_t *children = apr_hash_this_val(hi); in lock_body() local 1073 apr_array_header_t *children = apr_hash_this_val(hi); in unlock_body() local
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | lock.c | 166 write_digest_file(apr_hash_t *children, in write_digest_file() 350 apr_hash_t *children; in set_lock() local 386 apr_hash_t *children; in add_to_digest() local 422 apr_hash_t *children; in delete_from_digest() local 549 apr_hash_t *children; in walk_locks() local 685 apr_array_header_t *children; in schedule_index_update() local 893 apr_array_header_t *children = apr_hash_this_val(hi); in lock_body() local 1051 apr_array_header_t *children = apr_hash_this_val(hi); in unlock_body() local
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dnode.c | 1159 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1170 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1185 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1206 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1217 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1251 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1271 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() local
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_status.c | 163 uint_t c, vsc, children; in find_vdev_problem() local 262 uint_t c, i, children; in check_status() local
|
| /freebsd-13-stable/sys/dev/adb/ |
| HD | adbvar.h | 49 device_t children[16]; member
|