Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1448 else if (t == self_decl) in objc_maybe_build_component_ref()
1466 if (t == self_decl) in objc_maybe_build_component_ref()
1479 if (t == self_decl) in objc_maybe_build_component_ref()
4479 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor()
5345 self = (rtype == self_decl); in objc_finish_message_expr()
5751 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
5754 base = build_indirect_ref (input_location, self_decl, RO_ARROW); in build_ivar_reference()
7233 (NULL_TREE, self_decl, in objc_synthesize_getter()
7433 (NULL_TREE, self_decl, in objc_synthesize_setter()
8669 self_decl = DECL_ARGUMENTS (current_function_decl); in really_start_method()
[all …]
H A Dobjc-act.h413 #define self_decl objc_global_trees[OCTI_SELF_DECL] macro
H A Dobjc-gnu-runtime-abi-01.c708 VEC_quick_push (tree, parms, (super_flag ? self_decl : lookup_object)); in build_objc_method_call()