HomeSort by: relevance | last modified time | path
    Searched defs:objc_property_temp_decl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 7469 tree objc_property_temp_decl, function_decl, function_call;
7472 objc_property_temp_decl = objc_create_temporary_var (TREE_TYPE (property), "__objc_property_temp");
7473 DECL_SOURCE_LOCATION (objc_property_temp_decl) = location;
7474 objc_property_temp_decl = lang_hooks.decls.pushdecl (objc_property_temp_decl);
7501 (NULL_TREE, build_unary_op (location, ADDR_EXPR, objc_property_temp_decl, 0),
7517 ret_val = objc_property_temp_decl;
7465 tree objc_property_temp_decl, function_decl, function_call; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 7471 tree objc_property_temp_decl, function_decl, function_call;
7474 objc_property_temp_decl = objc_create_temporary_var (TREE_TYPE (property), "__objc_property_temp");
7475 DECL_SOURCE_LOCATION (objc_property_temp_decl) = location;
7476 objc_property_temp_decl = lang_hooks.decls.pushdecl (objc_property_temp_decl);
7503 (NULL_TREE, build_unary_op (location, ADDR_EXPR, objc_property_temp_decl, 0),
7519 ret_val = objc_property_temp_decl;
7467 tree objc_property_temp_decl, function_decl, function_call; local

Completed in 119 milliseconds