Searched refs:function_c99_math_complex (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coretypes.h | 390 function_c99_math_complex, enumerator
|
H A D | targhooks.c | 1649 || fn_class == function_c99_math_complex) in default_libc_has_function()
|
H A D | tree-ssa-math-opts.c | 2165 if (!targetm.libc_has_function (function_c99_math_complex) in execute()
|
H A D | builtins.def | 168 … true, true, !flag_isoc99, ATTRS, targetm.libc_has_function (function_c99_math_complex), true)
|
H A D | builtins.c | 9246 if (!targetm.libc_has_function (function_c99_math_complex) in fold_builtin_sincos()
|
H A D | match.pd | 5203 (if (targetm.libc_has_function (function_c99_math_complex))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coretypes.h | 399 function_c99_math_complex, enumerator
|
H A D | builtins.def | 173 targetm.libc_has_function (function_c99_math_complex, \
|
H A D | tree-ssa-math-opts.cc | 2300 if (!targetm.libc_has_function (function_c99_math_complex, in execute()
|
H A D | builtins.cc | 8442 if (!targetm.libc_has_function (function_c99_math_complex, type) in fold_builtin_sincos()
|
H A D | match.pd | 6402 (if (targetm.libc_has_function (function_c99_math_complex, TREE_TYPE (@0)))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | f95-lang.c | 885 if (targetm.libc_has_function (function_c99_math_complex)) in gfc_init_builtin_functions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | f95-lang.cc | 896 if (targetm.libc_has_function (function_c99_math_complex, NULL_TREE)) in gfc_init_builtin_functions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 3616 if (fn_class == function_c99_math_complex in darwin_libc_has_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 3652 if (fn_class == function_c99_math_complex in darwin_libc_has_function()
|