Home
last modified time | relevance | path

Searched refs:reconstruct_complex_type (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h155 tree (*reconstruct_complex_type) (tree, tree); member
H A Dlanghooks-def.h201 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
H A Dtree.c10858 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 Dtree.h5216 extern tree reconstruct_complex_type (tree, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h165 tree (*reconstruct_complex_type) (tree, tree); member
H A Dlanghooks-def.h213 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
H A Dtree.cc9969 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 Dtree.h5399 extern tree reconstruct_complex_type (tree, tree);
H A DChangeLog-200821685 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 DChangeLog-200411502 * 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 DChangeLog-200711034 * 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 DChangeLog-20093532 * tree.c (reconstruct_complex_type): Preserve attributes.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc962 *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 Dc-attribs.c3710 *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 Dspu.c3750 *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 Ds390.c1124 *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 Ds390.cc1186 *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 Drs6000.cc20124 *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 Drs6000.c19571 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()