Home
last modified time | relevance | path

Searched refs:save_expr_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.c1223 static struct tlist_cache *save_expr_cache; variable
1502 for (t = save_expr_cache; t; t = t->next) in verify_tree()
1509 t->next = save_expr_cache; in verify_tree()
1511 save_expr_cache = t; in verify_tree()
1567 save_expr_cache = 0; in verify_sequence_points()
H A DChangeLog-20003016 (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.