Searched refs:org_type (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 13652 tree org_type = TREE_TYPE (*expr_p); in gimplify_expr() local 13655 org_type, *expr_p, in gimplify_expr() 13658 org_type, boolean_true_node), in gimplify_expr() 13661 org_type, boolean_false_node)); in gimplify_expr() 14378 tree org_type = TREE_TYPE (*expr_p); in gimplify_expr() local 14380 if (!useless_type_conversion_p (org_type, in gimplify_expr() 14384 org_type, *expr_p); in gimplify_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.cc | 15113 tree org_type = TREE_TYPE (*expr_p); in gimplify_expr() local 15116 org_type, *expr_p, in gimplify_expr() 15119 org_type, boolean_true_node), in gimplify_expr() 15122 org_type, boolean_false_node)); in gimplify_expr() 15852 tree org_type = TREE_TYPE (*expr_p); in gimplify_expr() local 15854 if (!useless_type_conversion_p (org_type, in gimplify_expr() 15858 org_type, *expr_p); in gimplify_expr()
|