Searched refs:expanded_virt_locs (Results 1 – 2 of 2) sorted by relevance
46 source_location *expanded_virt_locs; /* Where virtual locations for member1159 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()[all …]
44 source_location *expanded_virt_locs; /* Where virtual locations for member1467 if (macro_args[i].expanded_virt_locs) in delete_macro_args()1469 free (macro_args[i].expanded_virt_locs); in delete_macro_args()1470 macro_args[i].expanded_virt_locs = NULL; in delete_macro_args()1561 *virt_location = &arg->expanded_virt_locs[index]; in arg_token_ptr_at()2424 && arg->expanded_virt_locs == NULL); in alloc_expanded_arg_mem()2428 arg->expanded_virt_locs = XNEWVEC (source_location, capacity); in alloc_expanded_arg_mem()2449 if (arg->expanded_virt_locs == NULL) in ensure_expanded_arg_room()2450 arg->expanded_virt_locs = XNEWVEC (source_location, size); in ensure_expanded_arg_room()2452 arg->expanded_virt_locs = XRESIZEVEC (source_location, in ensure_expanded_arg_room()[all …]