| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | 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 265 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 D | 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 367 child_range children() { in children() function 371 const_child_range children() const { in children() function 647 child_range children() { in children() function 652 const_child_range children() const { in children() function 753 child_range children() { return child_range(&Condition, &Condition + 1); } in children() function [all …]
|
| H A D | ExprCXX.h | 358 child_range children() { in children() function 753 child_range children() { in children() function 757 const_child_range children() const { in children() function 788 child_range children() { in children() function 792 const_child_range children() const { in children() function 835 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } in children() function 837 const_child_range children() const { in children() function 909 child_range children() { in children() function 916 const_child_range children() const { in children() function 975 child_range children() { in children() function [all …]
|
| H A D | 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 243 child_range children() { in children() function 248 const_child_range children() const { in children() function 384 child_range children() { in children() function 395 const_child_range children() const { in children() function [all …]
|
| H A D | 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 …]
|
| H A D | OpenACCClause.h | 53 const_child_range children() const { in children() function 75 child_range children() { in children() function 78 const_child_range children() const { in children() function 97 child_range children() { in children() function 100 const_child_range children() const { in children() function 119 child_range children() { in children() function 122 const_child_range children() const { in children() function 141 child_range children() { in children() function 144 const_child_range children() const { in children() function 162 child_range children() { in children() function [all …]
|
| H A D | Expr.h | 1161 child_range children() { return child_range(&SubExpr, &SubExpr+1); } in children() function 1162 const_child_range children() const { in children() function 1210 child_range children() { in children() function 1214 const_child_range children() const { in children() function 1499 child_range children() { in children() function 1503 const_child_range children() const { in children() function 1543 child_range children() { in children() function 1546 const_child_range children() const { in children() function 1593 child_range children() { in children() function 1596 const_child_range children() const { in children() function [all …]
|
| H A D | StmtSYCL.h | 83 child_range children() { in children() function 87 const_child_range children() const { in children() function
|
| H A D | 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
|
| H A D | StmtOpenACC.h | 69 child_range children() { in children() function 73 const_child_range children() const { in children() function 107 child_range children() { in children() function 113 const_child_range children() const { in children() function 544 child_range children() { in children() function 549 const_child_range children() const { in children() function 611 child_range children() { in children() function 616 const_child_range children() const { in children() function
|
| H A D | ExprConcepts.h | 156 child_range children() { in children() function 159 const_child_range children() const { in children() function 583 child_range children() { in children() function 586 const_child_range children() const { in children() function
|
| /freebsd/contrib/lutok/api-docs/html/ |
| H A D | menudata.js | 25 var menudata={children:[ property 27 {text:"Namespaces",url:"namespaces.html",children:[ property 29 {text:"Namespace Members",url:"namespacemembers.html",children:[ property 32 {text:"Classes",url:"annotated.html",children:[ property 36 {text:"Class Members",url:"functions.html",children:[ property 37 {text:"All",url:"functions.html",children:[ property 56 {text:"Functions",url:"functions_func.html",children:[ property 75 {text:"Files",url:"files.html",children:[ property 77 {text:"File Members",url:"globals.html",children:[ property
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | fts_children_test.c | 43 FTSENT *children, *p; in ATF_TC_BODY() local 83 FTSENT *ent, *children; in ATF_TC_BODY() local 119 FTSENT *ent, *children, *p; in ATF_TC_BODY() local 217 FTSENT *ent, *children, *p; in ATF_TC_BODY() local
|
| H A D | fts_regress_test.c | 323 FTSENT *ent, *children; in ATF_TC_BODY() local 376 FTSENT *ent, *children; in ATF_TC_BODY() local
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 397 alloc_new_map(uint64_t children, uint64_t nperms, uint64_t seed, in alloc_new_map() 427 alloc_fixed_map(uint64_t children, draid_map_t **mapp) in alloc_fixed_map() 487 uint64_t children = map->dm_children; in eval_resilver() local 598 uint64_t children = map->dm_children; in eval_decluster() local 695 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() 865 for (uint64_t children = min_children; in draid_generate() local 974 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_verify() local 1174 for (uint64_t children = min_children; in draid_dump() local 1211 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_table() local
|
| /freebsd/sys/dev/nvme/ |
| H A D | nvme.c | 96 device_t *children; in nvme_notify_async() local 112 device_t *children; in nvme_notify_fail() local
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_comutil.c | 42 uint_t children; in zfs_allocatable_devs() local 67 uint_t children; in zfs_special_devs() local
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 459 uint_t c, children; in get_replication() local 784 uint_t children; in check_replication() local 948 uint_t c, children; in make_disks() local 1127 uint_t c, children; in is_device_in_use() local 1344 uint64_t children = 0; in draid_config_by_type() local 1595 int c, children = 0; in construct_spec() local 1964 uint_t c, children; in split_mirror_vdev() local
|
| H A D | zpool_util.c | 78 uint_t c, children; in num_logs() local
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | vdev.cc | 203 std::list<Vdev> children; in Children() local 242 std::list<Vdev> children; in Parent() local
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | 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/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Timer.h | 53 std::vector<Timer *> children; variable
|
| /freebsd/usr.sbin/rpc.ypxfrd/ |
| H A D | ypxfrd_server.c | 51 int children = 0; variable
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 1186 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1197 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1212 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1233 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1244 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1278 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1303 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() local
|
| /freebsd/sys/dev/adb/ |
| H A D | adbvar.h | 49 device_t children[16]; member
|