Searched refs:objc_property_temp_decl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 7467 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7470 …objc_property_temp_decl = objc_create_temporary_var (TREE_TYPE (property), "__objc_property_temp"); in objc_synthesize_getter() 7471 DECL_SOURCE_LOCATION (objc_property_temp_decl) = location; in objc_synthesize_getter() 7472 objc_property_temp_decl = lang_hooks.decls.pushdecl (objc_property_temp_decl); in objc_synthesize_getter() 7499 (NULL_TREE, build_unary_op (location, ADDR_EXPR, objc_property_temp_decl, 0), in objc_synthesize_getter() 7515 ret_val = objc_property_temp_decl; in objc_synthesize_getter()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 7367 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7370 …objc_property_temp_decl = objc_create_temporary_var (TREE_TYPE (property), "__objc_property_temp"); in objc_synthesize_getter() 7371 DECL_SOURCE_LOCATION (objc_property_temp_decl) = location; in objc_synthesize_getter() 7372 objc_property_temp_decl = lang_hooks.decls.pushdecl (objc_property_temp_decl); in objc_synthesize_getter() 7399 (NULL_TREE, build_unary_op (location, ADDR_EXPR, objc_property_temp_decl, 0), in objc_synthesize_getter() 7415 ret_val = objc_property_temp_decl; in objc_synthesize_getter()
|