Home
last modified time | relevance | path

Searched refs:path_term_in (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.cc1601 srcobj->path_term_in.edge = vpi_edge; in make_modpath_src()
1612 const struct symb_s&path_term_in) in compile_modpath_src() argument
1617 compile_vpi_lookup(&obj->path_term_in.expr, path_term_in.text); in compile_modpath_src()
1624 const struct symb_s&path_term_in, in compile_modpath_src() argument
1630 compile_vpi_lookup(&obj->path_term_in.expr, path_term_in.text); in compile_modpath_src()
H A Dcompile.h251 const struct symb_s&path_term_in);
257 const struct symb_s&path_term_in,
H A Ddelay.cc799 return &rfp->path_term_in; in modpath_src_get_handle()
819 args[0] = &rfp->path_term_in; in modpath_src_iterate()
1113 initialize_path_term(obj->path_term_in); in vpip_make_modpath_src()
H A Dvpi_priv.h471 struct __vpiModPathTerm path_term_in; member