Searched refs:build_objc_method_call (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 97 build_objc_method_call, objc_rewrite_function_call): Use buildN 365 (build_objc_method_call): Add fast dispatch support. 784 (build_objc_method_call, warn_with_method): Do not call groktypename().
|
H A D | objc-act.c | 148 static tree build_objc_method_call (int, tree, tree, tree, tree); 6451 retval = build_objc_method_call (super, method_prototype, in objc_finish_message_expr() 6468 build_objc_method_call (int super_flag, tree method_prototype, in build_objc_method_call() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 126 static tree build_objc_method_call PARAMS ((int, tree, tree, 5142 retval = build_objc_method_call (super, method_prototype, 5159 build_objc_method_call (super_flag, method_prototype, lookup_object, object, in build_objc_method_call() function
|