Home
last modified time | relevance | path

Searched refs:DISTINCT_TERM (Results 1 – 19 of 19) sorted by relevance

/dports/math/yices/yices-2.6.2/src/context/
H A Dshared_terms.c204 case DISTINCT_TERM: in sharing_map_visit_subterms()
H A Dinternalization_table.c592 case DISTINCT_TERM:
H A Dsymmetry_breaking.c980 case DISTINCT_TERM: in ctx_subst()
1269 case DISTINCT_TERM: in collect_constants()
H A Dcontext_simplifier.c1579 case DISTINCT_TERM: in visit()
2266 case DISTINCT_TERM: in flatten_assertion()
3207 case DISTINCT_TERM: in analyze_dl()
H A Dcontext.c3188 case DISTINCT_TERM: in internalize_to_literal()
4631 case DISTINCT_TERM: in assert_toplevel_formula()
4764 case DISTINCT_TERM: in assert_term()
/dports/math/yices/yices-2.6.2/src/terms/
H A Dfree_var_collector.c326 case DISTINCT_TERM: in get_free_vars_of_term()
H A Dterm_explorer.c340 case DISTINCT_TERM: in term_num_children()
H A Dterms.h275 DISTINCT_TERM, // distinct t_1 ... t_n enumerator
1549 assert(term_kind(table, t) == DISTINCT_TERM); in distinct_term_desc()
H A Dfull_subst.c313 case DISTINCT_TERM: in fsubst_explore()
1219 case DISTINCT_TERM: in full_subst_composite()
H A Dterms.c1582 case DISTINCT_TERM: in delete_term()
1821 case DISTINCT_TERM: in delete_term_descriptors()
2326 composite_hobj.tag = DISTINCT_TERM; in distinct_term()
3565 case DISTINCT_TERM: in mark_reachable_terms()
H A Dterm_substitution.c1187 case DISTINCT_TERM: in subst_composite()
/dports/math/yices/yices-2.6.2/src/model/
H A Dmodel_support.c390 case DISTINCT_TERM: in get_term_support()
H A Dliteral_collector.c1366 case DISTINCT_TERM: in lit_collector_visit()
H A Dmodel_eval.c1282 case DISTINCT_TERM: in eval_term()
/dports/math/yices/yices-2.6.2/src/mcsat/
H A Dpreprocessor.c131 case DISTINCT_TERM: in get_composite()
939 case DISTINCT_TERM: in preprocessor_apply()
/dports/math/yices/yices-2.6.2/src/io/
H A Dterm_printer.c971 case DISTINCT_TERM: in print_term_idx_recur()
1578 case DISTINCT_TERM: in print_term_table()
1705 case DISTINCT_TERM: in print_term_idx_desc()
2589 case DISTINCT_TERM: in pp_term_idx()
/dports/math/yices/yices-2.6.2/src/exists_forall/
H A Def_analyze.c728 case DISTINCT_TERM: in ef_get_vars()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_terms.c715 if (! check_composite4(x, DISTINCT_TERM, bool_type(&types), a, b, c, d)) { in test_distinct4()
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_commands.c2707 case DISTINCT_TERM: in needs_egraph()