Lines Matching defs:decls

182      or the inner scope popped.  These are the decls that will *not* be
207 defined, or the inner scope popped. These are the decls that will
210 /* A tree list of all decls from all binding levels that would be
533 If REVERSE is nonzero, reverse the order of decls before putting
540 /* The chain of decls was accumulated in reverse order.
542 tree decls;
579 /* Get the decls in the order they were written.
581 But parameter decls were previously put in forward order. */
585 = decls = nreverse (current_binding_level->names);
587 decls = current_binding_level->names;
597 BLOCK_VARS (block) = decls;
624 for (link = decls; link; link = TREE_CHAIN (link))
927 or not types of these decls match.
1583 by field decls, there is extra work to do so that
1679 /* Merge the data types specified in the two decls. */
3854 and put it on the list of decls for the current context.
3969 not here, so we don't need to exclude those decls when checking for
5131 attribute((unused)) on types so decls of that type will be
6651 Only check this for public decls for now. See core 319, 389. */
6929 Only check this for public decls for now. */
8719 tree decls = NULL_TREE;
8726 TREE_CHAIN (decl) = decls;
8727 decls = decl;
8730 parms = nreverse (decls);
9014 /* All method decls are public, so tell grokfndecl to set
9464 tree decls = NULL_TREE;
9547 TREE_CHAIN (decl) = decls;
9548 decls = decl;
9551 decls = nreverse (decls);
9555 *parms = decls;
10691 install their decls in the enumeration type and finish it off.
11168 /* Save the parm names or decls from this function's declarator
11554 /* This is a chain of any other decls that came in among the parm
11562 The parms already have decls, so we need not do anything here
11564 and complain if any redundant old-style parm decls were written. */
11598 /* Get the decls in their original chain order and record in the
11606 /* Now store the final chain of decls for the arguments