summaryrefslogtreecommitdiff
path: root/src/theory/bv/kinds
blob: 8a4c6b6f704a4661c8e5b00b74f0caca94f58778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/expr/builtin_kinds.
#

theory ::CVC4::theory::bv::TheoryBV "theory_bv.h"

constant CONST_BITVECTOR \
    ::CVC4::BitVector \
    ::CVC4::BitVectorHashStrategy \
    "util/bitvector.h" \
    "a fixed-width bit-vector constant"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback