Home
last modified time | relevance | path

Searched refs:declarator (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output54 32 declarator : '(' $$6 $$7 declarator ')'
265 declarator : '(' . $$6 $$7 declarator ')' (32)
291 declarator : declarator . '[' $$4 expr ']' (34)
365 declarator : '(' $$6 . $$7 declarator ')' (32)
398 declarator : declarator '[' . $$4 expr ']' (34)
444 declarator : '(' $$6 $$7 . declarator ')' (32)
491 declarator : declarator '[' $$4 . expr ']' (34)
535 declarator : '(' $$6 $$7 declarator . ')' (32)
536 declarator : declarator . '[' $$4 expr ']' (34)
631 declarator : declarator '[' $$4 expr . ']' (34)
[all …]
H A Dgrammar.tab.c2494 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
2513 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2524 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2537 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2548 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2692 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
2703 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2714 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2734 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2758 yyval.declarator->head = yyval.declarator; in YYPARSE_DECL()
[all …]
H A Dgrammar.output208 declarator goto 41
242 declarator goto 57
626 declarator goto 71
820 declarator goto 41
1472 declarator goto 110
1516 declarator goto 110
1686 declarator goto 118
1769 declarator goto 126
1865 declarator goto 57
2152 declarator goto 148
[all …]
H A Dgrammar.dot122 …q110 [label="110:\l init_declarator -> declarator . { ',' ';' }\l init_declarator -> declarator
204 q0 -> q41 [label="declarator"];
224 q2 -> q57 [label="declarator"];
277 q34 -> q71 [label="declarator"];
343 q48 -> q41 [label="declarator"];
593 q87 -> q110 [label="declarator"];
606 q92 -> q110 [label="declarator"];
723 q99 -> q118 [label="declarator"];
741 q109 -> q126 [label="declarator"];
789 q116 -> q57 [label="declarator"];
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c1767 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
1786 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1797 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1810 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
1821 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
1965 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
1976 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1987 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2007 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2031 yyval.declarator->head = yyval.declarator; in YYPARSE_DECL()
[all …]
H A Dgrammar.output35 23 declarator_list : declarator
208 declarator goto 41
242 declarator goto 57
626 declarator goto 71
820 declarator goto 41
1472 declarator goto 110
1516 declarator goto 110
1686 declarator goto 118
1769 declarator goto 126
1865 declarator goto 57
[all …]
H A Dgrammar.dot122 …q110 [label="110:\l init_declarator -> declarator . { ',' ';' }\l init_declarator -> declarator
204 q0 -> q41 [label="declarator"];
224 q2 -> q57 [label="declarator"];
277 q34 -> q71 [label="declarator"];
343 q48 -> q41 [label="declarator"];
593 q87 -> q110 [label="declarator"];
606 q92 -> q110 [label="declarator"];
723 q99 -> q118 [label="declarator"];
741 q109 -> q126 [label="declarator"];
789 q116 -> q57 [label="declarator"];
[all …]
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y61 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>)
110 | decl_specs declarator($e,$1) block_statement(start_fn_def($e, $2))
143 declarator_list ',' declarator($e, $t)
144 | declarator
147 declarator($e, $t): in declarator() function
151 | '(' declarator($e, $t) ')' { $$ = $2; }
152 | '*' cv_quals declarator($e, $t) %prec PREFIX
154 | declarator '[' expr($e) ']'
156 | declarator '(' formal_arg_list($e) ')' cv_quals
168 decl_specs declarator($e,$1) { $$ = $2; } in formal_arg()
H A Dgrammar.y71 %type <declarator> init_declarator declarator direct_declarator
183 Declarator *declarator; member
207 Declarator *declarator; member
459 : declarator
483 : decl_specifiers declarator
519 | declarator
723 : declarator
732 | declarator '='
778 declarator
796 | '(' declarator ')'
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y171 %type <l_decl> declarator
248 DT_KEY_INLINE declaration_specifiers declarator
721 declarator {
746 declarator { dt_decl_member(NULL); }
748 | declarator DT_TOK_COLON constant_expression {
776 declarator: direct_declarator
782 | lparen declarator DT_TOK_RPAR { $$ = $2; }
819 | parameter_declaration_specifiers declarator {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp179 Declarator &declarator; member in __anon813a705f0111::TypeProcessingState
213 : sema(sema), declarator(declarator), in TypeProcessingState()
221 return declarator; in getDeclarator()
1465 declarator.setInvalidType(true); in ConvertDeclSpecToType()
1584 declarator.setInvalidType(true); in ConvertDeclSpecToType()
1595 declarator.setInvalidType(true); in ConvertDeclSpecToType()
1624 declarator.setInvalidType(true); in ConvertDeclSpecToType()
1751 declarator.setInvalidType(true); in ConvertDeclSpecToType()
1759 declarator.setInvalidType(); in ConvertDeclSpecToType()
1777 declarator.setInvalidType(); in ConvertDeclSpecToType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1322 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName() local
1323 ParseDeclarator(declarator); in ParseObjCTypeName()
1326 if (!declarator.isInvalidType()) { in ParseObjCTypeName()
1330 addContextSensitiveTypeNullability(*this, declarator, in ParseObjCTypeName()
1335 TypeResult type = Actions.ActOnTypeName(declarator); in ParseObjCTypeName()
1342 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td153 "qualifiers after comma in declarator list are ignored">,
173 "'_Noreturn' keyword must precede function declarator">;
226 "expected function body after function declarator">;
246 "expected ';' after top level declarator">;
395 def err_missing_param : Error<"expected parameter declarator">;
1028 "appear multiple times in a lambda declarator">;
1472 "expected declarator on 'omp declare mapper' directive">;
H A DDiagnosticCommonKinds.td92 "invalid storage class specifier in function declarator">;
H A DDiagnosticSemaKinds.td383 "redundant parentheses surrounding declarator">,
460 def err_declarator_need_ident : Error<"declarator requires an identifier">;
1574 "'__kindof' type specifier must precede the declarator">;
6721 "%0 used in array declarator outside of function prototype">;
7045 "typedef declarator cannot be qualified">;
7047 "parameter declarator cannot be qualified">;
7615 "@catch parameter declarator cannot be qualified">;
7932 "exception declarator cannot be qualified">;
/freebsd/share/dict/
H A Dweb249566 declarator