Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dparser.c875 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 …]
Dfriend.c407 do_friend (tree ctype, tree declarator, tree decl, in do_friend()
Ddecl.c3810 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()
Ddecl2.c757 grokfield (const cp_declarator *declarator, in grokfield()
932 grokbitfield (const cp_declarator *declarator, in grokbitfield()
Dcp-tree.h3750 cp_declarator *declarator; member
3766 cp_declarator *declarator; member
Dpt.c1818 check_explicit_specialization (tree declarator, in check_explicit_specialization()
/freebsd-12-stable/contrib/byacc/test/
Dbtyacc_demo.y147 declarator($e, $t): in declarator() function
Dgrammar.y182 Declarator *declarator; member
206 Declarator *declarator; member
/freebsd-12-stable/contrib/gcc/
Dc-tree.h332 struct c_declarator *declarator; member
365 struct c_declarator *declarator; member
375 struct c_declarator *declarator; member
Dc-decl.c3112 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()
Dc-parser.c1404 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
Dc-pretty-print.h68 c_pretty_print_fn declarator; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp161 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/
Dgrammar.tab.c212 Declarator *declarator; member
236 Declarator *declarator; member
/freebsd-12-stable/contrib/byacc/test/btyacc/
Dgrammar.tab.c232 Declarator *declarator; member
256 Declarator *declarator; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseObjc.cpp1271 Declarator declarator(declSpec, context); in ParseObjCTypeName() local