Home
last modified time | relevance | path

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

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ddecl.c5205 tree gnu_our_rep_list = NULL_TREE; in components_to_record() local
5319 &gnu_our_rep_list, !all_rep_and_size, all_rep); in components_to_record()
5389 TREE_CHAIN (gnu_field) = gnu_our_rep_list; in components_to_record()
5390 gnu_our_rep_list = gnu_field; in components_to_record()
5407 else if (gnu_our_rep_list != 0) in components_to_record()
5411 int len = list_length (gnu_our_rep_list); in components_to_record()
5417 for (i = 0, gnu_field = gnu_our_rep_list; gnu_field; in components_to_record()
5428 gnu_our_rep_list = NULL_TREE; in components_to_record()
5431 TREE_CHAIN (gnu_arr[i]) = gnu_our_rep_list; in components_to_record()
5432 gnu_our_rep_list = gnu_arr[i]; in components_to_record()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ddecl.c5205 tree gnu_our_rep_list = NULL_TREE;
5319 &gnu_our_rep_list, !all_rep_and_size, all_rep);
5389 TREE_CHAIN (gnu_field) = gnu_our_rep_list;
5390 gnu_our_rep_list = gnu_field;
5407 else if (gnu_our_rep_list != 0)
5411 int len = list_length (gnu_our_rep_list);
5417 for (i = 0, gnu_field = gnu_our_rep_list; gnu_field;
5428 gnu_our_rep_list = NULL_TREE;
5431 TREE_CHAIN (gnu_arr[i]) = gnu_our_rep_list;
5432 gnu_our_rep_list = gnu_arr[i];
[all …]