Searched refs:self_decl (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.h | 262 #define self_decl objc_global_trees[OCTI_SELF_DECL] macro
|
| H A D | objc-act.c | 4733 arglist = build_tree_list (NULL_TREE, TREE_TYPE (self_decl)); 4804 && receiver == self_decl 4958 self_object = self_decl; 5445 TREE_TYPE (self_decl) = instance_type; /* cast */ 5448 return build_component_ref (build_indirect_ref (self_decl, "->"), id); 7251 self_decl = TREE_PURPOSE (parmlist); in continue_method_def() 7293 super_expr = build_modify_expr (super_expr, NOP_EXPR, self_decl); in get_super_receiver()
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.h | 308 #define self_decl objc_global_trees[OCTI_SELF_DECL] macro
|
| H A D | objc-act.c | 4493 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor() 6267 self = (rtype == self_decl); in objc_finish_message_expr() 6527 object = (super_flag ? self_decl : lookup_object); in build_objc_method_call() 6712 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference() 6715 return objc_build_component_ref (build_indirect_ref (self_decl, "->"), id); in build_ivar_reference() 8604 self_decl = DECL_ARGUMENTS (current_function_decl); in really_start_method() 8607 TREE_USED (self_decl) = 1; in really_start_method() 8608 TREE_USED (TREE_CHAIN (self_decl)) = 1; in really_start_method() 8685 super_expr = build_modify_expr (super_expr, NOP_EXPR, self_decl); in get_super_receiver()
|