#include "config.h"#include "system.h"#include "coretypes.h"#include "tm.h"#include "tree.h"#include "flags.h"#include "convert.h"#include "c-common.h"#include "c-tree.h"#include "langhooks.h"#include "toplev.h"#include "target.h"

Go to the source code of this file.
Functions/Subroutines | |
| tree | convert (tree type, tree expr) |
Definition at line 69 of file c-convert.c.
References c_objc_common_truthvalue_conversion(), COMPLEX_TYPE, convert_to_complex(), convert_to_integer(), convert_to_pointer(), convert_to_real(), convert_to_vector(), error(), error_mark_node, fold(), fold_convert(), gcc_target::invalid_conversion, targetm, TREE_CODE, TREE_TYPE, and TYPE_MAIN_VARIANT.
1.5.6