Lines Matching defs:output

7803 /* Digest the parser output INIT as an initializer for type TYPE.
8194 writing the output.
8295 /* Prepare to parse and output the initializer for variable DECL. */
8750 /* Now output all pending elements. */
9580 At top level, really output it to assembler code now.
9589 PENDING if true means output pending elements that belong
9782 /* Otherwise, output this element either to
9788 /* Advance the variable that indicates sequential elements output. */
9807 /* Now output any pending elements which have become next. */
9872 As we output elements, constructor_unfilled_{fields,index}
9874 if so, they too are output.
9877 no more pending elements to output now.
9879 If ALL is 1, we output space as necessary so that
9880 we can output all the pending elements. */
9890 If we find an element that should be output now,
9891 output it. Otherwise, set NEXT to the element
9990 /* Ordinarily return, but not if we want to output all
9996 jumping to retry we will output the next successive element. */
10003 initializer to output. */
10245 directly output as a constructor. */
10333 directly output as a constructor. */
10370 /* Now output the actual element. */
10387 directly output as a constructor, we must update
10404 /* Now output the actual element. */
10421 directly output as a constructor, we must update
10547 /* Remove output conversions that change the type but not the mode. */
10550 tree output = TREE_VALUE (tail);
10552 output = c_fully_fold (output, false, NULL, true);
10556 in the output operands. In cases like longlong.h, this becomes a
10558 the output operand had a type of the proper width; otherwise we'll
10560 STRIP_NOPS (output);
10562 if (!lvalue_or_else (loc, output, lv_asm))
10563 output = error_mark_node;
10565 if (output != error_mark_node
10566 && (TREE_READONLY (output)
10567 || TYPE_READONLY (TREE_TYPE (output))
10568 || (RECORD_OR_UNION_TYPE_P (TREE_TYPE (output))
10569 && C_TYPE_FIELDS_READONLY (TREE_TYPE (output)))))
10570 readonly_error (loc, output, lv_asm);
10580 if (!allows_reg && !c_mark_addressable (output))
10581 output = error_mark_node;
10583 && output != error_mark_node
10584 && VOID_TYPE_P (TREE_TYPE (output)))
10587 output = error_mark_node;
10591 output = error_mark_node;
10593 TREE_VALUE (tail) = output;