| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.h | 46 edit_context (file_cache &); 59 file_cache &get_file_cache () const { return m_file_cache; } 66 file_cache &m_file_cache;
|
| input.h | 26 class file_cache; 72 location_compute_display_column (file_cache &fc, 120 get_source_text_between (file_cache &, location_t, location_t); 122 /* Forward decl of slot within file_cache, so that the definition doesn't 135 class file_cache 138 file_cache (); 139 ~file_cache ();
|
| edit-context.cc | 87 file_cache &get_file_cache () const 172 edited_line (file_cache &fc, const char *filename, int line_num); 217 edit_context::edit_context (file_cache &fc) 703 edited_line::edited_line (file_cache &fc, const char *filename, int line_num) 928 file_cache fc; 940 file_cache fc; 954 file_cache fc; 988 file_cache fc; 1047 file_cache fc; 1090 file_cache fc [all...] |
| selftest.h | 28 class file_cache; 97 If the file_cache is non-null, the filename is evicted from 98 the file_cache when the named_temp_file is destroyed. */ 103 named_temp_file (const char *suffix, file_cache *fc = nullptr); 109 file_cache *m_file_cache; 119 const char *content, file_cache *fc = nullptr);
|
| substring-locations.h | 119 file_cache &fc,
|
| gcc-rich-location.cc | 78 blank_line_before_p (file_cache &fc, 100 use_new_line (file_cache &fc,
|
| input.cc | 45 file_cache::initialize_input_context (diagnostic_input_charset_callback ccb, 74 bool create (const file_cache::input_context &in_context, 315 file_cache::lookup_file (const char *file_path) 342 file_cache::forcibly_evict_file (const char *file_path) 359 file_cache::missing_trailing_newline_p (const char *file_path) 389 file_cache::evicted_cache_tab_entry (unsigned *highest_use_count) 429 file_cache::add_file (const char *file_path) 461 file_cache_slot::create (const file_cache::input_context &in_context, 512 /* file_cache's ctor. */ 514 file_cache::file_cache ( function in class:file_cache [all...] |
| selftest.cc | 165 file_cache *fc) 189 file_cache *fc)
|
| diagnostic-show-locus.cc | 178 exploc_with_display_col (file_cache &fc, 436 file_cache &m_file_cache; 712 make_range (file_cache &fc, 741 file_cache fc; 778 file_cache fc; 821 file_cache fc; 2278 get_affected_range (file_cache &fc, 2308 get_printed_columns (file_cache &fc, 2431 line_corrections (file_cache &fc, 2442 file_cache &m_file_cache [all...] |
| diagnostic.cc | 216 m_file_cache = new file_cache (); 350 /* Create the file_cache, if not already created, and tell it how to 504 convert_column_unit (file_cache &fc, 1219 print_parseable_fixits (file_cache &fc, 2736 file_cache fc; 2750 file_cache fc; 2771 file_cache fc; 2794 file_cache fc; 2825 file_cache fc;
|
| diagnostic.h | 490 file_cache & 587 file_cache *m_file_cache;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-indentation.cc | 48 get_visual_column (file_cache &fc, 91 get_first_nws_vis_column (file_cache &fc, 163 detect_intervening_unindent (file_cache &fc, 343 file_cache &fc = global_dc->get_file_cache (); 699 file_cache &fc, 725 #define ASSERT_GET_VISUAL_COLUMN_SUCCEEDS(FILE_CACHE, \ 732 FILE_CACHE, \ 743 file_cache &fc, 764 #define ASSERT_GET_VISUAL_COLUMN_FAILS(FILE_CACHE, \ 769 FILE_CACHE, \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| input.h | 117 /* Forward decl of slot within file_cache, so that the definition doesn't 130 class file_cache 133 file_cache (); 134 ~file_cache ();
|
| input.cc | 39 file_cache::initialize_input_context (diagnostic_input_charset_callback ccb, 67 bool create (const file_cache::input_context &in_context, 291 global_dc->m_file_cache = new file_cache (); 331 file_cache::lookup_file (const char *file_path) 369 file_cache::forcibly_evict_file (const char *file_path) 403 file_cache::evicted_cache_tab_entry (unsigned *highest_use_count) 442 file_cache::add_file (const char *file_path) 460 file_cache_slot::create (const file_cache::input_context &in_context, 511 /* file_cache's ctor. */ 513 file_cache::file_cache ( function in class:file_cache [all...] |
| diagnostic.h | 171 file_cache *m_file_cache;
|
| diagnostic.cc | 302 /* Create the file_cache, if not already created, and tell it how to 309 context->m_file_cache = new file_cache;
|
| /src/sys/kern/ |
| kern_descrip.c | 111 static pool_cache_t file_cache __read_mostly; 158 file_cache = pool_cache_init(sizeof(file_t), coherency_unit, 0, 160 KASSERT(file_cache != NULL); 881 pool_cache_put(file_cache, fp); 1143 fp = pool_cache_get(file_cache, PR_WAITOK); 1236 pool_cache_put(file_cache, fp);
|