Searched refs:finish_decl (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/objcp/ |
| HD | objcp-decl.h | 46 #define finish_decl(decl, loc, init, origtype, asmspec) \ macro
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-tree.h | 468 extern void finish_decl (tree, location_t, tree, tree, tree);
|
| HD | c-decl.c | 3580 finish_decl (decl, loc, init, NULL_TREE, NULL_TREE); in c_make_fname_decl() 4209 finish_decl (tree decl, location_t init_loc, tree init, in finish_decl() function 4563 finish_decl (decl, input_location, NULL_TREE, NULL_TREE, NULL_TREE); in push_parm_decl() 5684 finish_decl (decl, loc, NULL_TREE, NULL_TREE, NULL_TREE); in grokdeclarator() 6812 finish_decl (value, loc, NULL_TREE, NULL_TREE, NULL_TREE); in grokfield()
|
| HD | c-parser.c | 1656 finish_decl (d, init_loc, init.value, in c_parser_declaration_or_fndef() 1666 finish_decl (d, UNKNOWN_LOCATION, NULL_TREE, in c_parser_declaration_or_fndef()
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-runtime-shared-support.c | 139 finish_decl (var, input_location, initializer, NULL_TREE, NULL_TREE); in finish_var_decl()
|
| HD | objc-act.c | 8281 finish_decl (parm_info, input_location, NULL_TREE, NULL_TREE, NULL_TREE); in objc_get_parm_info() 8769 finish_decl (UOBJC_SUPER_decl, input_location, NULL_TREE, NULL_TREE, in get_super_receiver()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-tree.h | 550 extern void finish_decl (tree, location_t, tree, tree, tree);
|
| HD | gimple-parser.c | 1311 finish_decl (decl, UNKNOWN_LOCATION, NULL_TREE, NULL_TREE, in c_parser_gimple_declaration()
|
| HD | c-decl.c | 4234 finish_decl (decl, loc, init, NULL_TREE, NULL_TREE); in c_make_fname_decl() 4897 finish_decl (tree decl, location_t init_loc, tree init, in finish_decl() function 5275 finish_decl (decl, input_location, NULL_TREE, NULL_TREE, NULL_TREE); in push_parm_decl() 6537 finish_decl (decl, loc, NULL_TREE, NULL_TREE, NULL_TREE); in grokdeclarator() 7716 finish_decl (value, loc, NULL_TREE, NULL_TREE, NULL_TREE); in grokfield()
|
| HD | c-parser.c | 2129 finish_decl (d, init_loc, init.value, in c_parser_declaration_or_fndef() 2177 finish_decl (d, UNKNOWN_LOCATION, NULL_TREE, in c_parser_declaration_or_fndef() 17889 finish_decl (omp_priv, loc, init.value, in c_parser_omp_declare_reduction()
|