Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc1594 else if (t == self_decl) in objc_maybe_build_component_ref()
1612 if (t == self_decl) in objc_maybe_build_component_ref()
1625 if (t == self_decl) in objc_maybe_build_component_ref()
4667 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor()
5531 self = (rtype == self_decl); in objc_finish_message_expr()
5943 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
5946 base = build_indirect_ref (input_location, self_decl, RO_ARROW); in build_ivar_reference()
7438 (NULL_TREE, self_decl, in objc_synthesize_getter()
7639 (NULL_TREE, self_decl, in objc_synthesize_setter()
8904 self_decl = DECL_ARGUMENTS (current_function_decl); in really_start_method()
[all …]
H A Dobjc-act.h450 #define self_decl objc_global_trees[OCTI_SELF_DECL] macro
H A Dobjc-gnu-runtime-abi-01.cc718 parms->quick_push ((super_flag ? self_decl : lookup_object)); in build_objc_method_call()
H A DChangeLog488 wrapper before checking for UOBJC_SUPER_decl and self_decl.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1530 else if (t == self_decl) in objc_maybe_build_component_ref()
1548 if (t == self_decl) in objc_maybe_build_component_ref()
1561 if (t == self_decl) in objc_maybe_build_component_ref()
4589 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor()
5452 self = (rtype == self_decl); in objc_finish_message_expr()
5857 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
5860 base = build_indirect_ref (input_location, self_decl, RO_ARROW); in build_ivar_reference()
7338 (NULL_TREE, self_decl, in objc_synthesize_getter()
7539 (NULL_TREE, self_decl, in objc_synthesize_setter()
8779 self_decl = DECL_ARGUMENTS (current_function_decl); in really_start_method()
[all …]
H A Dobjc-act.h436 #define self_decl objc_global_trees[OCTI_SELF_DECL] macro
H A Dobjc-gnu-runtime-abi-01.c718 parms->quick_push ((super_flag ? self_decl : lookup_object)); in build_objc_method_call()