Searched refs:build_selector_reference (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-runtime-hooks.h65 tree (*build_selector_reference) (location_t, tree, tree); member in struct:_objc_runtime_hooks_r
H A Dobjc-gnu-runtime-abi-01.c171 rthooks->build_selector_reference = gnu_runtime_abi_01_build_typed_selector_reference;
H A Dobjc-next-runtime-abi-02.c273 rthooks->build_selector_reference = next_runtime_abi_02_build_selector_reference;
H A Dobjc-next-runtime-abi-01.c179 rthooks->build_selector_reference = next_runtime_abi_01_build_selector_reference;
H A Dobjc-act.c5765 return (*runtime.build_selector_reference) (loc, selname, NULL_TREE);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c306 static tree build_selector_reference PROTO((tree));
2117 forward declared in `build_selector_reference' */
2213 build_selector_reference (ident)
5203 selector = build_selector_reference (sel_name);
5410 return build_selector_reference (selname);
2207 build_selector_reference (ident) function

Completed in 204 milliseconds