Home
last modified time | relevance | path

Searched refs:unlowered_expr_type (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c1457 unlowered_expr_type (tree exp) in unlowered_expr_type() function
4148 declared_type = unlowered_expr_type (arg); in build_unary_op()
Dcall.c3233 arg2_type = unlowered_expr_type (arg2); in build_conditional_expr()
3234 arg3_type = unlowered_expr_type (arg3); in build_conditional_expr()
Dsemantics.c2893 type = unlowered_expr_type (expr); in finish_typeof()
DChangeLog213 * 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.
Dcp-tree.h4453 extern tree unlowered_expr_type (tree);
Dpt.c9959 arg = unlowered_expr_type (arg); in type_unification_real()