/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 155 tree (*reconstruct_complex_type) (tree, tree); member
|
H A D | langhooks-def.h | 201 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
|
H A D | tree.c | 10858 reconstruct_complex_type (tree type, tree bottom) in reconstruct_complex_type() function 10864 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10870 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10876 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10881 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10886 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10897 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
|
H A D | tree.h | 5216 extern tree reconstruct_complex_type (tree, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.h | 165 tree (*reconstruct_complex_type) (tree, tree); member
|
H A D | langhooks-def.h | 213 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
|
H A D | tree.cc | 9969 reconstruct_complex_type (tree type, tree bottom) in reconstruct_complex_type() function 9975 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 9981 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 9987 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 9992 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 9997 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type() 10008 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
|
H A D | tree.h | 5399 extern tree reconstruct_complex_type (tree, tree);
|
H A D | ChangeLog-2008 | 21685 lang_hooks.types.reconstruct_complex_type instead of 21686 reconstruct_complex_type. 21690 reconstruct_complex_type hook. 28099 * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
|
H A D | ChangeLog-2004 | 11502 * tree.c (reconstruct_complex_type): Remove extra "this". 36559 * tree.c (reconstruct_complex_type): Use TYPE_READONLY 42344 reconstruct_complex_type() instead. 42345 * tree.c (reconstruct_complex_type): New function 42348 * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
|
H A D | ChangeLog-2007 | 11034 * tree.c (reconstruct_complex_type): For a pointer to a vector, 15945 (reconstruct_complex_type): Rebuild the METHOD_TYPE node 21917 * tree.c (reconstruct_complex_type): Reconstruct a reference
|
H A D | ChangeLog-2009 | 3532 * tree.c (reconstruct_complex_type): Preserve attributes.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 962 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_signed_bool_precision_attribute() 4419 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute() 4451 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_vector_mask_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 3710 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 3750 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in spu_handle_vector_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 1124 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in s390_handle_vectorbool_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 1186 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in s390_handle_vectorbool_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 20124 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 19571 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()
|