Searched refs:expr1 (Results 1 - 25 of 45) sorted by relevance

12

/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dexpr1.d1 # ld: -T expr1.t
2 # error: expr1.t:3: nonconstant expression for load base
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dexpr1.d1 # ld: -T expr1.t
H A Dexpr.exp22 run_dump_test expr1
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c116 gfc_conv_label_variable (&se, code->expr1);
163 gfc_conv_label_variable (&se, code->expr1);
375 sym = gfc_get_proc_ifc_for_expr (c->expr1);
419 code->expr1, NULL);
431 sym = select_code->expr1->symtree->n.sym;
467 gfc_conv_loop_setup (&loop, &code->expr1->where);
503 code->ext.actual, code->expr1,
540 if (code->expr1)
555 &code->expr1->where);
563 gfc_conv_expr (&se, code->expr1);
3584 compute_inner_temp_size(gfc_expr *expr1, gfc_expr *expr2, stmtblock_t * pblock, gfc_ss **lss, gfc_ss **rss) argument
3786 gfc_trans_assign_need_temp(gfc_expr * expr1, gfc_expr * expr2, tree wheremask, bool invert, forall_info * nested_forall_info, stmtblock_t * block) argument
3879 gfc_trans_pointer_assign_need_temp(gfc_expr * expr1, gfc_expr * expr2, forall_info * nested_forall_info, stmtblock_t * block) argument
4578 gfc_trans_where_assign(gfc_expr *expr1, gfc_expr *expr2, tree mask, bool invert, tree count1, tree count2, gfc_code *cnext) argument
4796 gfc_expr *expr1; local
[all...]
H A Dclass.c952 block->expr1 = gfc_lval_expr_from_sym (fini_coarray);
959 dealloc->expr1 = gfc_lval_expr_from_sym (stat);
963 cond->block->expr1 = gfc_get_expr ();
964 cond->block->expr1->expr_type = EXPR_FUNCTION;
965 gfc_get_sym_tree ("associated", sub_ns, &cond->block->expr1->symtree, false);
966 cond->block->expr1->symtree->n.sym->attr.flavor = FL_PROCEDURE;
967 cond->block->expr1->symtree->n.sym->attr.intrinsic = 1;
968 cond->block->expr1->symtree->n.sym->result = cond->block->expr1->symtree->n.sym;
969 gfc_commit_symbol (cond->block->expr1
[all...]
H A Dtrans-expr.c1224 ppc_code->expr1 = ppc;
1261 lhs = gfc_copy_expr (code->expr1);
1264 rhs = gfc_copy_expr (code->expr1);
1273 if (code->expr1->ts.type == BT_CLASS
1274 && CLASS_DATA (code->expr1)->attr.dimension)
1275 tmp = gfc_trans_class_array_init_assign (rhs, lhs, code->expr1);
1278 sz = gfc_copy_expr (code->expr1);
1293 if (UNLIMITED_POLY(code->expr1))
1305 if (code->expr1->symtree->n.sym->attr.optional
1306 || code->expr1
1324 gfc_trans_class_assign(gfc_expr *expr1, gfc_expr *expr2, gfc_exec_op op) argument
7536 gfc_trans_pointer_assignment(gfc_expr * expr1, gfc_expr * expr2) argument
8138 arrayfunc_assign_needs_temporary(gfc_expr * expr1, gfc_expr * expr2) argument
8416 gfc_trans_arrayfunc_assign(gfc_expr * expr1, gfc_expr * expr2) argument
8576 gfc_trans_array_copy(gfc_expr * expr1, gfc_expr * expr2) argument
8624 gfc_trans_array_constructor_copy(gfc_expr * expr1, gfc_expr * expr2) argument
8765 alloc_scalar_allocatable_for_assignment(stmtblock_t *block, tree string_length, gfc_expr *expr1, gfc_expr *expr2) argument
8893 is_runtime_conformable(gfc_expr *expr1, gfc_expr *expr2) argument
8991 gfc_trans_assignment_1(gfc_expr * expr1, gfc_expr * expr2, bool init_flag, bool dealloc) argument
9326 gfc_trans_assignment(gfc_expr * expr1, gfc_expr * expr2, bool init_flag, bool dealloc) argument
[all...]
H A Dmatch.c1236 new_st.expr1 = lvalue;
1280 new_st.expr1 = lvalue;
1321 new_st.expr1 = expr;
1401 new_st.expr1 = expr;
1413 new_st.expr1 = expr;
1541 p->expr1 = expr;
1616 new_st.expr1 = expr;
2165 new_st.expr1 = mask;
2215 new_st.expr1 = mask;
2238 new_st.expr1
5513 gfc_expr *expr1, *expr2 = NULL; local
[all...]
H A Dresolve.c3391 /* If this ia a deferred TBP, c->expr1 will be set. */
3392 if (!c->expr1 && csym)
3463 if (!c->expr1)
5753 if (!c->expr1->value.compcall.tbp->subroutine)
5756 c->expr1->value.compcall.name, &c->loc);
5760 if (!check_typebound_baseobject (c->expr1))
5766 *name = c->expr1->value.compcall.name;
5768 if (!resolve_typebound_generic_call (c->expr1, name))
5773 *overridable = !c->expr1->value.compcall.tbp->non_overridable;
5777 if (!resolve_typebound_static (c->expr1,
8842 resolve_where_shape(gfc_expr *expr1, gfc_expr *expr2) argument
9604 build_assignment(gfc_exec_op op, gfc_expr *expr1, gfc_expr *expr2, gfc_component *comp1, gfc_component *comp2, locus loc) argument
[all...]
H A Dst.c85 if (p->expr1)
86 gfc_free_expr (p->expr1);
H A Dfrontend-passes.c139 gfc_expr *expr1, *expr2; local
147 expr1 = co->expr1;
148 if (expr1->ts.type != BT_CHARACTER || expr1->rank != 0
149 || !expr1->symtree->n.sym->attr.allocatable)
156 if (!gfc_check_dependency (expr1, expr2, true))
668 n->expr1 = gfc_copy_expr (result);
827 if (co->expr1 == NULL || co->expr1
[all...]
H A Ddependency.c1175 check_data_pointer_types (gfc_expr *expr1, gfc_expr *expr2) argument
1183 if (expr1->expr_type != EXPR_VARIABLE
1187 sym1 = expr1->symtree->n.sym;
1208 for (ref1 = expr1->ref; ref1; ref1 = ref1->next)
1242 true if expr2 depends on expr1. expr1 should be a single term
1250 gfc_check_dependency (gfc_expr *expr1, gfc_expr *expr2, bool identical) argument
1256 gcc_assert (expr1->expr_type == EXPR_VARIABLE);
1261 n = gfc_check_dependency (expr1, expr2->value.op.op1, identical);
1265 return gfc_check_dependency (expr1, expr
[all...]
H A Dopenmp.c1665 ns->code->expr1 = lvalue;
2794 copy->expr1 = gfc_copy_expr (ns->code->expr1);
3557 if (code->expr1->expr_type != EXPR_VARIABLE
3558 || code->expr1->symtree == NULL
3559 || code->expr1->rank != 0
3560 || (code->expr1->ts.type != BT_INTEGER
3561 && code->expr1->ts.type != BT_REAL
3562 && code->expr1->ts.type != BT_COMPLEX
3563 && code->expr1
[all...]
H A Dtrans.c1708 if (code->expr1->ts.type == BT_CLASS)
1709 res = gfc_trans_class_assign (code->expr1, code->expr2, code->op);
1719 if (code->expr1->ts.type == BT_CLASS)
1720 res = gfc_trans_class_assign (code->expr1, code->expr2, code->op);
1722 && code->expr1->ts.type == BT_DERIVED
1723 && (code->expr1->ts.u.derived->attr.sequence
1724 || code->expr1->ts.u.derived->attr.is_bind_c))
1726 res = gfc_trans_class_assign (code->expr1, code->expr2, code->op);
1732 if (code->expr1->ts.type == BT_CLASS)
/haiku-buildtools/isl/include/isl/
H A Dast.h73 __isl_give isl_ast_expr *isl_ast_expr_add(__isl_take isl_ast_expr *expr1,
75 __isl_give isl_ast_expr *isl_ast_expr_sub(__isl_take isl_ast_expr *expr1,
77 __isl_give isl_ast_expr *isl_ast_expr_mul(__isl_take isl_ast_expr *expr1,
79 __isl_give isl_ast_expr *isl_ast_expr_div(__isl_take isl_ast_expr *expr1,
81 __isl_give isl_ast_expr *isl_ast_expr_and(__isl_take isl_ast_expr *expr1,
83 __isl_give isl_ast_expr *isl_ast_expr_or(__isl_take isl_ast_expr *expr1,
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Drtti.c593 tree expr1;
607 expr1 = build_headof (expr);
608 if (TREE_TYPE (expr1) != type)
609 expr1 = build1 (NOP_EXPR, type, expr1);
610 return ifnonnull (expr, expr1);
647 expr1 = expr;
649 expr1 = build_unary_op (ADDR_EXPR, expr1, 0);
652 expr2 = build_headof (expr1);
591 tree expr1; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mips.c4178 expressionS expr1;
4200 expr1.X_op = O_constant;
4201 expr1.X_op_symbol = NULL;
4202 expr1.X_add_symbol = NULL;
4203 expr1.X_add_number = 1;
4217 expr1.X_add_number = 8;
4218 macro_build (&expr1, "bgez", "s,p", sreg);
4741 expr1.X_add_number = 8;
4742 macro_build (&expr1, "bne", "s,t,p", treg, 0);
4746 expr1
4171 expressionS expr1; local
6770 expressionS expr1; local
7561 expressionS expr1; local
[all...]
/haiku-buildtools/isl/
H A Disl_ast_build_expr.c141 /* Create an expression representing the sum of "expr1" and "expr2",
144 static __isl_give isl_ast_expr *ast_expr_add(__isl_take isl_ast_expr *expr1, argument
147 if (!expr1 || !expr2)
150 if (ast_expr_is_zero(expr1)) {
151 isl_ast_expr_free(expr1);
157 return expr1;
160 return isl_ast_expr_add(expr1, expr2);
162 isl_ast_expr_free(expr1);
167 /* Subtract expr2 from expr1.
169 * If expr2 is zero, we simply return expr1
178 ast_expr_sub(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
[all...]
H A Disl_ast.c448 * applied to "expr1" and "expr2".
451 __isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2)
456 if (!expr1 || !expr2)
459 ctx = isl_ast_expr_get_ctx(expr1);
464 expr->u.op.args[0] = expr1;
469 isl_ast_expr_free(expr1);
474 /* Create an expression representing the sum of "expr1" and "expr2".
476 __isl_give isl_ast_expr *isl_ast_expr_add(__isl_take isl_ast_expr *expr1, argument
479 return isl_ast_expr_alloc_binary(isl_ast_op_add, expr1, expr2);
482 /* Create an expression representing the difference of "expr1" an
450 isl_ast_expr_alloc_binary(enum isl_ast_op_type type, __isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
484 isl_ast_expr_sub(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
492 isl_ast_expr_mul(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
500 isl_ast_expr_div(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
508 isl_ast_expr_and(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
516 isl_ast_expr_or(__isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2) argument
[all...]
H A Disl_ast_private.h41 __isl_take isl_ast_expr *expr1, __isl_take isl_ast_expr *expr2);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drotate.go133 expr1 := fmt.Sprintf("%s<<%d %c %s>>%d", v, l, op, v, r)
151 fmt.Fprintf(b, "\tcheck_%s(%q, %s, %s(%s))\n", typ, expr1, expr1, typ, result)
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c200 const struct hashable_expr *expr1 = &p1->expr; local
214 if (hashable_expr_equal_p (expr1, expr2)
215 && types_compatible_p (expr1->type, expr2->type))
442 const struct hashable_expr *expr1)
445 tree type1 = expr1->type;
461 if (expr0->kind != expr1->kind)
468 expr1->ops.single.rhs, 0);
471 if (expr0->ops.unary.op != expr1->ops.unary.op)
476 && TYPE_UNSIGNED (expr0->type) != TYPE_UNSIGNED (expr1->type))
480 expr1
441 hashable_expr_equal_p(const struct hashable_expr *expr0, const struct hashable_expr *expr1) argument
[all...]
H A Dtree-ssa-uninit.c1362 is_pred_expr_subset_of (pred_info expr1, pred_info expr2) argument
1366 if (pred_equal_p (expr1, expr2))
1369 if ((TREE_CODE (expr1.pred_rhs) != INTEGER_CST)
1373 if (!operand_equal_p (expr1.pred_lhs, expr2.pred_lhs, 0))
1376 code1 = expr1.cond_code;
1377 if (expr1.invert)
1385 return wi::eq_p (expr1.pred_rhs,
1386 wi::bit_and (expr1.pred_rhs, expr2.pred_rhs));
1391 if (is_value_included_in (expr1.pred_rhs, expr2.pred_rhs, code2))
/haiku-buildtools/gcc/gcc/cp/
H A Drtti.c646 tree expr1;
659 expr1 = build_headof (expr);
660 if (TREE_TYPE (expr1) != type)
661 expr1 = build1 (NOP_EXPR, type, expr1);
662 return ifnonnull (expr, expr1, complain);
727 expr1 = expr;
729 expr1 = cp_build_addr_expr (expr1, complain);
731 elems[0] = expr1;
644 tree expr1; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c9643 expressionS expr1;
9649 micromips_label_expr (&expr1);
9650 macro_build (&expr1, brneg, fmt, sreg, treg);
9869 expressionS expr1;
9905 expr1.X_op = O_constant;
9906 expr1.X_op_symbol = NULL;
9907 expr1.X_add_symbol = NULL;
9908 expr1.X_add_number = 1;
10380 expr1.X_add_number = -1;
10382 load_register (AT, &expr1, db
9634 expressionS expr1; local
9860 expressionS expr1; local
13508 expressionS expr1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstt.h62 ffebld expr1; member in struct:_ffest_case_list_
64 bool range; /* TRUE if "[expr1]:[expr2]", FALSE if
65 "expr1". */

Completed in 267 milliseconds

12