Home
last modified time | relevance | path

Searched refs:array_domain_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.c3279 tree array_domain_type; in c_common_nodes_and_builtins() local
3417 array_domain_type = build_index_type (size_int (200)); in c_common_nodes_and_builtins()
3423 = build_array_type (char_type_node, array_domain_type); in c_common_nodes_and_builtins()
3427 = build_array_type (integer_type_node, array_domain_type); in c_common_nodes_and_builtins()
3454 = build_array_type (wchar_type_node, array_domain_type); in c_common_nodes_and_builtins()
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20005590 array_domain_type. Set make_fname_decl.