Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h67 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 …]
H A DOpenMPClause.h93 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 …]
H A DOpenACCClause.h49 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 …]
H A DExprCXX.h356 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 …]
H A DStmtCXX.h57 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 …]
H A DExpr.h1158 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 …]
H A DStmtOpenACC.h68 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
H A DExprOpenMP.h98 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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c407 alloc_new_map(uint64_t children, uint64_t nperms, uint64_t seed, in alloc_new_map()
437 alloc_fixed_map(uint64_t children, draid_map_t **mapp) in alloc_fixed_map()
497 uint64_t children = map->dm_children; in eval_resilver() local
608 uint64_t children = map->dm_children; in eval_decluster() local
705 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps()
875 for (uint64_t children = min_children; in draid_generate() local
984 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_verify() local
1184 for (uint64_t children = min_children; in draid_dump() local
1221 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_table() local
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c52 uint_t children; in zfs_allocatable_devs() local
77 uint_t children; in zfs_special_devs() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c469 uint_t c, children; in get_replication() local
794 uint_t children; in check_replication() local
958 uint_t c, children; in make_disks() local
1137 uint_t c, children; in is_device_in_use() local
1345 draid_config_by_type(nvlist_t *nv, const char *type, uint64_t children) in draid_config_by_type()
1536 int c, children = 0; in construct_spec() local
1798 uint_t c, children; in split_mirror_vdev() local
H A Dzpool_util.c88 uint_t c, children; in num_logs() local
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.cc203 std::list<Vdev> children; in Children() local
242 std::list<Vdev> children; in Parent() local
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c33 _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/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h53 std::vector<Timer *> children; variable
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c51 int children = 0; variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1189 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold()
1200 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele()
1215 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter()
1236 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots()
1247 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free()
1281 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots()
1306 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() local
H A Dvdev_mirror.c149 vdev_mirror_map_size(int children) in vdev_mirror_map_size()
156 vdev_mirror_map_alloc(int children, boolean_t resilvering, boolean_t root) in vdev_mirror_map_alloc()
609 int c, children; in vdev_mirror_io_start() local
/freebsd/sys/dev/adb/
H A Dadbvar.h49 device_t children[16]; member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c163 uint_t c, children; in find_vdev_problem() local
258 uint_t c, i, children; in check_status() local
/freebsd/sys/dev/mii/
H A Dmii.c127 device_t *children; in miibus_attach() local
241 device_t *children, phy; in miibus_hinted_child() local
374 device_t *children, phy; in mii_attach() local
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c234 uint_t c, children; in fix_paths() local
503 uint_t children = 0; in get_configs() local
1180 uint_t c, children; in label_paths_impl() local
1593 uint_t children; in discover_cached_paths() local
1958 uint_t children = 0; in vdev_is_leaf() local
2067 uint_t c, children; in for_each_vdev_cb() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h395 inline iterator_range<DWARFDie::iterator> DWARFDie::children() const { in children() function
/freebsd/tests/sys/kern/
H A Dptrace_test.c635 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
691 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
742 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
824 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
892 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
955 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
1105 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
1168 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
1740 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h118 const Definition *children = nullptr; global() member
202 std::vector<Entry> children; global() member
[all...]

1234567