Lines Matching defs:copy
7 * Permission is hereby granted, free of charge, to any person obtaining a copy
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1708 * If array was part of non-lvalue compound, we create a copy
2526 struct expression *copy;
2529 copy = next_designators(old->idx_expression,
2531 if (!copy) {
2537 copy = e;
2545 new->idx_expression = copy;
2549 struct expression *copy;
2553 copy = next_designators(old->ident_expression,
2555 if (!copy) {
2561 copy = e;
2581 new->ident_expression = copy;
3293 struct expression *copy = __alloc_expression(0);
3294 *copy = *expr;
3300 expr->flags = e->flags & copy->flags & ~CEF_CONST_MASK;
3303 expr->left = copy;