Lines Matching +defs:parser +defs:c
285 fcache *c = &fcache_tab[i]; in lookup_file_in_cache_tab() local
340 fcache *c = &fcache_tab[i]; in evicted_cache_tab_entry() local
445 needs_read (fcache *c) in needs_read()
456 needs_grow (fcache *c) in needs_grow()
464 maybe_grow (fcache *c) in maybe_grow()
478 read_data (fcache *c) in read_data()
501 maybe_read_data (fcache *c) in maybe_read_data()
519 get_next_line (fcache *c, char **line, ssize_t *line_len) in get_next_line()
657 read_line_num (fcache *c, size_t line_num, in read_line_num()
757 fcache *c = lookup_or_add_file_to_cache_tab (file_path); in location_get_source_line() local
776 fcache *c = lookup_or_add_file_to_cache_tab (file_path); in location_missing_trailing_newline() local
1993 cpp_reader *parser = cpp_create_reader (CLK_GNUC89, NULL, line_table); in test_lexer() local