Searched defs:imag_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-complex.c | 472 get_component_var (tree var, bool imag_p) in get_component_var() 492 get_component_ssa_name (tree ssa_name, bool imag_p) in get_component_ssa_name() 538 set_component_ssa_name (tree ssa_name, bool imag_p, tree value) in set_component_ssa_name()
|
H A D | expr.c | 3239 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() 3301 read_complex_part (rtx cplx, bool imag_p) in read_complex_part()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-complex.cc | 474 get_component_var (tree var, bool imag_p) in get_component_var() 494 get_component_ssa_name (tree ssa_name, bool imag_p) in get_component_ssa_name() 540 set_component_ssa_name (tree ssa_name, bool imag_p, tree value) in set_component_ssa_name()
|
H A D | expr.cc | 3435 write_complex_part (rtx cplx, rtx val, bool imag_p) in write_complex_part() 3497 read_complex_part (rtx cplx, bool imag_p) in read_complex_part()
|