Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c1144 static struct tlist_cache *save_expr_cache; variable
1423 for (t = save_expr_cache; t; t = t->next) in verify_tree()
1430 t->next = save_expr_cache; in verify_tree()
1432 save_expr_cache = t; in verify_tree()
1488 save_expr_cache = 0; in verify_sequence_points()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c1499 static struct tlist_cache *save_expr_cache; variable
1795 for (t = save_expr_cache; t; t = t->next)
1803 t->next = save_expr_cache;
1805 save_expr_cache = t;
1872 save_expr_cache = 0;
H A DChangeLog.43010 (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.