Home
last modified time | relevance | path

Searched refs:x_avail_temp_slots (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dfunction.h294 struct temp_slot *x_avail_temp_slots; member
526 #define avail_temp_slots (cfun->x_avail_temp_slots)
Dfunction.c330 f->x_avail_temp_slots = NULL; in free_after_compilation()
DChangeLog-200432487 replaced by x_used_temp_slots and x_avail_temp_slots.