Home | History | Annotate | Download | only in lint1

Lines Matching refs:tnode_t

396 check_case_label_bitand(const tnode_t *case_expr, const tnode_t *switch_expr)
412 check_case_label_enum(const tnode_t *tn, const control_statement *cs)
458 check_case_label(tnode_t *tn)
513 case_label(tnode_t *tn)
546 static tnode_t *
547 check_controlling_expression(tnode_t *tn, bool is_do_while)
573 stmt_if_expr(tnode_t *tn)
611 stmt_switch_expr(tnode_t *tn)
711 stmt_while_expr(tnode_t *tn)
751 stmt_do_while_expr(tnode_t *tn)
777 stmt_for_exprs(tnode_t *tn1, tnode_t *tn2, tnode_t *tn3)
821 tnode_t *tn3 = cstmt->c_for_expr3;
902 is_parenthesized(const tnode_t *tn)
910 check_return_value(bool sys, tnode_t *tn)
917 tnode_t *ln = expr_zero_alloc(sizeof(*ln), "tnode");
923 tnode_t *retn = build_binary(ln, RETURN, sys, tn);
926 const tnode_t *rn = retn->u.ops.right;
939 stmt_return(bool sys, tnode_t *tn)