Lines Matching defs:thenb
2793 tree thenb = COND_EXPR_THEN (expr);
2797 if (thenb == NULL_TREE || elseb == NULL_TREE)
2801 if (TREE_CODE (thenb) == NOP_EXPR
2802 && TREE_TYPE (thenb) == void_type_node
2803 && TREE_OPERAND (thenb, 0) == size_zero_node)
2807 if (TREE_CODE (thenb) == STATEMENT_LIST
2808 && STATEMENT_LIST_HEAD (thenb) == NULL)
2813 inchash::add_expr (thenb, hstate0);
2823 && operand_equal_p (thenb, elseb, OEP_LEXICOGRAPHIC
2827 && !walk_tree_without_duplicates (&thenb, expr_from_macro_expansion_r,