Lines Matching defs:iif_template
592 iidesc_t *iif_template;
600 * iterating through - matches the target one (iif->iif_template). Return -1
610 if (node->ii_type != iif->iif_template->ii_type ||
611 !streq(node->ii_name, iif->iif_template->ii_name) ||
616 !streq(node->ii_owner, iif->iif_template->ii_owner))
619 if (node->ii_nargs != iif->iif_template->ii_nargs)
624 iif->iif_template->ii_args[i]->t_id) !=
630 switch (iif->iif_template->ii_type) {
636 iif->iif_template->ii_type,
637 iif->iif_template->ii_name,
638 (iif->iif_template->ii_owner ?
639 iif->iif_template->ii_owner : "NULL"));
667 iif.iif_template = sii;
962 iif.iif_template = tba;