Home
last modified time | relevance | path

Searched refs:current_cache (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer.h289 gcc_assert (!current_cache); in lto_location_cache()
290 current_cache = this; in lto_location_cache()
295 gcc_assert (current_cache == this); in ~lto_location_cache()
296 current_cache = NULL; in ~lto_location_cache()
302 static lto_location_cache *current_cache; variable
Dlto-streamer-in.cc381 lto_location_cache *lto_location_cache::current_cache; member in lto_location_cache
390 const char *current_file = current_cache->current_file; in cmp_loc()
391 int current_line = current_cache->current_line; in cmp_loc()
487 gcc_assert (current_cache == this); in accept_location_cache()
517 gcc_assert (current_cache == this); in input_location_and_block()
Dipa-devirt.cc913 if (lto_location_cache::current_cache) in warn_odr()
914 lto_location_cache::current_cache->apply_location_cache (); in warn_odr()
1788 if (lto_location_cache::current_cache) in add_type_duplicate()
1789 lto_location_cache::current_cache->apply_location_cache (); in add_type_duplicate()
DChangeLog-201537212 * lto-streamer-in.c (lto_location_cache::current_cache): New static