Searched refs:build_float_modulus (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 594 extern tree build_float_modulus (tree, tree, tree);
|
H A D | ChangeLog-2015 | 279 * d-codegen.cc (build_float_modulus): Update to handle imaginary types. 300 (build_float_modulus): Likewise.
|
H A D | d-codegen.cc | 2307 build_float_modulus (tree type, tree arg0, tree arg1) in build_float_modulus() function
|
H A D | ChangeLog-2013 | 469 (IRState::floatMod): Rename to build_float_modulus.
|
H A D | expr.cc | 107 return build_float_modulus (type, arg0, arg1); in binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 571 extern tree build_float_modulus (tree, tree, tree);
|
H A D | d-codegen.cc | 2008 build_float_modulus (tree type, tree arg0, tree arg1) in build_float_modulus() function
|
H A D | expr.cc | 113 return build_float_modulus (type, arg0, arg1); in binary_op()
|