Home
last modified time | relevance | path

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

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dident.h64 ident_t ident_from(ident_t i, char c);
H A Dident.c411 ident_t ident_from(ident_t i, char c) in ident_from() function
H A Dsem.c573 ident_t pqual = ident_from(dname, '.'); in scope_import_decls()
642 ident_t alias = ident_prefix(work_i, ident_from(dname, '.'), '.'); in scope_import_decls()
683 scope_insert_alias(unit, ident_from(unit_name, '.')); in scope_import_unit()
686 ident_t alias = ident_prefix(work_i, ident_from(unit_name, '.'), '.'); in scope_import_unit()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_ident.c197 fail_unless(ident_from(i, '.') == ident_new("bar.yah")); in START_TEST()