HomeSort by: relevance | last modified time | path
    Searched defs:type_attribute_list_opt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
cgram.y 381 %type <y_type_attributes> type_attribute_list_opt
1043 type_attribute_list_opt: label
1261 | begin_type_qualifier_list end_type type_attribute_list_opt T_SEMI {
1338 | type_declarator T_COLON constant_expression type_attribute_list_opt {
1343 } T_COLON constant_expression type_attribute_list_opt {
1476 type_attribute_list_opt T_NAME {
1479 | type_attribute_list_opt T_LPAREN type_declarator T_RPAREN {
1494 type_attribute_list_opt identifier {
1498 | type_attribute_list_opt T_LPAREN type_declarator T_RPAREN {
1752 abstract_decl_lparen T_RPAREN type_attribute_list_opt {
    [all...]

Completed in 12 milliseconds