Home
last modified time | relevance | path

Searched refs:tree_attr_str (Results 1 – 12 of 12) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Djit.c240 if (tree_attr_str(d, mangled_i) == mangled) in jit_trace()
H A Dcover.c110 if (tree_attr_str(tree_ref(t), builtin_i) == NULL) in cover_tag_conditions()
/dports/cad/nvc/nvc-r1.5.3/src/vhpi/
H A Dvhpi_impl.c648 const char *root_name = istr(tree_attr_str(top_level, simple_name_i)) + 1; in vhpi_handle_by_name()
671 search = ident_prefix(tree_attr_str(root, simple_name_i), in vhpi_handle_by_name()
876 full = istr(tree_attr_str(handle->tree, simple_name_i)); in vhpi_get_str()
894 return (vhpiCharT *)istr(tree_attr_str(handle->tree, in vhpi_get_str()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_lib.c203 ident_t attr = tree_attr_str(ent, ident_new("attr")); in START_TEST()
H A Dtest_sem.c1975 fail_unless(tree_attr_str(decl, builtin_i) == NULL); in START_TEST()
1986 fail_unless(tree_attr_str(decl, builtin_i) == NULL); in START_TEST()
H A Dtest_lower.c332 ident_t name = tree_attr_str(t, mangled_i); in find_unit()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dtree.h328 ident_t tree_attr_str(tree_t t, ident_t name);
H A Dsem.c373 const bool builtin = (tree_attr_str(existing, builtin_i) != NULL); in scope_insert_aux()
2509 if (tree_attr_str(decl, builtin_i) == NULL) in sem_check_duplicate()
3711 && tree_attr_str(overloads[i], builtin_i) == NULL) { in sem_resolve_overload()
3718 && tree_attr_str(overloads[j], builtin_i) == NULL; in sem_resolve_overload()
3747 bool builtin = tree_attr_str(overloads[n], builtin_i); in sem_resolve_overload()
4110 const bool decl_is_builtin = tree_attr_str(decl, builtin_i) != NULL; in sem_check_fcall()
4125 tree_attr_str(overloads[i], builtin_i) != NULL; in sem_check_fcall()
4181 const bool implicit = tree_attr_str(overloads[n], builtin_i); in sem_check_fcall()
6461 if (kind == T_FCALL && tree_attr_str(tree_ref(t), builtin_i) == NULL) in sem_locally_static()
H A Dlower.c689 if (tree_attr_str(decl, builtin_i) == NULL) in lower_subprogram_arg()
892 ident_t prev = tree_attr_str(decl, mangled_i); in lower_mangle_func()
959 ident_t instance = tree_attr_str(decl, ident_new("INSTANCE_NAME")); in lower_name_attr()
1092 if (tree_attr_str(tree_ref(expr), builtin_i) == NULL) in lower_trivial_expression()
1372 ident_t builtin = tree_attr_str(decl, builtin_i); in lower_fcall()
3520 ident_t builtin = tree_attr_str(decl, builtin_i); in lower_pcall()
H A Dcommon.c1013 ident_t prev = tree_attr_str(decl, mangled_i); in mangle_func()
H A Dtree.c1148 ident_t tree_attr_str(tree_t t, ident_t name) in tree_attr_str() function
H A Deval.c167 if (tree_attr_str(func, builtin_i)) in eval_have_lowered()