| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
| H A D | objcp-decl.h | 46 #define finish_decl(decl, loc, init, origtype, asmspec) \ argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
| H A D | objcp-decl.h | 46 #define finish_decl(decl, loc, init, origtype, asmspec) \ argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 3267 tree type, tree origtype, tree val, tree valtype, in convert_argument() argument 3425 val, origtype, ic_argpass, in convert_argument() 3634 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3635 parmval = convert_argument (ploc, function, fundecl, type, origtype, in convert_arguments() 3686 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3687 convert_argument (ploc, function, fundecl, builtin_type, origtype, in convert_arguments() 6642 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() argument 6799 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() 6834 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() 6894 rhs, origtype, errtype, in convert_for_assignment() [all …]
|
| H A D | c-decl.c | 5226 tree origtype, tree asmspec_tree) in finish_decl() argument 5255 store_init_value (init_loc, decl, init, origtype); in finish_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 3292 tree type, tree origtype, tree val, tree valtype, in convert_argument() argument 3450 val, origtype, ic_argpass, in convert_argument() 3659 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3660 parmval = convert_argument (ploc, function, fundecl, type, origtype, in convert_arguments() 3711 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3712 convert_argument (ploc, function, fundecl, builtin_type, origtype, in convert_arguments() 6758 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() argument 6910 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() 6946 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() 7006 rhs, origtype, errtype, in convert_for_assignment() [all …]
|
| H A D | c-decl.cc | 5337 tree origtype, tree asmspec_tree) in finish_decl() argument 5366 store_init_value (init_loc, decl, init, origtype); in finish_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2009 | 2845 * decl.c (finish_decl): Add origtype parameter. Change all
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2009 | 27142 (convert_for_assignment): Add origtype parameter. Change all 27145 (store_init_value): Add origtype parameter. Change all callers. 27147 (struct init_node): Add origtype field. 27148 (add_pending_init): Add origtype parameter. Change all callers. 27150 (output_pending_init_elements): Pass origtype from init_node to 27152 (process_init_element): Pass origtype from c_expr to 27154 (c_finish_return): Add origtype parameter. Change all callers. 27161 * c-decl.c (finish_decl): Add origtype parameter. Change all
|