Home
last modified time | relevance | path

Searched refs:build_complex_inf (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd5330 { build_complex_inf (type, false); }))
5336 { build_complex_inf (type, TREE_REAL_CST_PTR (@1)->sign); }))
H A Dtree.h4412 extern tree build_complex_inf (tree, bool);
H A Dtree.c2260 build_complex_inf (tree type, bool neg) in build_complex_inf() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h4582 extern tree build_complex_inf (tree, bool);
H A Dmatch.pd6601 { build_complex_inf (type, false); }))
6607 { build_complex_inf (type, TREE_REAL_CST_PTR (@1)->sign); }))
H A Dtree.cc2529 build_complex_inf (tree type, bool neg) in build_complex_inf() function
H A DChangeLog-201511187 * tree.c: (build_complex_inf): ...this.
11188 * tree.h (build_complex_inf): Declare.
11190 Use build_complex_inf for existing cproj rules.