type              300 dxref.c        	if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, tag))
type              310 dxref.c        	if (node->type == XML_ELEMENT_NODE && !strcmp (node->name, tag))
type              325 dxref.c            assert (node->type == XML_ELEMENT_NODE);
type              334 dxref.c        	if (child->type == XML_ELEMENT_NODE
type              373 dxref.c        	if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, "file")) {
type              406 dxref.c        	if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, "line")) {
type              628 dxref.c        	if (node->type != XML_ELEMENT_NODE) continue;
type              642 dxref.c        		if (child->type != XML_ELEMENT_NODE) continue;
type              685 dxref.c            char *type;
type              690 dxref.c        	type = strdup ("void %s");
type              694 dxref.c        	type = type_to_string (list->parent);
type              697 dxref.c            return type;
type              709 dxref.c            assert (node->type == XML_ELEMENT_NODE);
type              727 dxref.c        	    char *type = get_type (child);
type              729 dxref.c        	    snprintf (buf2, sizeof (buf2), type, (name == NULL ? "" : name));
type              732 dxref.c        	    free (type);
type              786 dxref.c        	    if (child->type != XML_ELEMENT_NODE) continue;
type              797 dxref.c        		if (child2->type != XML_ELEMENT_NODE)   continue;
type              920 dxref.c            assert (node->type == XML_ELEMENT_NODE);
type              959 dxref.c            char *type = get_attr_value ("DW_AT_name", node);
type              960 dxref.c            if (type == NULL) {
type              963 dxref.c        	snprintf (buf, sizeof (buf), "%s %%s", type);
type              964 dxref.c        	xmlFree (type);
type              976 dxref.c            char *type      = get_type (node);
type              979 dxref.c            snprintf (buf, sizeof (buf), type, buf2);
type              981 dxref.c            free (type);
type              989 dxref.c            char *type = get_type (node);
type              990 dxref.c            snprintf (buf, sizeof (buf), type, "(*%s)");
type              991 dxref.c            free (type);
type             1012 dxref.c            char *type = get_type (node);
type             1013 dxref.c            snprintf (buf, sizeof (buf), type, "volatile %s");
type             1014 dxref.c            free (type);
type             1022 dxref.c            char *type = get_type (node);
type             1023 dxref.c            snprintf (buf, sizeof (buf), type, "const %s");
type             1024 dxref.c            free (type);
type             1080 dxref.c        	char *type     = get_type (child);
type             1083 dxref.c        	snprintf (buf3, sizeof (buf3), type, buf2);
type             1089 dxref.c        	free (type);
type             1168 dxref.c        	if (child->type != XML_ELEMENT_NODE || strcmp (child->name, "tag"))
type             1187 dxref.c            assert (node->type == XML_ELEMENT_NODE);
type             1203 dxref.c            assert (node->type == XML_ELEMENT_NODE);
type             1404 dxref.c            char *type     = get_type (node);
type             1438 dxref.c            fprintf (fp, type, buf);
type             1439 dxref.c            free (type);
type             1490 dxref.c            char *type     = get_type (node);
type             1497 dxref.c            fprintf (fp, type, buf);
type             1498 dxref.c            free (type);
type             1635 dxref.c        	char *type     = get_type (child);
type             1640 dxref.c        	fprintf (fp, type, buf);
type             1655 dxref.c        	free (type);
type             2069 dxref.c        	char *type = get_type (node);
type             2078 dxref.c        	fprintf (fp1, type, buf);
type             2090 dxref.c        	fprintf (fp2, type, buf);
type             2099 dxref.c        	free (type);
type             2184 dxref.c        	if (node->type != XML_ELEMENT_NODE) continue;