Home
last modified time | relevance | path

Searched refs:objc_rewrite_function_call (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstub-objc.c135 objc_rewrite_function_call (tree function, tree ARG_UNUSED (params)) in objc_rewrite_function_call() function
H A Dc-common.h918 extern tree objc_rewrite_function_call (tree, tree);
H A Dc-typeck.c2374 function = objc_rewrite_function_call (function, params); in build_function_call()
H A DChangeLog-200518114 * c-common.h (objc_rewrite_function_call): Add.
18130 * stub-objc.c (objc_rewrite_function_call): Add.
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c2755 function = objc_rewrite_function_call (function, params); in build_function_call()