Lines Matching defs:output

6642 /* Digest the parser output INIT as an initializer for type TYPE.
7036 writing the output.
7136 /* Prepare to parse and output the initializer for variable DECL. */
7583 /* Now output all pending elements. */
8391 At top level, really output it to assembler code now.
8400 PENDING if non-nil means output pending elements that belong
8581 /* Otherwise, output this element either to
8587 /* Advance the variable that indicates sequential elements output. */
8607 /* Now output any pending elements which have become next. */
8613 As we output elements, constructor_unfilled_{fields,index}
8615 if so, they too are output.
8618 no more pending elements to output now.
8620 If ALL is 1, we output space as necessary so that
8621 we can output all the pending elements. */
8631 If we find an element that should be output now,
8632 output it. Otherwise, set NEXT to the element
8739 /* Ordinarily return, but not if we want to output all
8745 jumping to retry we will output the next successive element. */
8753 initializer to output. */
8949 directly output as a constructor. */
9041 directly output as a constructor. */
9081 /* Now output the actual element. */
9098 directly output as a constructor, we must update
9115 /* Now output the actual element. */
9132 directly output as a constructor, we must update
9254 /* Remove output conversions that change the type but not the mode. */
9257 tree output = TREE_VALUE (tail);
9259 output = c_fully_fold (output, false, NULL);
9263 in the output operands. In cases like longlong.h, this becomes a
9265 the output operand had a type of the proper width; otherwise we'll
9267 STRIP_NOPS (output);
9269 if (!lvalue_or_else (loc, output, lv_asm))
9270 output = error_mark_node;
9272 if (output != error_mark_node
9273 && (TREE_READONLY (output)
9274 || TYPE_READONLY (TREE_TYPE (output))
9275 || ((TREE_CODE (TREE_TYPE (output)) == RECORD_TYPE
9276 || TREE_CODE (TREE_TYPE (output)) == UNION_TYPE)
9277 && C_TYPE_FIELDS_READONLY (TREE_TYPE (output)))))
9278 readonly_error (loc, output, lv_asm);
9288 if (!allows_reg && !c_mark_addressable (output))
9289 output = error_mark_node;
9291 && output != error_mark_node
9292 && VOID_TYPE_P (TREE_TYPE (output)))
9295 output = error_mark_node;
9299 output = error_mark_node;
9301 TREE_VALUE (tail) = output;