Home
last modified time | relevance | path

Searched refs:objc_property_temp_decl (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c7262 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local
7265objc_property_temp_decl = objc_create_temporary_var (TREE_TYPE (property), "__objc_property_temp"); in objc_synthesize_getter()
7266 DECL_SOURCE_LOCATION (objc_property_temp_decl) = location; in objc_synthesize_getter()
7267 objc_property_temp_decl = lang_hooks.decls.pushdecl (objc_property_temp_decl); in objc_synthesize_getter()
7293 (NULL_TREE, build_unary_op (location, ADDR_EXPR, objc_property_temp_decl, 0), in objc_synthesize_getter()
7309 ret_val = objc_property_temp_decl; in objc_synthesize_getter()