Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1927 function_to_pointer_conversion (location_t loc, tree exp) in function_to_pointer_conversion() function
2062 exp.value = function_to_pointer_conversion (loc, exp.value); in default_function_array_conversion()
3103 function = function_to_pointer_conversion (loc, function); in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc1940 function_to_pointer_conversion (location_t loc, tree exp) in function_to_pointer_conversion() function
2073 exp.value = function_to_pointer_conversion (loc, exp.value); in default_function_array_conversion()
3128 function = function_to_pointer_conversion (loc, function); in build_function_call_vec()
H A DChangeLog688 (function_to_pointer_conversion): Same.
4430 (function_to_pointer_conversion): Use false instead of 0.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200513517 array_to_pointer_conversion and function_to_pointer_conversion.
13521 (build_function_call): Call function_to_pointer_conversion for
H A DChangeLog-20084334 (function_to_pointer_conversion): Use error_at and warning_at.
H A DChangeLog-200919504 (function_to_pointer_conversion): Same.