Searched refs:unlowered_expr_type (Results 1 – 6 of 6) sorted by relevance
1457 unlowered_expr_type (tree exp) in unlowered_expr_type() function4148 declared_type = unlowered_expr_type (arg); in build_unary_op()
3233 arg2_type = unlowered_expr_type (arg2); in build_conditional_expr()3234 arg3_type = unlowered_expr_type (arg3); in build_conditional_expr()
2893 type = unlowered_expr_type (expr); in finish_typeof()
213 * semantics.c (finish_typeof): Use unlowered_expr_type.218 * cp-tree.h (unlowered_expr_type): New function.221 (unlowered_expr_type): New function.223 * call.c (build_conditional_expr): Use unlowered_expr_type.
4453 extern tree unlowered_expr_type (tree);
9959 arg = unlowered_expr_type (arg); in type_unification_real()