Home
last modified time | relevance | path

Searched refs:build_this (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c182 static tree build_this (tree);
3615 build_this (tree obj) in build_this() function
8539 alcarray[0] = build_this (first_arg); in build_over_call()
8710 argarray[j++] = build_this (object_arg); in build_over_call()
8739 tree arg = build_this (first_arg != NULL_TREE in build_over_call()
10243 instance = build_this (instance); in build_new_method_call_1()
10462 a = build_this (a); in build_new_method_call_1()
H A Dcall.cc173 static tree build_this (tree);
3755 build_this (tree obj) in build_this() function
9425 argarray[j++] = build_this (object_arg); in build_over_call()
9457 tree arg = build_this (first_arg != NULL_TREE in build_over_call()
10983 instance = build_this (instance); in build_new_method_call()
11202 a = build_this (a); in build_new_method_call()
H A DChangeLog-2017679 * call.c (build_this): Remove uses of the above.
1154 (build_over_call): Handle error from build_this.
1389 * call.c (build_this): Check it.
H A DChangeLog-19972386 * call.c (build_this): Make static.
H A DChangeLog-20082300 (build_this): Fix calls for SFINAE.
H A DChangeLog-20142070 * call.c (build_over_call): Call build_this in template path.
H A DChangeLog-20101420 * call.c (build_this, convert_like_real, build_over_call): Adjust.
H A DChangeLog-1996706 (build_this): If a signature pointer or reference was passed in,
H A DChangeLog-2002477 build_this, splice_viable, print_z_candidates,
H A DChangeLog-200485 * call.c (build_this): In templates, do not bother with
H A DChangeLog-19993690 * call.c (build_this): Remove signature support.
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c182 static tree build_this (tree);
3615 build_this (tree obj) in build_this() function
8539 alcarray[0] = build_this (first_arg); in build_over_call()
8710 argarray[j++] = build_this (object_arg); in build_over_call()
8739 tree arg = build_this (first_arg != NULL_TREE in build_over_call()
10243 instance = build_this (instance); in build_new_method_call_1()
10462 a = build_this (a); in build_new_method_call_1()