HomeSort by: relevance | last modified time | path
    Searched refs:streamer_tree_cache_get_tree (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-streamer.h 94 streamer_tree_cache_get_tree (struct streamer_tree_cache_d *cache, unsigned ix) function
lto-streamer-in.cc 1634 tree t = streamer_tree_cache_get_tree (cache, i);
1799 result = streamer_tree_cache_get_tree (data_in->reader_cache,
1822 return streamer_tree_cache_get_tree (data_in->reader_cache, ix - 1);
tree-streamer-in.cc 1122 result = streamer_tree_cache_get_tree (data_in->reader_cache, ix);
  /src/external/gpl3/gcc/dist/gcc/
tree-streamer.h 94 streamer_tree_cache_get_tree (struct streamer_tree_cache_d *cache, unsigned ix) function
lto-streamer-in.cc 1657 tree t = streamer_tree_cache_get_tree (cache, i);
1827 result = streamer_tree_cache_get_tree (data_in->reader_cache,
1850 return streamer_tree_cache_get_tree (data_in->reader_cache, ix - 1);
tree-streamer-in.cc 1116 result = streamer_tree_cache_get_tree (data_in->reader_cache, ix);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 192 decl = streamer_tree_cache_get_tree (data_in->reader_cache, ix);
208 streamer_tree_cache_get_tree (data_in->reader_cache,
1661 == streamer_tree_cache_get_tree (cache, from));
1687 tree t = streamer_tree_cache_get_tree (cache, from + i);
1928 tree first = streamer_tree_cache_get_tree (data_in->reader_cache,
1950 tree t = streamer_tree_cache_get_tree (data_in->reader_cache,
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 192 decl = streamer_tree_cache_get_tree (data_in->reader_cache, ix);
208 streamer_tree_cache_get_tree (data_in->reader_cache,
1656 == streamer_tree_cache_get_tree (cache, from));
1682 tree t = streamer_tree_cache_get_tree (cache, from + i);
1923 tree first = streamer_tree_cache_get_tree (data_in->reader_cache,
1945 tree t = streamer_tree_cache_get_tree (data_in->reader_cache,

Completed in 40 milliseconds