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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c156 #define local_names cp_function_chain->x_local_names macro
900 nelts = VEC_length (tree, local_names);
903 t = VEC_index (tree, local_names, i);
914 VEC_replace (tree, local_names, i, decl);
920 VEC_safe_push (tree, gc, local_names, decl);
11462 local_names = NULL;

Completed in 110 milliseconds