TypeNode: Rename isSort() and getSortConstructorArity(). (#8446)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 30 Mar 2022 00:22:40 +0000 (17:22 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 00:22:40 +0000 (00:22 +0000)
commit319caf1bf9bff1e02dbdce037a1fe41064470fe0
tree8721b60691d7bb115af6eaa1f6d1111b15745088
parentbbcd471ed40c813c48957ced5596471cc0ccebe9
TypeNode: Rename isSort() and getSortConstructorArity(). (#8446)

Names of these two functions were slightly confusing with respect to API
terminology. This renames isSort() to isUninterpretedSort() and
getSortConstructorArity() to getUninterpretedSortConstructorArity() for
more consistency and clarity.
30 files changed:
src/api/cpp/cvc5.cpp
src/expr/cardinality_constraint.cpp
src/expr/dtype.cpp
src/expr/dtype_cons.cpp
src/expr/node_manager_template.cpp
src/expr/symbol_table.cpp
src/expr/type_node.cpp
src/expr/type_node.h
src/preprocessing/passes/ackermann.cpp
src/printer/smt2/smt2_printer.cpp
src/proof/lfsc/lfsc_node_converter.cpp
src/proof/lfsc/lfsc_printer.cpp
src/smt/print_benchmark.cpp
src/smt/solver_engine.cpp
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/quant_bound_inference.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/term_util.cpp
src/theory/sep/theory_sep.cpp
src/theory/sort_inference.cpp
src/theory/theory_model.cpp
src/theory/theory_model_builder.cpp
src/theory/uf/cardinality_extension.cpp
src/theory/uf/theory_uf_type_rules.cpp
src/util/uninterpreted_sort_value.cpp
test/unit/node/node_manager_black.cpp