Searched refs:complex_value (Results 1 – 4 of 4) sorted by relevance
3179 tree complex_value = TREE_VALUE (p); in split_complex_values() local3182 complex_type = TREE_TYPE (complex_value); in split_complex_values()3193 complex_value = save_expr (complex_value); in split_complex_values()3194 real = build1 (REALPART_EXPR, subtype, complex_value); in split_complex_values()3195 imag = build1 (IMAGPART_EXPR, subtype, complex_value); in split_complex_values()
2339 * testsuite/26_numerics/complex_value.cc: Likewise.
1642 * testsuite/26_numerics/complex_value.cc: Set to noopts.
986 * testsuite/26_numerics/complex_value.cc: New file, for catching