Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dlanghooks.h144 tree (*reconstruct_complex_type) (tree, tree); member
H A Dlanghooks-def.h181 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
H A Dtree.c9732 reconstruct_complex_type (tree type, tree bottom) in reconstruct_complex_type() function
9738 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
9744 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
9750 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
9755 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
9760 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
9771 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
H A Dtree.h5506 extern tree reconstruct_complex_type (tree, tree);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlanghooks.h151 tree (*reconstruct_complex_type) (tree, tree); member
H A Dlanghooks-def.h197 #define LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE reconstruct_complex_type
H A Dtree.c10417 reconstruct_complex_type (tree type, tree bottom) in reconstruct_complex_type() function
10423 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
10429 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
10435 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
10440 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
10445 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
10456 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
H A Dtree.h4954 extern tree reconstruct_complex_type (tree, tree);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c3103 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c7741 *node = lang_hooks.types.reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute()