Searched refs:scspec (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/pfctl/
H A Dparse.y529 %type <v.sc> scspec
1384 queue_opt : BANDWIDTH scspec optscs {
1453 | comma MINIMUM scspec {
1456 | comma MAXIMUM scspec {
1459 | comma MINIMUM scspec comma MAXIMUM scspec {
1463 | comma MAXIMUM scspec comma MINIMUM scspec {
1469 scspec : bandwidth { label
1483 yyerror("time in scspec mus
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-decl.c7645 declspecs_add_scspec (struct c_declspecs *specs, tree scspec)
7651 gcc_assert (TREE_CODE (scspec) == IDENTIFIER_NODE
7652 && C_IS_RESERVED_WORD (scspec));
7653 i = C_RID_CODE (scspec);
7655 warning (OPT_Wextra, "%qE is not at beginning of declaration", scspec);
7704 error ("duplicate %qE", scspec);
7716 error ("%<__thread%> used with %qE", scspec);
7614 declspecs_add_scspec(struct c_declspecs *specs, tree scspec) argument

Completed in 83 milliseconds