Lines Matching refs:qerr
200 static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF }; variable
351 null: /* null */ { $$.q = qerr; }
448 | pname { $$.b = gen_proto_abbrev(cstate, $1); $$.q = qerr; }
450 $$.q = qerr; }
452 $$.q = qerr; }
453 | other { $$.b = $1; $$.q = qerr; }
454 | atmtype { $$.b = gen_atmtype_abbrev(cstate, $1); $$.q = qerr; }
455 | atmmultitype { $$.b = gen_atmmulti_abbrev(cstate, $1); $$.q = qerr; }
456 | atmfield atmvalue { $$.b = $2.b; $$.q = qerr; }
457 | mtp2type { $$.b = gen_mtp2type_abbrev(cstate, $1); $$.q = qerr; }
458 | mtp3field mtp3value { $$.b = $2.b; $$.q = qerr; }
717 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; }
750 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }