Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dtypeck.c2748 tree coerced_params; in build_function_call() local
2823 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype), in build_function_call()
2827 if (coerced_params == error_mark_node) in build_function_call()
2833 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
2837 return build_block_call (fntype, function, coerced_params); in build_function_call()
2840 return build_cxx_call (function, coerced_params); in build_function_call()
/freebsd-10-stable/contrib/gcc/
Dc-typeck.c2348 tree coerced_params; in build_function_call() local
2439 coerced_params in build_function_call()
2442 if (coerced_params == error_mark_node) in build_function_call()
2447 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
2452 result = build_block_call (fntype, function, coerced_params); in build_function_call()
2458 function, coerced_params, NULL_TREE); in build_function_call()
2467 function, coerced_params, NULL_TREE); in build_function_call()