Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c3116 tree array_domain_type; in c_common_nodes_and_builtins() local
3254 array_domain_type = build_index_type (size_int (200)); in c_common_nodes_and_builtins()
3260 = build_array_type (char_type_node, array_domain_type); in c_common_nodes_and_builtins()
3264 = build_array_type (integer_type_node, array_domain_type); in c_common_nodes_and_builtins()
3291 = build_array_type (wchar_type_node, array_domain_type); in c_common_nodes_and_builtins()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c3233 tree array_domain_type; in c_common_nodes_and_builtins() local
3402 array_domain_type = build_index_type (size_int (200)); in c_common_nodes_and_builtins()
3408 = build_array_type (char_type_node, array_domain_type); in c_common_nodes_and_builtins()
3412 = build_array_type (integer_type_node, array_domain_type); in c_common_nodes_and_builtins()
3439 = build_array_type (wchar_type_node, array_domain_type); in c_common_nodes_and_builtins()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20005590 array_domain_type. Set make_fname_decl.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog15462 array_domain_type. Set make_fname_decl.