Searched refs:rcv_p (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.c | 1628 tree sender, rcv_p, t; in build_v2_objc_method_fixup_call() local 1656 rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_v2_objc_method_fixup_call() 1658 lookup_object = build_c_cast (input_location, rcv_p, lookup_object); in build_v2_objc_method_fixup_call() 1683 fold_convert (rcv_p, integer_zero_node), 1); in build_v2_objc_method_fixup_call() 1707 tree rcv_p = (super ? objc_super_type : objc_object_type); in build_v2_build_objc_method_call() local 1728 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_v2_build_objc_method_call() 1795 fold_convert (rcv_p, integer_zero_node), 1); in build_v2_build_objc_method_call()
|
H A D | objc-gnu-runtime-abi-01.c | 676 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call() local 701 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_objc_method_call()
|
H A D | objc-next-runtime-abi-01.c | 825 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call() local 846 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_objc_method_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.cc | 1630 tree sender, rcv_p, t; in build_v2_objc_method_fixup_call() local 1658 rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_v2_objc_method_fixup_call() 1660 lookup_object = build_c_cast (input_location, rcv_p, lookup_object); in build_v2_objc_method_fixup_call() 1688 fold_convert (rcv_p, integer_zero_node), 1); in build_v2_objc_method_fixup_call() 1712 tree rcv_p = (super ? objc_super_type : objc_object_type); in build_v2_build_objc_method_call() local 1733 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_v2_build_objc_method_call() 1800 fold_convert (rcv_p, integer_zero_node), 1); in build_v2_build_objc_method_call()
|
H A D | objc-gnu-runtime-abi-01.cc | 676 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call() local 701 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_objc_method_call()
|
H A D | objc-next-runtime-abi-01.cc | 826 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call() local 847 lookup_object = build_c_cast (loc, rcv_p, lookup_object); in build_objc_method_call()
|