Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c6182 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 Dcp-tree.h4893 extern tree convert_for_arg_passing (tree, tree);
H A Dtypeck.c3461 parmval = convert_for_arg_passing (type, parmval); in convert_arguments()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c7376 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 Dcp-tree.h6100 extern tree convert_for_arg_passing (tree, tree, tsubst_flags_t);
H A Dtypeck.c3951 parmval = convert_for_arg_passing (type, parmval, complain); in convert_arguments()