Searched refs:repr_decl (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c1051 tree repr_decl = NULL_TREE; local
1066 repr_decl = stack_vars[j].decl;
1069 else if (repr_decl == NULL_TREE
1072 repr_decl = stack_vars[j].decl;
1073 if (repr_decl == NULL_TREE)
1074 repr_decl = stack_vars[i].decl;
1075 data->asan_decl_vec.safe_push (repr_decl);

Completed in 125 milliseconds