Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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
H A 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()
H A 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()
H A DChangeLog-201537212 * lto-streamer-in.c (lto_location_cache::current_cache): New static
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer.h330 gcc_assert (!current_cache); in lto_location_cache()
331 current_cache = this; in lto_location_cache()
336 gcc_assert (current_cache == this); in ~lto_location_cache()
337 current_cache = NULL; in ~lto_location_cache()
343 static lto_location_cache *current_cache; variable
H A Dlto-streamer-in.c381 lto_location_cache *lto_location_cache::current_cache;
390 const char *current_file = current_cache->current_file;
391 int current_line = current_cache->current_line;
487 gcc_assert (current_cache == this);
517 gcc_assert (current_cache == this);
H A Dipa-devirt.c900 if (lto_location_cache::current_cache)
901 lto_location_cache::current_cache->apply_location_cache ();
1774 if (lto_location_cache::current_cache)
1775 lto_location_cache::current_cache->apply_location_cache ();