Searched refs:reconstruct_complex_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | langhooks.h | 165 tree (*reconstruct_complex_type) (tree, tree); member
|
| D | langhooks-def.h | 213 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
|
| 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()
|
| D | tree.h | 5399 extern tree reconstruct_complex_type (tree, tree);
|
| 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.
|
| 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.
|
| 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
|
| D | ChangeLog-2009 | 3532 * tree.c (reconstruct_complex_type): Preserve attributes.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| 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/ |
| D | rs6000.cc | 20124 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()
|