Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dcall.c147 static tree build_this (tree);
1032 build_this (expr), in convert_class_to_reference()
2397 build_this (tree obj) in build_this() function
2604 args = build_tree_list (NULL_TREE, build_this (expr)); in build_user_type_conversion_1()
3005 mem_args = tree_cons (NULL_TREE, build_this (obj), args); in build_object_call()
3642 build_this (TREE_VALUE (args)), in add_candidates()
4330 args = build_this (expr); in convert_like_real()
5454 instance_ptr = build_this (instance); in build_new_method_call()
DChangeLog-19972386 * call.c (build_this): Make static.
DChangeLog-2002477 build_this, splice_viable, print_z_candidates,
DChangeLog-1996706 (build_this): If a signature pointer or reference was passed in,
DChangeLog-200485 * call.c (build_this): In templates, do not bother with
DChangeLog-19993690 * call.c (build_this): Remove signature support.