| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-isl-ast-to-gimple.cc | 316 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 317 tree tree_lhs_expr = gcc_expression_from_isl_expression (type, arg_expr, ip); 318 arg_expr = isl_ast_expr_get_op_arg (expr, 1); 327 && isl_ast_expr_get_type (arg_expr) == isl_ast_expr_int 328 && (wi::exact_log2 (widest_int_from_isl_expr_int (arg_expr)) 331 isl_ast_expr_free (arg_expr); 335 tree tree_rhs_expr = gcc_expression_from_isl_expression (type, arg_expr, ip); 398 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 399 tree a = gcc_expression_from_isl_expression (type, arg_expr, ip); 400 arg_expr = isl_ast_expr_get_op_arg (expr, 1) 421 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 448 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 762 isl_ast_expr *arg_expr; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-isl-ast-to-gimple.cc | 316 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 317 tree tree_lhs_expr = gcc_expression_from_isl_expression (type, arg_expr, ip); 318 arg_expr = isl_ast_expr_get_op_arg (expr, 1); 327 && isl_ast_expr_get_type (arg_expr) == isl_ast_expr_int 328 && (wi::exact_log2 (widest_int_from_isl_expr_int (arg_expr)) 331 isl_ast_expr_free (arg_expr); 335 tree tree_rhs_expr = gcc_expression_from_isl_expression (type, arg_expr, ip); 398 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 399 tree a = gcc_expression_from_isl_expression (type, arg_expr, ip); 400 arg_expr = isl_ast_expr_get_op_arg (expr, 1) 421 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 448 isl_ast_expr *arg_expr = isl_ast_expr_get_op_arg (expr, 0); local 762 isl_ast_expr *arg_expr; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 9480 gfc_expr *arg_expr; local 9484 arg_expr = expr->value.function.actual->expr; 9485 if (arg_expr->rank == 0) 9487 if (arg_expr->ts.type == BT_CLASS) 9488 gfc_add_data_component (arg_expr); 9489 gfc_conv_expr_reference (se, arg_expr); 9492 gfc_conv_array_parameter (se, arg_expr, true, NULL, NULL, NULL);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-intrinsic.cc | 9547 gfc_expr *arg_expr; local 9551 arg_expr = expr->value.function.actual->expr; 9552 if (arg_expr->rank == 0) 9554 if (arg_expr->ts.type == BT_CLASS) 9555 gfc_add_data_component (arg_expr); 9556 gfc_conv_expr_reference (se, arg_expr); 9559 gfc_conv_array_parameter (se, arg_expr, true, NULL, NULL, NULL);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 22921 ARG_EXPR is the original argument expression, which may be null. */ 22928 tree arg_expr) 22995 && (arg_expr ? lvalue_p (arg_expr) 22996 /* try_one_overload doesn't provide an arg_expr, but 23276 tree arg_expr = NULL_TREE; 23343 arg_expr = arg; 23350 &parm, &arg, arg_expr); 23358 if (arg_expr && BRACE_ENCLOSED_INITIALIZER_P (arg_expr)) 23275 tree arg_expr = NULL_TREE; local [all...] |