| /freebsd-12-stable/contrib/gcc/cp/ |
| D | parser.c | 875 cp_declarator *declarator; in make_declarator() local 895 cp_declarator *declarator; in make_id_declarator() local 929 cp_declarator *declarator; in make_pointer_declarator() local 944 cp_declarator *declarator; in make_reference_declarator() local 961 cp_declarator *declarator; in make_ptrmem_declarator() local 982 cp_declarator *declarator; in make_call_declarator() local 999 cp_declarator *declarator; in make_array_declarator() local 1015 cp_declarator *declarator, in make_parameter_declarator() 1037 function_declarator_p (const cp_declarator *declarator) in function_declarator_p() 2140 cp_parser_check_for_definition_in_return_type (cp_declarator *declarator, in cp_parser_check_for_definition_in_return_type() [all …]
|
| D | friend.c | 407 do_friend (tree ctype, tree declarator, tree decl, in do_friend()
|
| D | decl.c | 3810 const cp_declarator *declarator) in grokblockdecl() 3828 const cp_declarator *declarator) in groktypename() 3856 start_decl (const cp_declarator *declarator, in start_decl() 6475 tree declarator, in grokfndecl() 7216 get_scope_of_declarator (const cp_declarator *declarator) in get_scope_of_declarator() 7434 grokdeclarator (const cp_declarator *declarator, in grokdeclarator() 11472 const cp_declarator *declarator, in start_function() 12045 const cp_declarator *declarator, tree attrlist) in start_method()
|
| D | decl2.c | 757 grokfield (const cp_declarator *declarator, in grokfield() 932 grokbitfield (const cp_declarator *declarator, in grokbitfield()
|
| D | cp-tree.h | 3750 cp_declarator *declarator; member 3766 cp_declarator *declarator; member
|
| D | pt.c | 1818 check_explicit_specialization (tree declarator, in check_explicit_specialization()
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | btyacc_demo.y | 147 declarator($e, $t): in declarator() function
|
| D | grammar.y | 182 Declarator *declarator; member 206 Declarator *declarator; member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-tree.h | 332 struct c_declarator *declarator; member 365 struct c_declarator *declarator; member 375 struct c_declarator *declarator; member
|
| D | c-decl.c | 3112 struct c_declarator *declarator = XOBNEW (&parser_obstack, in build_array_declarator() local 3195 grokblockdecl (struct c_declspecs *specs, struct c_declarator *declarator) in grokblockdecl() 3247 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl() 4431 grokdeclarator (const struct c_declarator *declarator, in grokdeclarator() 5929 grokfield (struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield() 6590 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function() 7662 struct c_declarator *declarator) in build_c_parm()
|
| D | c-parser.c | 1404 struct c_declarator *declarator; in c_parser_declaration_or_fndef() local 2204 struct c_declarator *declarator; in c_parser_struct_declaration() local 2596 struct c_declarator *declarator; in c_parser_direct_declarator_inner() local 2874 struct c_declarator *declarator; in c_parser_parameter_declaration() local 3158 struct c_declarator *declarator; in c_parser_type_name() local 9172 struct c_declarator *declarator; in c_parser_block_id() local
|
| D | c-pretty-print.h | 68 c_pretty_print_fn declarator; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaType.cpp | 161 Declarator &declarator; member in __anon9b3187af0111::TypeProcessingState 200 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() 395 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType() 465 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local 521 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local 582 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local 614 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local 659 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local 726 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local 808 static bool checkOmittedBlockReturnType(Sema &S, Declarator &declarator, in checkOmittedBlockReturnType() [all …]
|
| /freebsd-12-stable/contrib/byacc/test/yacc/ |
| D | grammar.tab.c | 212 Declarator *declarator; member 236 Declarator *declarator; member
|
| /freebsd-12-stable/contrib/byacc/test/btyacc/ |
| D | grammar.tab.c | 232 Declarator *declarator; member 256 Declarator *declarator; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseObjc.cpp | 1271 Declarator declarator(declSpec, context); in ParseObjCTypeName() local
|