Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c3867 expand_tree_builtin (function, params, coerced_params) in expand_tree_builtin() argument
3868 tree function, params, coerced_params; in expand_tree_builtin()
3882 if (coerced_params == 0)
3884 return build_unary_op (ABS_EXPR, TREE_VALUE (coerced_params), 0);
3889 if (coerced_params == 0)
3891 return build_unary_op (CONJ_EXPR, TREE_VALUE (coerced_params), 0);
3896 if (coerced_params == 0)
3898 return build_unary_op (REALPART_EXPR, TREE_VALUE (coerced_params), 0);
3903 if (coerced_params == 0)
3905 return build_unary_op (IMAGPART_EXPR, TREE_VALUE (coerced_params), 0);
Dc-typeck.c1486 tree coerced_params; local
1531 coerced_params
1536 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params);
1547 params, coerced_params);
1553 function, coerced_params, NULL_TREE);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c2652 register tree coerced_params; local
2723 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype),
2726 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype),
2729 if (coerced_params == error_mark_node)
2740 check_function_format (NULL, TYPE_ATTRIBUTES (fntype), coerced_params);
2743 check_function_bounded (NULL, TYPE_ATTRIBUTES (fntype), coerced_params);
2754 params, coerced_params);
2759 return build_cxx_call (function, params, coerced_params);
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c2650 tree coerced_params; in build_function_call() local
2723 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype), in build_function_call()
2725 if (coerced_params == error_mark_node) in build_function_call()
2731 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
2734 return build_cxx_call (function, coerced_params); in build_function_call()
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c2220 tree coerced_params; in build_function_call() local
2309 coerced_params in build_function_call()
2312 if (coerced_params == error_mark_node) in build_function_call()
2317 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
2323 function, coerced_params, NULL_TREE); in build_function_call()
2332 function, coerced_params, NULL_TREE); in build_function_call()