Searched refs:current_cache (Results 1 – 7 of 7) sorted by relevance
289 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
381 lto_location_cache *lto_location_cache::current_cache; member in lto_location_cache390 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()
913 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()
37212 * lto-streamer-in.c (lto_location_cache::current_cache): New static
330 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
381 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);
900 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 ();