Lines Matching refs:qerr
219 static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF }; variable
366 null: /* null */ { $$.q = qerr; }
463 | pname { $$.b = gen_proto_abbrev(cstate, $1); $$.q = qerr; }
465 $$.q = qerr; }
467 $$.q = qerr; }
468 | other { $$.b = $1; $$.q = qerr; }
469 | atmtype { $$.b = gen_atmtype_abbrev(cstate, $1); $$.q = qerr; }
470 | atmmultitype { $$.b = gen_atmmulti_abbrev(cstate, $1); $$.q = qerr; }
471 | atmfield atmvalue { $$.b = $2.b; $$.q = qerr; }
472 | mtp2type { $$.b = gen_mtp2type_abbrev(cstate, $1); $$.q = qerr; }
473 | mtp3field mtp3value { $$.b = $2.b; $$.q = qerr; }
732 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; }
765 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }