Lines Matching +defs:val +defs:from
473 check_propnames(enum nodetype t, struct node *np, int from, int to)
498 if (!from) {
501 "from flag",
513 if (!from)
516 "from flag",
527 if (!from) {
530 "from flag",
536 if (!from && !to)
538 "%s has error without from or to flags",
543 if (from) {
569 check_propnames(t, np->u.expr.left, from, to);
570 check_propnames(t, np->u.expr.right, from, to);
573 check_propnames(t, np->u.arrow.rhs, from, 1);
759 * set check_cycle_warninglevel only for val >= 0
762 check_cycle_level(long long val)
766 if (val == 0)
768 else if (val > 0)
775 * check_cycle -- see props from an error have cycles