Searched refs:stmtnp (Results 1 – 2 of 2) sorted by relevance
57 static void check_cycle_lhs(struct node *stmtnp, struct node *arrow);58 static void check_cycle_lhs_try(struct node *stmtnp, struct node *lhs,392 check_stmt_required_properties(struct node *stmtnp) in check_stmt_required_properties() argument394 struct lut *lutp = stmtnp->u.stmt.lutp; in check_stmt_required_properties()395 struct node *np = stmtnp->u.stmt.np; in check_stmt_required_properties()399 if (stmtnp->t == Allowednames[i].t && in check_stmt_required_properties()405 ptree_nodetype2str(stmtnp->t), in check_stmt_required_properties()826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) in check_cycle_lhs() argument835 check_cycle_lhs(stmtnp, arrow->u.arrow.lhs); in check_cycle_lhs()861 check_cycle_lhs_try(stmtnp, trylhs, tryrhs); in check_cycle_lhs()[all …]
44 void check_stmt_required_properties(struct node *stmtnp);