Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-gnu-runtime-abi-01.cc669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
673 tree sender = (super_flag ? umsg_super_decl in build_objc_method_call()
676 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call()
690 METHOD_REF, super_flag); in build_objc_method_call()
718 parms->quick_push ((super_flag ? self_decl : lookup_object)); in build_objc_method_call()
Dobjc-next-runtime-abi-01.cc821 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
826 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call()
838 METHOD_REF, super_flag); in build_objc_method_call()
864 sender = (super_flag ? umsg_super_stret_decl in build_objc_method_call()
868 sender = (super_flag ? umsg_super_decl in build_objc_method_call()
Dobjc-next-runtime-abi-02.cc1625 build_v2_objc_method_fixup_call (int super_flag, tree method_prototype, in build_v2_objc_method_fixup_call() argument
1636 METHOD_REF, super_flag); in build_v2_objc_method_fixup_call()
1651 build_pointer_type (super_flag in build_v2_objc_method_fixup_call()
1658 rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_v2_objc_method_fixup_call()
Dobjc-act.cc5178 int context, bool super_flag) in build_function_type_for_method() argument
5184 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); in build_function_type_for_method()