Lines Matching refs:expanded_virt_locs
46 source_location *expanded_virt_locs; /* Where virtual locations for member
1159 if (macro_args[i].expanded_virt_locs) in delete_macro_args()
1161 free (macro_args[i].expanded_virt_locs); in delete_macro_args()
1162 macro_args[i].expanded_virt_locs = NULL; in delete_macro_args()
1256 *virt_location = &arg->expanded_virt_locs[index]; in arg_token_ptr_at()
1994 || arg->expanded_virt_locs != NULL) in alloc_expanded_arg_mem()
1999 arg->expanded_virt_locs = XNEWVEC (source_location, capacity); in alloc_expanded_arg_mem()
2020 if (arg->expanded_virt_locs == NULL) in ensure_expanded_arg_room()
2021 arg->expanded_virt_locs = XNEWVEC (source_location, size); in ensure_expanded_arg_room()
2023 arg->expanded_virt_locs = XRESIZEVEC (source_location, in ensure_expanded_arg_room()
2024 arg->expanded_virt_locs, in ensure_expanded_arg_room()