| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-hooks.h | 80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); member in struct:objc_runtime_hooks
|
| objc-gnu-runtime-abi-01.cc | 170 rthooks->build_objc_method_call = gnu_runtime_abi_01_build_objc_method_call; 669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, function 752 return build_objc_method_call (loc, super, method_prototype, receiver,
|
| objc-next-runtime-abi-01.cc | 171 rthooks->build_objc_method_call = next_runtime_abi_01_build_objc_method_call; 289 what is done by the build_objc_method_call() routine below. */ 821 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, function 907 return build_objc_method_call (loc, super, method_prototype,
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-hooks.h | 80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); member in struct:objc_runtime_hooks
|
| objc-gnu-runtime-abi-01.cc | 170 rthooks->build_objc_method_call = gnu_runtime_abi_01_build_objc_method_call; 669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, function 749 return build_objc_method_call (loc, super, method_prototype, receiver,
|
| objc-next-runtime-abi-01.cc | 171 rthooks->build_objc_method_call = next_runtime_abi_01_build_objc_method_call; 289 what is done by the build_objc_method_call() routine below. */ 821 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, function 904 return build_objc_method_call (loc, super, method_prototype,
|