Home
last modified time | relevance | path

Searched refs:super_flag (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c5159 build_objc_method_call (super_flag, method_prototype, lookup_object, object, in build_objc_method_call() argument
5161 int super_flag; in build_objc_method_call()
5164 tree sender = (super_flag ? umsg_super_decl : umsg_decl);
5165 tree rcv_p = (super_flag
5195 super_flag);
5241 super_flag);
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c6468 build_objc_method_call (int super_flag, tree method_prototype, in build_objc_method_call() argument
6472 tree sender = (super_flag ? umsg_super_decl : in build_objc_method_call()
6478 tree rcv_p = (super_flag ? objc_super_type : objc_object_type); in build_objc_method_call()
6492 (method_prototype, METHOD_REF, super_flag))); in build_objc_method_call()
6511 sender = (super_flag ? umsg_super_stret_decl : in build_objc_method_call()
6527 object = (super_flag ? self_decl : lookup_object); in build_objc_method_call()