Skip to content

Commit 7ee115a

Browse files
committed
Extract value domain to goblint_cdomain_value dune library
1 parent c4292c3 commit 7ee115a

40 files changed

+100
-2
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{0 Library goblint.cdomain.value}
2+
This library is unwrapped and provides the following top-level modules.
3+
For better context, see {!Goblint_lib} which also documents these modules.
4+
5+
6+
{1 Domains}
7+
8+
{2 Analysis-specific}
9+
10+
{3 Value}
11+
12+
{4 Non-relational}
13+
14+
{5 Numeric}
15+
{!modules:
16+
IntDomain
17+
FloatDomain
18+
}
19+
20+
{5 Addresses}
21+
{!modules:
22+
Mval
23+
Offset
24+
StringDomain
25+
AddressDomain
26+
}
27+
28+
{5 Complex}
29+
{!modules:
30+
StructDomain
31+
UnionDomain
32+
ArrayDomain
33+
NullByteSet
34+
JmpBufDomain
35+
}
36+
37+
{5 Combined}
38+
{!modules:
39+
ValueDomain
40+
ValueDomainQueries
41+
}
42+
43+
{3 Concurrency}
44+
{!modules:
45+
MutexAttrDomain
46+
ThreadIdDomain
47+
ConcDomain
48+
}
49+
50+
{3 Other}
51+
{!modules:
52+
Lval
53+
}
54+
55+
56+
{1 I/O}
57+
58+
{2 Witnesses}
59+
{!modules:
60+
Invariant
61+
InvariantCil
62+
}
63+
64+
65+
{1 Utilities}
66+
67+
{2 Analysis-specific}
68+
{!modules:
69+
PrecisionUtil
70+
WideningThresholds
71+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)