Searched defs:origtype (Results 1 – 6 of 6) sorted by relevance
/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() 3634 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3686 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 6642 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() 7593 store_init_value (location_t init_loc, tree decl, tree init, tree origtype) in store_init_value() 7796 digest_init (location_t init_loc, tree type, tree init, tree origtype, in digest_init() 8163 tree origtype; member 9145 add_pending_init (location_t loc, tree purpose, tree value, tree origtype, in add_pending_init() 9569 output_init_element (location_t loc, tree value, tree origtype, in output_init_element() 10662 c_finish_return (location_t loc, tree retval, tree origtype) in c_finish_return()
|
H A D | c-decl.c | 5226 tree origtype, tree asmspec_tree) 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() 3659 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 3711 tree origtype = (!origtypes) ? NULL_TREE : (*origtypes)[parmnum]; in convert_arguments() local 6758 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() 7765 store_init_value (location_t init_loc, tree decl, tree init, tree origtype) in store_init_value() 7968 digest_init (location_t init_loc, tree type, tree init, tree origtype, in digest_init() 8341 tree origtype; member 9325 add_pending_init (location_t loc, tree purpose, tree value, tree origtype, in add_pending_init() 9749 output_init_element (location_t loc, tree value, tree origtype, in output_init_element() 10847 c_finish_return (location_t loc, tree retval, tree origtype) in c_finish_return()
|
H A D | c-decl.cc | 5337 tree origtype, tree asmspec_tree) in finish_decl()
|