Searched refs:t_expr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 1360 tree t_expr = expr->as_tree (); in build_cast() local 1361 t_expr = fold_const_var (t_expr); in build_cast() 1365 t_ret = targetm.convert_to_type (t_dst_type, t_expr); in build_cast() 1373 t_ret = convert_to_integer (t_dst_type, t_expr); in build_cast() 1381 t_expr, in build_cast() 1382 build_int_cst (TREE_TYPE (t_expr), 0)); in build_cast() 1386 t_ret = convert_to_real (t_dst_type, t_expr); in build_cast() 1390 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr); in build_cast() 1396 debug_tree (t_expr); in build_cast() 1435 tree t_expr = expr->as_tree (); in new_bitcast() local [all …]
|
/netbsd-src/tests/bin/expr/ |
H A D | Makefile | 6 TESTS_SH= t_expr
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 1016 tree t_expr = expr->as_tree (); in build_cast() local 1019 t_ret = targetm.convert_to_type (t_dst_type, t_expr); in build_cast() 1027 t_ret = convert_to_integer (t_dst_type, t_expr); in build_cast() 1035 t_expr, in build_cast() 1036 build_int_cst (TREE_TYPE (t_expr), 0)); in build_cast() 1040 t_ret = convert_to_real (t_dst_type, t_expr); in build_cast() 1044 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr); in build_cast() 1050 debug_tree (t_expr); in build_cast() 1780 tree t_expr = expr->as_tree (); in add_switch() local 1781 tree t_type = TREE_TYPE (t_expr); in add_switch() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 13164 c_expr t_expr; in c_parser_omp_variable_list() local 13165 t_expr.value = t; in c_parser_omp_variable_list() 13166 t_expr.original_code = ERROR_MARK; in c_parser_omp_variable_list() 13167 t_expr.original_type = NULL; in c_parser_omp_variable_list() 13168 set_c_expr_source_range (&t_expr, op_loc, op_loc); in c_parser_omp_variable_list() 13169 t_expr = convert_lvalue_to_rvalue (op_loc, t_expr, in c_parser_omp_variable_list() 13171 t = build_indirect_ref (op_loc, t_expr.value, RO_ARROW); in c_parser_omp_variable_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 6129 tree t_expr = TREE_TYPE (expr); in gimplify_addr_expr() local 6132 if (!useless_type_conversion_p (t_expr, t_op00)) in gimplify_addr_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 6444 tree t_expr = TREE_TYPE (expr); in gimplify_addr_expr() local 6447 if (!useless_type_conversion_p (t_expr, t_op00)) in gimplify_addr_expr()
|