Searched refs:this_parm (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c1741 tree this_parm;
1920 this_parm = build_this_parm (fn_type, TYPE_UNQUALIFIED);
1921 DECL_CHAIN (this_parm) = DECL_ARGUMENTS (fn);
1922 DECL_ARGUMENTS (fn) = this_parm;
1739 tree this_parm; local
H A Ddecl.c7659 tree this_parm = (tree) data;
7662 && *tp != this_parm)
7663 *tp = this_parm;
7644 tree this_parm = (tree) data; local
H A Dparser.c18319 tree this_parm;
18330 this_parm = build_this_parm (ctype, quals);
18334 = cp_build_indirect_ref (this_parm, RO_NULL, tf_warning_or_error);
18335 current_class_ptr = this_parm;
18317 tree this_parm; local

Completed in 372 milliseconds