Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h113 extern tree objc_rewrite_function_call (tree, tree);
H A Dstub-objc.cc97 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h105 extern tree objc_rewrite_function_call (tree, tree);
H A Dstub-objc.c97 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog112 * objc-act.c (objc_rewrite_function_call): Build OBJ_TYPE_REF
3099 * objc-act.c (objc_rewrite_function_call): Change parameter from
3430 build_objc_method_call, objc_rewrite_function_call): Use buildN
3629 (objc_rewrite_function_call): Add.
H A Dobjc-act.cc9644 objc_rewrite_function_call (tree function, tree first_param) in objc_rewrite_function_call() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c9517 objc_rewrite_function_call (tree function, tree first_param) in objc_rewrite_function_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20092842 objc_rewrite_function_call.
H A Dtypeck.cc4213 function = objc_rewrite_function_call (function, (**params)[0]); in cp_build_function_call_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c3952 function = objc_rewrite_function_call (function, (**params)[0]); in cp_build_function_call_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3108 function = objc_rewrite_function_call (function, (*params)[0]); in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc3133 function = objc_rewrite_function_call (function, (*params)[0]); in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200518113 * c-common.h (objc_rewrite_function_call): Add.
18129 * stub-objc.c (objc_rewrite_function_call): Add.
H A DChangeLog-200927166 * stub-objc.c (objc_rewrite_function_call): Change parameter from