| /src/tests/bin/expr/ |
| Makefile | 6 TESTS_SH= t_expr
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.cc | 1360 tree t_expr = expr->as_tree (); local 1361 t_expr = fold_const_var (t_expr); 1365 t_ret = targetm.convert_to_type (t_dst_type, t_expr); 1373 t_ret = convert_to_integer (t_dst_type, t_expr); 1379 /* For now, convert to: (t_expr != 0) */ 1381 t_expr, 1382 build_int_cst (TREE_TYPE (t_expr), 0)); 1386 t_ret = convert_to_real (t_dst_type, t_expr); 1390 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr); 1435 tree t_expr = expr->as_tree (); local 2162 tree t_expr = expr->as_tree (); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 1525 tree t_expr = expr->as_tree (); local 1526 t_expr = fold_const_var (t_expr); 1530 t_ret = targetm.convert_to_type (t_dst_type, t_expr); 1538 t_ret = convert_to_integer (t_dst_type, t_expr); 1544 /* For now, convert to: (t_expr != 0) */ 1546 t_expr, 1547 build_int_cst (TREE_TYPE (t_expr), 0)); 1551 t_ret = convert_to_real (t_dst_type, t_expr); 1555 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr); 1600 tree t_expr = expr->as_tree (); local 2334 tree t_expr = expr->as_tree (); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 13167 c_expr t_expr; 13168 t_expr.value = t; 13169 t_expr.original_code = ERROR_MARK; 13170 t_expr.original_type = NULL; 13171 set_c_expr_source_range (&t_expr, op_loc, op_loc); 13172 t_expr = convert_lvalue_to_rvalue (op_loc, t_expr, 13174 t = build_indirect_ref (op_loc, t_expr.value, RO_ARROW); 13162 c_expr t_expr; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 15421 c_expr t_expr; 15422 t_expr.value = t; 15423 t_expr.original_code = ERROR_MARK; 15424 t_expr.original_type = NULL; 15425 set_c_expr_source_range (&t_expr, op_loc, op_loc); 15426 t_expr.m_decimal = 0; 15427 t_expr = convert_lvalue_to_rvalue (op_loc, t_expr, 15429 t = build_indirect_ref (op_loc, t_expr.value, RO_ARROW); 15430 arrow_loc = t_expr.get_location () 15416 c_expr t_expr; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 6447 tree t_expr = TREE_TYPE (expr); 6450 if (!useless_type_conversion_p (t_expr, t_op00)) 6444 tree t_expr = TREE_TYPE (expr); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 6866 tree t_expr = TREE_TYPE (expr); 6869 if (!useless_type_conversion_p (t_expr, t_op00)) 6863 tree t_expr = TREE_TYPE (expr); local
|