Searched refs:objc_push_parm (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.h | 51 extern void objc_push_parm (tree);
|
H A D | ChangeLog | 895 * objc-act.c (objc_push_parm): Handle atomic qualifier. 2552 (objc_push_parm): Rebuild the PARM_DECL if its type has 3259 (objc_push_parm): Handle when the type of parm is error_mark_node. 3362 * objc-act.c (objc_push_parm): If we change the type of the 3470 * objc-act.c (objc_push_parm): DECL_ARG_TYPE_AS_WRITTEN is 3791 * objc-act.c (objc_push_parm): Call c_type_promotes_to() 3799 (objc_push_parm): Likewise; bring PARM_DECL construction closer 3968 build_selector_table_decl, objc_push_parm, objc_get_parm_info, 4137 (objc_parmlist): New global variable, sued by objc_push_parm and 4139 (objc_push_parm, objc_get_parm_info): New functions. [all …]
|
H A D | objc-act.cc | 8445 objc_push_parm (tree parm) in objc_push_parm() function 8533 objc_push_parm (build_decl (input_location, in synth_self_and_ucmd_args() 8537 objc_push_parm (build_decl (input_location, in synth_self_and_ucmd_args() 8585 objc_push_parm (parm); in start_method_def() 8596 objc_push_parm (TREE_VALUE (akey)); in start_method_def()
|
H A D | objc-gnu-runtime-abi-01.cc | 953 objc_push_parm (build_decl (input_location, in build_module_initializer_routine()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.h | 51 extern void objc_push_parm (tree);
|
H A D | objc-act.c | 8331 objc_push_parm (tree parm) in objc_push_parm() function 8419 objc_push_parm (build_decl (input_location, in synth_self_and_ucmd_args() 8423 objc_push_parm (build_decl (input_location, in synth_self_and_ucmd_args() 8471 objc_push_parm (parm); in start_method_def() 8482 objc_push_parm (TREE_VALUE (akey)); in start_method_def()
|
H A D | objc-gnu-runtime-abi-01.c | 952 objc_push_parm (build_decl (input_location, in build_module_initializer_routine()
|