Home
last modified time | relevance | path

Searched refs:ident_rd_ctx (Results 1 – 3 of 3) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dident.h26 typedef struct ident_rd_ctx *ident_rd_ctx_t;
H A Dident.c51 struct ident_rd_ctx { struct
244 struct ident_rd_ctx *ctx = xmalloc(sizeof(struct ident_rd_ctx)); in ident_read_begin()
H A Dvcode.c5122 unit->name = ident_read(ident_rd_ctx); in vcode_read_unit()
5129 ident_t context_name = ident_read(ident_rd_ctx); in vcode_read_unit()
5164 op->func = ident_read(ident_rd_ctx); in vcode_read_unit()
5196 loc_read(&(op->loc), f, ident_rd_ctx); in vcode_read_unit()
5283 t->name = ident_read(ident_rd_ctx); in vcode_read_unit()
5297 v->name = ident_read(ident_rd_ctx); in vcode_read_unit()
5306 s->name = ident_read(ident_rd_ctx); in vcode_read_unit()
5320 p->name = ident_read(ident_rd_ctx); in vcode_read_unit()
5339 ident_rd_ctx_t ident_rd_ctx = ident_read_begin(f); in vcode_read() local
5341 while (vcode_read_unit(f, ident_rd_ctx)) in vcode_read()
[all …]