Lines Matching +defs:parser +defs:c
288 fcache *c = &fcache_tab[i]; in lookup_file_in_cache_tab() local
343 fcache *c = &fcache_tab[i]; in evicted_cache_tab_entry() local
448 needs_read (fcache *c) in needs_read()
459 needs_grow (fcache *c) in needs_grow()
467 maybe_grow (fcache *c) in maybe_grow()
481 read_data (fcache *c) in read_data()
504 maybe_read_data (fcache *c) in maybe_read_data()
522 get_next_line (fcache *c, char **line, ssize_t *line_len) in get_next_line()
660 read_line_num (fcache *c, size_t line_num, in read_line_num()
759 fcache *c = lookup_or_add_file_to_cache_tab (file_path); in location_get_source_line() local
777 fcache *c = lookup_or_add_file_to_cache_tab (file_path); in location_missing_trailing_newline() local
2034 cpp_reader *parser = cpp_create_reader (CLK_GNUC89, NULL, line_table); in test_lexer() local