Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlanghooks.h165 tree (*reconstruct_complex_type) (tree, tree); member
Dlanghooks-def.h213 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
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()
Dtree.h5399 extern tree reconstruct_complex_type (tree, tree);
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.
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.
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
DChangeLog-20093532 * tree.c (reconstruct_complex_type): Preserve attributes.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
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/
Drs6000.cc20124 *node = lang_hooks.types.reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()