Searched refs:children (Results 101 - 125 of 157) sorted by relevance

1234567

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp86 for (Stmt::child_range I = S->children(); I; ++I)
H A DCFG.cpp239 ArrayRef<Stmt*> children; member in class:__anon3035::reverse_children
244 iterator begin() const { return children.rbegin(); }
245 iterator end() const { return children.rend(); }
251 children = CE->getRawSubExprs();
258 children = llvm::makeArrayRef(reinterpret_cast<Stmt**>(IE->getInits()),
267 for (Stmt::child_range I = S->children(); I; ++I) {
272 children = childrenBuf;
1233 /// VisitChildren - Visit the children of a Stmt.
1237 // Visit the children in their reverse order so that they appear in
3230 // When visiting children fo
[all...]
H A DAnalysisDeclContext.cpp463 for (Stmt::child_range I = S->children(); I; ++I)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp79 for (Stmt::const_child_range I = S->children(); I; ++I)
H A DIvarInvalidationChecker.cpp167 for (Stmt::const_child_range I = S->children(); I; ++I) {
/freebsd-9.3-release/lib/libusb/
H A Dusb.h241 struct usb_device **children; member in struct:usb_device
/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c176 children--;
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c50 int children = 0; variable
415 children++;
518 if (children >= MAX_CHILDREN) {
539 children++;
H A Dyp_main.c208 children--;
/freebsd-9.3-release/contrib/gcc/
H A Dalias.c136 /* The children of the alias set. These are not just the immediate
137 children, but, in fact, all descendants. So, if we have:
141 continuing our example above, the children here will be all of
143 splay_tree GTY((param1_is (int), param2_is (int))) children;
315 || splay_tree_lookup (ase->children,
323 || splay_tree_lookup (ase->children,
678 superset_entry->children
689 /* If there is an entry for the subset, enter all of its children
690 (if they are not already present) as children of the SUPERSET. */
696 splay_tree_foreach (subset_entry->children, insert_subset_childre
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c316 int children; member in struct:abbrev_entry
352 add_abbrev (unsigned long number, unsigned long tag, int children) argument
364 entry->children = children;
417 int children; local
431 children = *start++;
433 add_abbrev (entry, tag, children);
1700 /* A null DIE marks the end of a list of children. */
1768 if (entry->children)
2274 entry->children
[all...]
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c3366 struct sysctl_oid_list *children; local
3369 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->dev));
3372 SYSCTL_ADD_STRING(ctx, children, OID_AUTO,
3376 SYSCTL_ADD_UINT(ctx, children, OID_AUTO,
3380 SYSCTL_ADD_STRING(ctx, children, OID_AUTO,
3384 SYSCTL_ADD_INT(ctx, children, OID_AUTO,
3388 SYSCTL_ADD_UQUAD(ctx, children, OID_AUTO, "tunq_coalesce",
3391 SYSCTL_ADD_INT(ctx, children, OID_AUTO,
3395 SYSCTL_ADD_UINT(ctx, children, OID_AUTO,
3431 struct sysctl_oid_list *children; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1204 uint_t children; local
1214 &child, &children);
1225 for (int c = 0; c < children; c++) {
2136 uint64_t children, config_cache_txg = spa->spa_config_txg; local
2301 &children) != 0 && mosconfig && type != SPA_IMPORT_ASSEMBLE &&
4551 * children. Otherwise, vdev_inuse() will blindly overwrite the spare.
4941 * Remove vd from its parent and compact the parent's children.
4947 * Remember one of the remaining children so we can get tvd below.
5072 uint_t c, children, lastlog; local
5100 * scan through all the children t
6580 int children = rvd->vdev_children; local
[all...]
/freebsd-9.3-release/sys/dev/mge/
H A Dif_mge.c1829 struct sysctl_oid_list *children; local
1833 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->dev));
1834 tree = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, "int_coal",
1836 children = SYSCTL_CHILDREN(tree);
1838 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "rx_time",
1841 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "tx_time",
/freebsd-9.3-release/contrib/bmake/
H A Darch.c1294 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {
1296 } else if ((!Lst_IsEmpty(gn->children) && gn->cmgn == NULL) ||
H A Dcompat.c523 * descend and make all our children. If any of them has an error
532 Lst_ForEach(gn->children, Compat_Make, gn);
547 * All the children were made ok. Now cmgn->mtime contains the
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h120 /// operates on the node or its children without potential side effects or a
185 /// ScopeMatcher - This attempts to match each of its children to find the first
187 /// If none of the children match then this check fails. It never has a 'next'.
191 ScopeMatcher(Matcher *const *children, unsigned numchildren) argument
192 : Matcher(Scope), Children(children, children+numchildren) {
214 // delete any children we're about to lose pointers to.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c471 uint_t c, children, nelem; local
474 &child, &children) == 0) {
475 for (c = 0; c < children; c++) {
/freebsd-9.3-release/contrib/sendmail/src/
H A Dutil.c2443 ** PROC_LIST_ADD -- add process id to list of our children
2689 int i, children; local
2693 children = 0;
2722 ++children;
2729 if (LogLevel > 10 && children != CurChildren && CurrentPid == DaemonPid)
2732 "proc_list_probe: found %d children, expected %d",
2733 children, CurChildren);
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi.c642 * Scan the namespace and attach/initialise children.
705 * Skip children who aren't attached since they are handled separately.
750 /* Allow children to shutdown first. */
1075 device_t *children; local
1082 if (device_get_children(dev, &children, &child_count) != 0)
1085 if (ACPI_ID_PROBE(dev, children[i], sysres_ids) != NULL)
1086 device_probe_and_attach(children[i]);
1088 free(children, M_TEMP);
1136 device_t *children; local
1140 if (device_get_children(dev, &children,
[all...]
/freebsd-9.3-release/contrib/expat/lib/
H A Dexpat.h121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dchannel.h150 } children; member in struct:pcm_channel
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c378 for ( arcp = nlp -> children ; arcp ; arcp = arcp -> arc_childlist ) {
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c148 * Not if the target is unspecial. If it *is* special, however, the children
149 * are linked as children of the parent but not vice versa. This variable is
431 * children list of cgn. the unmade field of pgn is updated
443 if (Lst_Member(&pgn->children, cgn) == NULL) {
444 Lst_AtEnd(&pgn->children, cgn);
493 * to create a new instance of it for the children and
544 * The targets may have a new source added to their lists of children.
673 * The nodes of the sources are linked as children to the nodes of the
688 * targets as one of its children.
/freebsd-9.3-release/sys/pci/
H A Dif_rl.c641 struct sysctl_oid_list *children; local
655 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->rl_dev));
656 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "twister_enable", CTLFLAG_RD,

Completed in 383 milliseconds

1234567