Searched refs:convert_for_arg_passing (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 6182 arg = convert_for_arg_passing (type, arg); in convert_default_arg() 6217 convert_for_arg_passing (tree type, tree val) in convert_for_arg_passing() function 6588 val = convert_for_arg_passing (type, val); in build_over_call()
|
H A D | cp-tree.h | 4893 extern tree convert_for_arg_passing (tree, tree);
|
H A D | typeck.c | 3461 parmval = convert_for_arg_passing (type, parmval); in convert_arguments()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 7376 arg = convert_for_arg_passing (type, arg, complain); in convert_default_arg() 7409 convert_for_arg_passing (tree type, tree val, tsubst_flags_t complain) in convert_for_arg_passing() function 8010 val = convert_for_arg_passing (type, val, arg_complain); in build_over_call()
|
H A D | cp-tree.h | 6100 extern tree convert_for_arg_passing (tree, tree, tsubst_flags_t);
|
H A D | typeck.c | 3951 parmval = convert_for_arg_passing (type, parmval, complain); in convert_arguments()
|