#include "config.h"#include "system.h"#include "tree.h"#include "flags.h"#include "convert.h"#include "toplev.h"#include "langhooks.h"

Go to the source code of this file.
Functions/Subroutines | |
| tree | convert_to_pointer (tree type, tree expr) |
| tree | convert_to_real (tree type, tree expr) |
| tree | convert_to_integer (tree type, tree expr) |
| tree | convert_to_complex (tree type, tree expr) |
| tree | convert_to_vector (tree type, tree expr) |
Definition at line 439 of file convert.c.
Referenced by convert(), convert_to_complex(), ffecom_convert_narrow_(), ffecom_convert_widen_(), and ocp_convert().
Definition at line 128 of file convert.c.
Referenced by build_base_path(), build_headof(), build_reinterpret_cast_1(), convert(), convert_bitfield_to_declared_type(), convert_ieee_real_to_integer(), convert_to_integer(), ffecom_convert_narrow_(), ffecom_convert_widen_(), get_delta_difference(), GTY(), and ocp_convert().
Definition at line 48 of file convert.c.
Referenced by convert(), convert_to_pointer(), cp_convert_to_pointer(), ffecom_convert_narrow_(), and ffecom_convert_widen_().
Definition at line 88 of file convert.c.
Referenced by convert(), convert_arg_to_ellipsis(), convert_to_real(), ffecom_convert_narrow_(), ffecom_convert_widen_(), and ocp_convert().
Definition at line 495 of file convert.c.
Referenced by build_reinterpret_cast_1(), convert(), convert_to_vector(), and ocp_convert().
1.5.6