Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.c6856 reconstruct_complex_type (tree type, tree bottom) in reconstruct_complex_type() function
6862 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
6867 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
6872 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
6878 inner = reconstruct_complex_type (TREE_TYPE (type), bottom); in reconstruct_complex_type()
H A Dtree.h4444 extern tree reconstruct_complex_type (tree, tree);
H A Dc-common.c5535 *node = reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute()
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.
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c17651 *node = reconstruct_complex_type (*node, result); in rs6000_handle_altivec_attribute()