Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-objc.h45 extern tree objc_rewrite_function_call (tree, tree);
H A Dstub-objc.c94 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-objc.h47 extern tree objc_rewrite_function_call (tree, tree);
H A Dstub-objc.c96 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() function
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c9394 objc_rewrite_function_call (tree function, tree first_param) in objc_rewrite_function_call() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c3243 function = objc_rewrite_function_call (function, in cp_build_function_call_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c3692 function = objc_rewrite_function_call (function, (**params)[0]); in cp_build_function_call_vec()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c2746 function = objc_rewrite_function_call (function, in build_function_call_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c3039 function = objc_rewrite_function_call (function, (*params)[0]); in build_function_call_vec()