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 D | c-objc.h | 113 extern tree objc_rewrite_function_call (tree, tree);
|
H A D | stub-objc.cc | 97 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 D | c-objc.h | 105 extern tree objc_rewrite_function_call (tree, tree);
|
H A D | stub-objc.c | 97 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 D | ChangeLog | 112 * 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 D | objc-act.cc | 9644 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 D | objc-act.c | 9517 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 D | ChangeLog-2009 | 2842 objc_rewrite_function_call.
|
H A D | typeck.cc | 4213 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 D | typeck.c | 3952 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 D | c-typeck.c | 3108 function = objc_rewrite_function_call (function, (*params)[0]); in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 3133 function = objc_rewrite_function_call (function, (*params)[0]); in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 18113 * c-common.h (objc_rewrite_function_call): Add. 18129 * stub-objc.c (objc_rewrite_function_call): Add.
|
H A D | ChangeLog-2009 | 27166 * stub-objc.c (objc_rewrite_function_call): Change parameter from
|