Home
last modified time | relevance | path

Searched defs:ident_rd_ctx (Results 1 – 2 of 2) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dident.c51 struct ident_rd_ctx { struct
52 fbuf_t *file;
53 size_t cache_sz;
54 size_t cache_alloc;
55 ident_t *cache;
H A Dvcode.c5114 static bool vcode_read_unit(fbuf_t *f, ident_rd_ctx_t ident_rd_ctx) in vcode_read_unit()
5339 ident_rd_ctx_t ident_rd_ctx = ident_read_begin(f); in vcode_read() local