Lines Matching refs:substitution

96   /* An array of the current substitution candidates, in the order
129 special substitution rules. */
142 /* For quick substitution checks, look up these common identifiers
341 /* Produce debugging output of current substitution candidates. */
373 /* Both decls and types can be substitution candidates, but sometimes
378 and substitution candidates and finding matches. */
392 /* Add NODE as a substitution candidate. NODE must not already be on
404 /* Get the canonicalized substitution candidate for NODE. */
426 /* Put the decl onto the varray of substitution candidates. */
492 /* Check whether a substitution should be used to represent NODE in
497 <substitution> ::= St
520 Then examine the stack of currently available substitution
523 If a substitution is found, write its mangled representation and
538 /* Obtain the canonicalized substitution representation for NODE.
651 /* No substitution found. */
801 latter with a special substitution. Also, a name that is
890 ::= <substitution> */
949 ::= <substitution> */
1014 ::= <substitution> */
1024 tree substitution;
1052 TREE_LIST to represent the substitution candidate for a nested
1058 substitution candidate by a TREE_LIST whose purpose is `Outer<int>'
1061 substitution = build_tree_list (context, template);
1063 substitution = template;
1065 if (find_substitution (substitution))
1082 add_substitution (substitution);
1536 ::= <substitution>
1564 since both the qualified and unqualified types are substitution
1674 /* Types other than builtin types are substitution candidates. */
2368 ::= <substitution> */
2488 ::= <substitution> */
2496 template template parameter. The substitution candidate here is
2513 /* Non-terminal <substitution>.
2515 <substitution> ::= S <seq-id> _
2521 MANGLE_TRACE ("substitution", "");