Searched refs:coerced_params (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c2675 tree coerced_params;
2748 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype),
2750 if (coerced_params == error_mark_node)
2756 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params,
2759 return build_cxx_call (function, coerced_params);
2669 tree coerced_params; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c2267 tree coerced_params;
2356 coerced_params
2359 if (coerced_params == error_mark_node)
2364 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params,
2370 function, coerced_params, NULL_TREE);
2379 function, coerced_params, NULL_TREE);
2256 tree coerced_params; local

Completed in 84 milliseconds