Lines Matching refs:lookups

151 /* Record the decl-specifiers, attributes and type lookups from the
155 frob_specs (specs_attrs, lookups)
156 tree specs_attrs, lookups;
158 save_type_access_control (lookups);
188 parse_decl0 (declarator, specs_attrs, lookups, attributes, initialized)
189 tree declarator, specs_attrs, lookups, attributes;
192 frob_specs (specs_attrs, lookups);
218 parse_field0 (declarator, specs_attrs, lookups, attributes, asmspec, init)
219 tree declarator, specs_attrs, lookups, attributes, asmspec, init;
221 frob_specs (specs_attrs, lookups);
236 parse_bitfield0 (declarator, specs_attrs, lookups, attributes, width)
237 tree declarator, specs_attrs, lookups, attributes, width;
239 frob_specs (specs_attrs, lookups);
244 parse_method (declarator, specs_attrs, lookups)
245 tree declarator, specs_attrs, lookups;
248 frob_specs (specs_attrs, lookups);
901 { $$ = parse_method ($2, $1.t, $1.lookups);
912 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;}
914 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;}
919 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;}
1905 { $$.lookups = type_lookups; }
1907 { $$.lookups = type_lookups; }
1963 { $$.lookups = NULL_TREE; TREE_STATIC ($$.t) = 1; }
1967 $$.new_type_flag = 0; $$.lookups = NULL_TREE;
2036 { $$.lookups = NULL_TREE; }
2038 { $$.t = $1; $$.new_type_flag = 0; $$.lookups = NULL_TREE; }
2040 { $$.t = $1; $$.new_type_flag = 0; $$.lookups = NULL_TREE; }
2043 $$.new_type_flag = 0; $$.lookups = NULL_TREE;
2047 $$.new_type_flag = 0; $$.lookups = NULL_TREE;
2052 $$.new_type_flag = 0; $$.lookups = NULL_TREE;
2067 $$.new_type_flag = 0; $$.lookups = NULL_TREE;
2138 $<ftype>-2.lookups, $1, 1); }
2145 $<ftype>-2.lookups, $1, 0);
2165 $<ftype>1.lookups = NULL_TREE; }
2795 { $$ = parse_field0 ($1, $<ftype>0.t, $<ftype>0.lookups,
2798 { $$ = parse_bitfield0 ($1, $<ftype>0.t, $<ftype>0.lookups,
2804 { $$ = parse_field0 ($1, $<ftype>0.t, $<ftype>0.lookups,
2807 { $$ = parse_field0 ($1, $<ftype>0.t, $<ftype>0.lookups,
2810 { $$ = parse_bitfield0 ($1, $<ftype>0.t, $<ftype>0.lookups,
2814 $<ftype>0.lookups, $3, $2); }