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

/openbsd-current/gnu/gcc/gcc/
H A Dvar-tracking.c266 static alloc_pool var_pool; variable
633 pool_free (var_pool, var);
736 new_var = pool_alloc (var_pool);
2013 empty_var = pool_alloc (var_pool);
2093 var = pool_alloc (var_pool);
2485 pool_free (var_pool, var);
2524 empty_var = pool_alloc (var_pool);
2923 var_pool = create_alloc_pool ("variable_def pool",
2952 free_alloc_pool (var_pool);

Completed in 105 milliseconds