Searched refs:can_convert_arg (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | call.c | 6434 return can_convert_arg (to, from, NULL_TREE, LOOKUP_NORMAL); in can_convert() 6440 can_convert_arg (tree to, tree from, tree arg, int flags) in can_convert_arg() function
|
| D | class.c | 5861 if (can_convert_arg (target_type, fntype, fn, LOOKUP_NORMAL)) in resolve_address_of_overloaded_function() 5926 if (can_convert_arg (target_type, instantiation_type, instantiation, in resolve_address_of_overloaded_function()
|
| D | ChangeLog | 4886 * cp-tree.h (can_convert_arg, fn_type_unification): New argument. 4889 (can_convert_arg): New 'flags' argument. Pass it to call to 4891 (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg. 4899 can_convert_arg. 5135 (can_convert_arg): Likewise.
|
| D | cp-tree.h | 3836 extern bool can_convert_arg (tree, tree, tree, int);
|
| D | decl.c | 4687 && can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL)) in reshape_init_r() 9404 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg, LOOKUP_NORMAL)) in check_default_argument()
|
| D | ChangeLog-1996 | 862 * decl.c (grokparms): Use can_convert_arg instead of 3285 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
|
| D | ChangeLog-1995 | 1349 (can_convert_arg): Likewise. 2879 * call.c (can_convert_arg): Like can_convert, but takes an arg as
|
| D | typeck.c | 6246 && !can_convert_arg (to_type, TREE_TYPE (pfn), pfn, LOOKUP_NORMAL)) in build_ptrmemfunc()
|
| D | pt.c | 9970 && can_convert_arg (parm, type, TYPE_P (arg) ? NULL_TREE : arg, in type_unification_real()
|
| D | ChangeLog-2002 | 485 source_type, add_warning, can_convert, can_convert_arg,
|
| D | ChangeLog-2004 | 6131 (can_convert_arg): Likewise.
|
| D | ChangeLog-1999 | 4156 (can_convert): Implement in terms of can_convert_arg.
|