24 KiB
24 KiB
1 | # This is a CSV format file |
---|---|
2 | AxiomMatchingCost, ( forall (A i j v ) (|| (= i j) (= (select1 (store1 A i v) j) (select1 A j)))), 0 |
3 | AxiomMatchingCost, ( forall (A i v ) (= v (select1 (store1 A i v) i))), 0 |
4 | AxiomMatchingCost, ( forall (A o f p g v ) (|| (= f g) (= (select2 (store2 A o f v) p g) (select2 A p g)))), 0 |
5 | AxiomMatchingCost, ( forall (A o f p g v ) (|| (= o p) (= (select2 (store2 A o f v) p g) (select2 A p g)))), 0 |
6 | AxiomMatchingCost, ( forall (A o f v ) (= v (select2 (store2 A o f v) o f))), 0 |
7 | AxiomMatchingCost, ( forall (o T ) (<=> (= true ($Is o T)) (|| (= o nullObject) (= true (<: ($typeof o) T))))), 0 |
8 | AxiomMatchingCost, ( forall (o T ) (<=> (= true ($IsNotNull o T)) (&& (! (= o nullObject)) (= true ($Is o T))))), 0 |
9 | AxiomMatchingCost, (forall (f T ) (|| (! (= f (AsNonNullRefField f T))) (= f (AsRefField f T)))), 0 |
10 | AxiomMatchingCost, (forall (t u ) (|| (|| (! (= true (<: t u))) (! (= true (<: u t)))) (= t u))), 0 |
11 | AxiomMatchingCost, (forall (A r T) (|| (! (= true (<: (ValueArray A r) T))) (|| (= true (<: System.Array T)) (= T (ValueArray A r))))), 0 |
12 | AxiomMatchingCost, (forall (A r T) (|| (! (= true (<: T (RefArray A r)))) (&& (= T (RefArray ($ElementType T) r)) (= true (<: ($ElementType T) A))))), 0 |
13 | AxiomMatchingCost, (forall (A r T) (|| (! (= true (<: T (ValueArray A r)))) (= T (ValueArray A r)))), 0 |
14 | AxiomMatchingCost, (forall (T r) (= true (<: (ValueArray T r) System.Array))), 0 |
15 | AxiomMatchingCost, (forall (h o f T) (|| (! (= true (IsHeap h))) (= true ($Is (select2 h o (AsRefField f T)) T)))), 0 |
16 | AxiomMatchingCost, (forall (h o f) (|| (|| (! (= true (IsHeap h))) (! (= true (select2 h o $allocated)))) (= true (IsAllocated h (select2 h o f))))), 0 |
17 | AxiomMatchingCost, (forall (h o f) (|| (|| (! (IsHeap h)) (! (select2 h o $allocated))) (select2 h (select2 h o f) $allocated))), 0 |
18 | AxiomMatchingCost, (forall (h o) (|| (! (= true (IsAllocated h o))) (= true (select2 h o $allocated)))), 0 |
19 | AxiomMatchingCost, (forall (o T) (&& (|| (! ($Is o T)) (|| (= o nullObject) (<: ($typeof o) T))) (|| (&& (! (= o nullObject)) (! (<: ($typeof o) T))) ($Is o T)))), 0 |
20 | AxiomMatchingCost, (forall (o T) (&& (|| (! ($IsNotNull o T)) (&& (! (= o nullObject)) ($Is o T))) (|| (|| (= o nullObject) (! ($Is o T))) ($IsNotNull o T)))), 0 |
21 | AxiomMatchingCost, (forall (t u) (|| (|| (! (<: t u)) (! (<: u t))) (= t u))), 0 |
22 | #AlwaysUsefulAxiom,( forall (A o f p g v ) ( PATS (select2 (store2 A o f v) p g) ) (|| (= f g) (= (select2 (store2 A o f v) p g) (select2 A p g)))) |
23 | #AlwaysUsefulAxiom,( forall (A o f p g v ) ( PATS (select2 (store2 A o f v) p g) ) (|| (= o p) (= (select2 (store2 A o f v) p g) (select2 A p g)))) |
24 | #AlwaysUsefulAxiom,( forall (o T ) ( PATS ($IsNotNull o T) ) (&& (|| (! ($IsNotNull o T)) (&& (! (= nullObject o)) ($Is o T))) (|| (|| (= nullObject o) (! ($Is o T))) ($IsNotNull o T)))) |
25 | #AlwaysUsefulAxiom,( forall (A o f v ) ( PATS (store2 A o f v) ) (= v (select2 (store2 A o f v) o f))) |
26 | #AlwaysUsefulAxiom,( forall (o T ) ( PATS ($Is o T) ) (&& (|| (! ($Is o T)) (|| (= nullObject o) (<: ($typeof o) T))) (|| (&& (! (= nullObject o)) (! (<: ($typeof o) T))) ($Is o T)))) |
27 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap $o $ownerRef) (select2 $Heap@0 $o $ownerRef) (select2 $Heap $o $ownerFrame) (select2 $Heap@0 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap@0 $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap@0 $o $ownerFrame))))) |
28 | ##AlwaysUsefulAxiom,(! ( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap $o $ownerRef) (select2 $Heap@1 $o $ownerRef) (select2 $Heap $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap@1 $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame)))))) |
29 | ##AlwaysUsefulAxiom,( forall (h o ) ( PATS (<: (select2 h (select2 h o $ownerRef) $inv) (select2 h o $ownerFrame)) ) (|| (|| (|| (|| (! (IsHeap h)) (= $PeerGroupPlaceholder (select2 h o $ownerFrame))) (! (<: (select2 h (select2 h o $ownerRef) $inv) (select2 h o $ownerFrame)))) (= (select2 h (select2 h o $ownerRef) $localinv) ($BaseClass (select2 h o $ownerFrame)))) (&& (= ($typeof o) (select2 h o $inv)) (= ($typeof o) (select2 h o $localinv))))) |
30 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $allocated) (select2 $Heap@0 $o $ownerRef) (select2 $Heap@1 $o $ownerRef) (select2 $Heap@0 $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap@0 $o $allocated)))) (&& (= (select2 $Heap@0 $o $ownerRef) (select2 $Heap@1 $o $ownerRef)) (= (select2 $Heap@0 $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame))))) |
31 | ##AlwaysUsefulAxiom,( forall ($pc ) ( PATS (select2 $Heap $pc $allocated) (select2 $Heap $pc $ownerRef) (select2 $Heap $pc $ownerFrame) (select2 $Heap $pc $inv) ($typeof $pc) (select2 $Heap $pc $localinv) ) (|| (|| (|| (= nullObject $pc) (! (= true (select2 $Heap $pc $allocated)))) (|| (! (= (select2 $Heap this $ownerRef) (select2 $Heap $pc $ownerRef))) (! (= (select2 $Heap this $ownerFrame) (select2 $Heap $pc $ownerFrame))))) (&& (|| (= $PeerGroupPlaceholder (select2 $Heap $pc $ownerFrame)) (|| (! (<: (select2 $Heap (select2 $Heap $pc $ownerRef) $inv) (select2 $Heap $pc $ownerFrame))) (= (select2 $Heap (select2 $Heap $pc $ownerRef) $localinv) ($BaseClass (select2 $Heap $pc $ownerFrame))))) (&& (= (select2 $Heap $pc $inv) ($typeof $pc)) (= ($typeof $pc) (select2 $Heap $pc $localinv)))))) |
32 | ##AlwaysUsefulAxiom,( forall (t u ) ( PATS (MPAT (<: t u) (<: u t)) ) (|| (|| (! (<: t u)) (! (<: u t))) (= t u))) |
33 | ##AlwaysUsefulAxiom,( forall ($pc ) ( PATS (select2 $Heap $pc $allocated) (select2 $Heap $pc $ownerRef) (select2 $Heap $pc $ownerFrame) (select2 $Heap $pc $inv) ($typeof $pc) (select2 $Heap $pc $localinv) ) (|| (|| (|| (= nullObject $pc) (! (= true (select2 $Heap $pc $allocated)))) (|| (! (= (select2 $Heap $pc $ownerRef) (select2 $Heap this $ownerRef))) (! (= (select2 $Heap $pc $ownerFrame) (select2 $Heap this $ownerFrame))))) (&& (|| (= $PeerGroupPlaceholder (select2 $Heap $pc $ownerFrame)) (|| (! (<: (select2 $Heap (select2 $Heap $pc $ownerRef) $inv) (select2 $Heap $pc $ownerFrame))) (= (select2 $Heap (select2 $Heap $pc $ownerRef) $localinv) ($BaseClass (select2 $Heap $pc $ownerFrame))))) (&& (= (select2 $Heap $pc $inv) ($typeof $pc)) (= ($typeof $pc) (select2 $Heap $pc $localinv)))))) |
34 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $allocated) (select2 $Heap@1 $o $ownerRef) (select2 $Heap@0 $o $ownerRef) (select2 $Heap@1 $o $ownerFrame) (select2 $Heap@0 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap@0 $o $allocated)))) (&& (= (select2 $Heap@1 $o $ownerRef) (select2 $Heap@0 $o $ownerRef)) (= (select2 $Heap@1 $o $ownerFrame) (select2 $Heap@0 $o $ownerFrame))))) |
35 | ##AlwaysUsefulAxiom,( forall (h o f T ) ( PATS (select2 h o (AsRepField f T)) ) (|| (|| (! (IsHeap h)) (= nullObject (select2 h o (AsRepField f T)))) (&& (= o (select2 h (select2 h o (AsRepField f T)) $ownerRef)) (= T (select2 h (select2 h o (AsRepField f T)) $ownerFrame))))) |
36 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $allocated) (select2 $Heap@1 $o $allocated) ) (|| (! (= true (select2 $Heap@0 $o $allocated))) (= true (select2 $Heap@1 $o $allocated)))) |
37 | ##AlwaysUsefulAxiom,( forall (h o f ) ( PATS (select2 h (select2 h o f) $allocated) ) (|| (|| (! (IsHeap h)) (! (select2 h o $allocated))) (select2 h (select2 h o f) $allocated))) |
38 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@2 p F) (select2 $Heap@3 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@2 p $ownerRef) (select2 $Heap@2 stack50000o@0 $ownerRef))) (= (select2 $Heap@2 p $ownerFrame) (select2 $Heap@2 stack50000o@0 $ownerFrame))) (= (select2 $Heap@2 p F) (select2 $Heap@3 p F)))) |
39 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $allocated) (select2 $Heap@1 $o $ownerRef) (select2 $Heap@2 $o $ownerRef) (select2 $Heap@1 $o $ownerFrame) (select2 $Heap@2 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap@1 $o $allocated)))) (&& (= (select2 $Heap@1 $o $ownerRef) (select2 $Heap@2 $o $ownerRef)) (= (select2 $Heap@1 $o $ownerFrame) (select2 $Heap@2 $o $ownerFrame))))) |
40 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap@0 $o $allocated) ) (|| (! (= true (select2 $Heap $o $allocated))) (= true (select2 $Heap@0 $o $allocated)))) |
41 | ##AlwaysUsefulAxiom,( forall (h o f ) ( PATS (select2 h o (AsPeerField f)) ) (|| (|| (! (IsHeap h)) (= nullObject (select2 h o (AsPeerField f)))) (&& (= (select2 h o $ownerRef) (select2 h (select2 h o (AsPeerField f)) $ownerRef)) (= (select2 h o $ownerFrame) (select2 h (select2 h o (AsPeerField f)) $ownerFrame))))) |
42 | ##AlwaysUsefulAxiom,( forall (h o ) ( PATS (select2 h o $allocated) ) (|| (! (IsAllocated h o)) (select2 h o $allocated))) |
43 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $inv) (select2 $Heap@1 $o $inv) (select2 $Heap@0 $o $localinv) (select2 $Heap@1 $o $localinv) (select2 $Heap@0 $o $allocated) ) (|| (&& (= (select2 $Heap@0 $o $inv) (select2 $Heap@1 $o $inv)) (= (select2 $Heap@0 $o $localinv) (select2 $Heap@1 $o $localinv))) (! (= true (select2 $Heap@0 $o $allocated))))) |
44 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $ownerRef) ) (|| (= $o this) (! (= (select2 $Heap $o $ownerRef) this)))) |
45 | ##AlwaysUsefulAxiom,( forall (h o f T ) ( PATS (select2 h o (AsNonNullRefField f T)) ) (|| (|| (|| (! (IsHeap h)) (= nullObject o)) (&& (= o $BeingConstructed) (! $NonNullFieldsAreInitialized))) (! (= nullObject (select2 h o (AsNonNullRefField f T)))))) |
46 | ##AlwaysUsefulAxiom,( forall (h o f ) ( PATS (IsAllocated h (select2 h o f)) ) (|| (|| (! (IsHeap h)) (! (select2 h o $allocated))) (IsAllocated h (select2 h o f)))) |
47 | ##AlwaysUsefulAxiom,(! ( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap $o $ownerRef) (select2 $Heap $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap $o $ownerFrame)))))) |
48 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@3 $o $allocated) (select2 $Heap@3 $o $ownerRef) (select2 $Heap@4 $o $ownerRef) (select2 $Heap@3 $o $ownerFrame) (select2 $Heap@4 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap@3 $o $allocated)))) (&& (= (select2 $Heap@3 $o $ownerRef) (select2 $Heap@4 $o $ownerRef)) (= (select2 $Heap@3 $o $ownerFrame) (select2 $Heap@4 $o $ownerFrame))))) |
49 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@3 p F) (select2 $Heap@4 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@3 p $ownerRef) (select2 $Heap@3 stack50000o@0 $ownerRef))) (= (select2 $Heap@3 p $ownerFrame) (select2 $Heap@3 stack50000o@0 $ownerFrame))) (= (select2 $Heap@3 p F) (select2 $Heap@4 p F)))) |
50 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $allocated) (select2 $Heap@2 $o $allocated) ) (|| (! (= true (select2 $Heap@1 $o $allocated))) (= true (select2 $Heap@2 $o $allocated)))) |
51 | ##AlwaysUsefulAxiom,( forall (h o f T ) ( PATS (select2 h o (AsRefField f T)) ) (|| (! (IsHeap h)) ($Is (select2 h o (AsRefField f T)) T))) |
52 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $allocated) (select2 $Heap@2 $o $ownerRef) (select2 $Heap@1 $o $ownerRef) (select2 $Heap@2 $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame) ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap@1 $o $allocated)))) (&& (= (select2 $Heap@2 $o $ownerRef) (select2 $Heap@1 $o $ownerRef)) (= (select2 $Heap@2 $o $ownerFrame) (select2 $Heap@1 $o $ownerFrame))))) |
53 | ##AlwaysUsefulAxiom,( forall ($U ) ( PATS (<: $U System.String) ) (|| (! (<: $U System.String)) (= System.String $U))) |
54 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $inv) (select2 $Heap@2 $o $inv) (select2 $Heap@1 $o $localinv) (select2 $Heap@2 $o $localinv) (select2 $Heap@1 $o $allocated) ) (|| (&& (= (select2 $Heap@1 $o $inv) (select2 $Heap@2 $o $inv)) (= (select2 $Heap@1 $o $localinv) (select2 $Heap@2 $o $localinv))) (! (= true (select2 $Heap@1 $o $allocated))))) |
55 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap@0 $o $allocated) (select2 $Heap@0 $o $inv) ($typeof $o) (select2 $Heap@0 $o $localinv) ) (|| (|| (= nullObject $o) (|| (= true (select2 $Heap $o $allocated)) (! (= true (select2 $Heap@0 $o $allocated))))) (&& (= (select2 $Heap@0 $o $inv) ($typeof $o)) (= (select2 $Heap@0 $o $localinv) ($typeof $o))))) |
56 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@7 p F) (select2 $Heap@8 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@7 p $ownerRef) (select2 $Heap@7 stack50000o@0 $ownerRef))) (= (select2 $Heap@7 p $ownerFrame) (select2 $Heap@7 stack50000o@0 $ownerFrame))) (= (select2 $Heap@7 p F) (select2 $Heap@8 p F)))) |
57 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@4 p F) (select2 $Heap@5 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@4 p $ownerRef) (select2 $Heap@4 stack0o@2 $ownerRef))) (= (select2 $Heap@4 p $ownerFrame) (select2 $Heap@4 stack0o@2 $ownerFrame))) (= (select2 $Heap@4 p F) (select2 $Heap@5 p F)))) |
58 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $inv) (select2 $Heap@0 $o $inv) (select2 $Heap@1 $o $localinv) (select2 $Heap@0 $o $localinv) (select2 $Heap@0 $o $allocated) ) (|| (&& (= (select2 $Heap@1 $o $inv) (select2 $Heap@0 $o $inv)) (= (select2 $Heap@1 $o $localinv) (select2 $Heap@0 $o $localinv))) (! (= true (select2 $Heap@0 $o $allocated))))) |
59 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $inv) (select2 $Heap@2 $o $inv) (select2 $Heap@1 $o $localinv) (select2 $Heap@2 $o $localinv) (select2 $Heap@1 $o $allocated) ) (|| (= $o stack50000o@0) (|| (&& (= (select2 $Heap@1 $o $inv) (select2 $Heap@2 $o $inv)) (= (select2 $Heap@1 $o $localinv) (select2 $Heap@2 $o $localinv))) (! (= true (select2 $Heap@1 $o $allocated)))))) |
60 | ##AlwaysUsefulAxiom,( forall (T ) ( PATS (TypeObject T) ) (= T (TypeName (TypeObject T)))) |
61 | ##AlwaysUsefulAxiom,( forall (h ) ( PATS (IsHeap h) ) (|| (! (IsHeap h)) (&& (&& (&& (&& (= ($typeof $stringLiteral0) (select2 h $stringLiteral0 $inv)) (= ($typeof $stringLiteral0) (select2 h $stringLiteral0 $localinv))) (= $PeerGroupPlaceholder (select2 h $stringLiteral0 $ownerFrame))) (= $stringLiteral0 (AsOwner $stringLiteral0 (select2 h $stringLiteral0 $ownerRef)))) ( forall (t ) ( PATS (AsOwner $stringLiteral0 (select2 h t $ownerRef)) ) (|| (! (= $stringLiteral0 (AsOwner $stringLiteral0 (select2 h t $ownerRef)))) (|| (= t $stringLiteral0) (! (= $PeerGroupPlaceholder (select2 h t $ownerFrame))))))))) |
62 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@8 $p $allocated) (select2 $Heap@8 $p $ownerRef) (select2 $Heap@8 $p $ownerFrame) ($typeof $p) (select2 $Heap@8 $p $inv) (select2 $Heap@8 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@8 $p $allocated)))) (|| (! (= this (select2 $Heap@8 $p $ownerRef))) (! (= AnotherClient (select2 $Heap@8 $p $ownerFrame))))) (&& (= ($typeof $p) (select2 $Heap@8 $p $inv)) (= ($typeof $p) (select2 $Heap@8 $p $localinv)))))) |
63 | ##AlwaysUsefulAxiom,( forall (o T ) ( PATS (<: ($typeof o) ($AsImmutable T)) ) (|| (|| (|| (= nullObject o) (= o $BeingConstructed)) (! (<: ($typeof o) ($AsImmutable T)))) ( forall (h ) ( PATS (IsHeap h) ) (|| (! (IsHeap h)) (&& (&& (&& (&& (= ($typeof o) (select2 h o $inv)) (= ($typeof o) (select2 h o $localinv))) (= $PeerGroupPlaceholder (select2 h o $ownerFrame))) (= o (AsOwner o (select2 h o $ownerRef)))) ( forall (t ) ( PATS (AsOwner o (select2 h t $ownerRef)) ) (|| (! (= o (AsOwner o (select2 h t $ownerRef)))) (|| (= o t) (! (= $PeerGroupPlaceholder (select2 h t $ownerFrame))))))))))) |
64 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@3 p F) (select2 $Heap@4 p F) ) (|| (&& (|| (= $ownerRef F) (= $ownerFrame F)) (|| (&& (= (select2 $Heap@3 p $ownerRef) (select2 $Heap@3 this $ownerRef)) (= (select2 $Heap@3 p $ownerFrame) (select2 $Heap@3 this $ownerFrame))) (&& (= (select2 $Heap@3 p $ownerRef) (select2 $Heap@3 stack50000o@0 $ownerRef)) (= (select2 $Heap@3 p $ownerFrame) (select2 $Heap@3 stack50000o@0 $ownerFrame))))) (= (select2 $Heap@3 p F) (select2 $Heap@4 p F)))) |
65 | ##AlwaysUsefulAxiom,(! ( forall ($o ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap@2 $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap@2 $o $ownerFrame)))))) |
66 | ##AlwaysUsefulAxiom,(! ( forall ($o ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap $o $ownerFrame)))))) |
67 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $allocated) (select2 $Heap@1 $o $allocated) ($typeof $o) (select2 $Heap@1 $o $inv) (select2 $Heap@1 $o $localinv) ) (|| (|| (= nullObject $o) (|| (= true (select2 $Heap@0 $o $allocated)) (! (= true (select2 $Heap@1 $o $allocated))))) (&& (= ($typeof $o) (select2 $Heap@1 $o $inv)) (= ($typeof $o) (select2 $Heap@1 $o $localinv))))) |
68 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@1 $o $allocated) (select2 $Heap@2 $o $allocated) ($typeof $o) (select2 $Heap@2 $o $inv) (select2 $Heap@2 $o $localinv) ) (|| (|| (= nullObject $o) (|| (= true (select2 $Heap@1 $o $allocated)) (! (= true (select2 $Heap@2 $o $allocated))))) (&& (= ($typeof $o) (select2 $Heap@2 $o $inv)) (= ($typeof $o) (select2 $Heap@2 $o $localinv))))) |
69 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $ownerRef) ) (|| (= this $o) (! (= this (select2 $Heap $o $ownerRef))))) |
70 | ##AlwaysUsefulAxiom,( forall (f T ) ( PATS (AsNonNullRefField f T) ) (|| (! (= f (AsNonNullRefField f T))) (= f (AsRefField f T)))) |
71 | ##AlwaysUsefulAxiom,(! ( forall ($o ) (|| (|| (= nullObject $o) (! (= true (select2 $Heap $o $allocated)))) (&& (= (select2 $Heap $o $ownerRef) (select2 $Heap@4 $o $ownerRef)) (= (select2 $Heap $o $ownerFrame) (select2 $Heap@4 $o $ownerFrame)))))) |
72 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@1 $p $allocated) (select2 $Heap@1 $p $ownerRef) (select2 $Heap@1 $p $ownerFrame) (select2 $Heap@1 $p $inv) ($typeof $p) (select2 $Heap@1 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@1 $p $allocated)))) (|| (! (= this (select2 $Heap@1 $p $ownerRef))) (! (= S (select2 $Heap@1 $p $ownerFrame))))) (&& (= (select2 $Heap@1 $p $inv) ($typeof $p)) (= ($typeof $p) (select2 $Heap@1 $p $localinv)))))) |
73 | ##AlwaysUsefulAxiom,(! ( forall ($o $f ) ( PATS (select2 $Heap@0 $o $f) (select2 $Heap@4 $o $f) ) (|| (|| (|| (= $inv $f) (|| (= $localinv $f) (|| (= nullObject $o) (|| (! (= true (select2 $Heap $o $allocated))) (|| (&& (! (= $PeerGroupPlaceholder (select2 $Heap $o $ownerFrame))) (&& (<: (select2 $Heap (select2 $Heap $o $ownerRef) $inv) (select2 $Heap $o $ownerFrame)) (! (= (select2 $Heap (select2 $Heap $o $ownerRef) $localinv) ($BaseClass (select2 $Heap $o $ownerFrame)))))) (&& (IsStaticField $f) (IsDirectlyModifiableField $f))))))) (&& (= $o this) (= Types.next $f))) (= (select2 $Heap@0 $o $f) (select2 $Heap@4 $o $f))))) |
74 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@6 p F) (select2 $Heap@7 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@6 p $ownerRef) (select2 $Heap@6 stack50000o@1 $ownerRef))) (= (select2 $Heap@6 p $ownerFrame) (select2 $Heap@6 stack50000o@1 $ownerFrame))) (= (select2 $Heap@6 p F) (select2 $Heap@7 p F)))) |
75 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap@0 $o $inv) (select2 $Heap@1 $o $inv) (select2 $Heap@0 $o $localinv) (select2 $Heap@1 $o $localinv) (select2 $Heap@0 $o $allocated) ) (|| (= $o stack50000o@0) (|| (&& (= (select2 $Heap@0 $o $inv) (select2 $Heap@1 $o $inv)) (= (select2 $Heap@0 $o $localinv) (select2 $Heap@1 $o $localinv))) (! (= true (select2 $Heap@0 $o $allocated)))))) |
76 | ##AlwaysUsefulAxiom,( forall (p F ) ( PATS (select2 $Heap@6 p F) (select2 $Heap@7 p F) ) (|| (&& (&& (|| (= $ownerRef F) (= $ownerFrame F)) (= (select2 $Heap@6 p $ownerRef) (select2 $Heap@6 stack0o@1 $ownerRef))) (= (select2 $Heap@6 p $ownerFrame) (select2 $Heap@6 stack0o@1 $ownerFrame))) (= (select2 $Heap@6 p F) (select2 $Heap@7 p F)))) |
77 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@3 $p $allocated) (select2 $Heap@3 $p $ownerRef) (select2 $Heap@3 $p $ownerFrame) ($typeof $p) (select2 $Heap@3 $p $inv) (select2 $Heap@3 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@3 $p $allocated)))) (|| (! (= this (select2 $Heap@3 $p $ownerRef))) (! (= Parent (select2 $Heap@3 $p $ownerFrame))))) (&& (= ($typeof $p) (select2 $Heap@3 $p $inv)) (= ($typeof $p) (select2 $Heap@3 $p $localinv)))))) |
78 | ##AlwaysUsefulAxiom,( forall ($o ) ( PATS (select2 $Heap $o $allocated) (select2 $Heap@0 $o $allocated) ($typeof $o) (select2 $Heap@0 $o $inv) (select2 $Heap@0 $o $localinv) ) (|| (|| (= nullObject $o) (|| (= true (select2 $Heap $o $allocated)) (! (= true (select2 $Heap@0 $o $allocated))))) (&& (= ($typeof $o) (select2 $Heap@0 $o $inv)) (= ($typeof $o) (select2 $Heap@0 $o $localinv))))) |
79 | ##AlwaysUsefulAxiom,( forall (h ) ( PATS (IsHeap h) ) (|| (! (IsHeap h)) (&& (&& (&& (&& (= ($typeof $stringLiteral1) (select2 h $stringLiteral1 $inv)) (= ($typeof $stringLiteral1) (select2 h $stringLiteral1 $localinv))) (= $PeerGroupPlaceholder (select2 h $stringLiteral1 $ownerFrame))) (= $stringLiteral1 (AsOwner $stringLiteral1 (select2 h $stringLiteral1 $ownerRef)))) ( forall (t ) ( PATS (AsOwner $stringLiteral1 (select2 h t $ownerRef)) ) (|| (! (= $stringLiteral1 (AsOwner $stringLiteral1 (select2 h t $ownerRef)))) (|| (= t $stringLiteral1) (! (= $PeerGroupPlaceholder (select2 h t $ownerFrame))))))))) |
80 | ##AlwaysUsefulAxiom,( forall (o T ) ( PATS ($Is o T) ($As o T) ) (|| (! ($Is o T)) (= o ($As o T)))) |
81 | ##AlwaysUsefulAxiom,(! ( forall ($pc ) ( PATS (select2 $Heap@3 $pc $allocated) (select2 $Heap@3 $pc $ownerRef) (select2 $Heap@3 $pc $ownerFrame) ($typeof $pc) (select2 $Heap@3 $pc $inv) (select2 $Heap@3 $pc $localinv) ) (|| (|| (|| (= nullObject $pc) (! (= true (select2 $Heap@3 $pc $allocated)))) (|| (! (= (select2 $Heap@3 $pc $ownerRef) (select2 $Heap@3 t$in $ownerRef))) (! (= (select2 $Heap@3 $pc $ownerFrame) (select2 $Heap@3 t$in $ownerFrame))))) (&& (|| (= $PeerGroupPlaceholder (select2 $Heap@3 $pc $ownerFrame)) (|| (! (<: (select2 $Heap@3 (select2 $Heap@3 $pc $ownerRef) $inv) (select2 $Heap@3 $pc $ownerFrame))) (= (select2 $Heap@3 (select2 $Heap@3 $pc $ownerRef) $localinv) ($BaseClass (select2 $Heap@3 $pc $ownerFrame))))) (&& (= ($typeof $pc) (select2 $Heap@3 $pc $inv)) (= ($typeof $pc) (select2 $Heap@3 $pc $localinv))))))) |
82 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@2 $p $allocated) (select2 $Heap@2 $p $ownerRef) (select2 $Heap@2 $p $ownerFrame) ($typeof $p) (select2 $Heap@2 $p $inv) (select2 $Heap@2 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@2 $p $allocated)))) (|| (! (= this (select2 $Heap@2 $p $ownerRef))) (! (= PeerFields (select2 $Heap@2 $p $ownerFrame))))) (&& (= ($typeof $p) (select2 $Heap@2 $p $inv)) (= ($typeof $p) (select2 $Heap@2 $p $localinv)))))) |
83 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@6 $p $allocated) (select2 $Heap@6 $p $ownerRef) (select2 $Heap@6 $p $ownerFrame) ($typeof $p) (select2 $Heap@6 $p $inv) (select2 $Heap@6 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@6 $p $allocated)))) (|| (! (= this (select2 $Heap@6 $p $ownerRef))) (! (= Parent (select2 $Heap@6 $p $ownerFrame))))) (&& (= ($typeof $p) (select2 $Heap@6 $p $inv)) (= ($typeof $p) (select2 $Heap@6 $p $localinv)))))) |
84 | ##AlwaysUsefulAxiom,(! ( forall ($p ) ( PATS (select2 $Heap@1 $p $allocated) (select2 $Heap@1 $p $ownerRef) (select2 $Heap@1 $p $ownerFrame) (select2 $Heap@1 $p $inv) ($typeof $p) (select2 $Heap@1 $p $localinv) ) (|| (|| (|| (= nullObject $p) (! (= true (select2 $Heap@1 $p $allocated)))) (|| (! (= this (select2 $Heap@1 $p $ownerRef))) (! (= T (select2 $Heap@1 $p $ownerFrame))))) (&& (= (select2 $Heap@1 $p $inv) ($typeof $p)) (= ($typeof $p) (select2 $Heap@1 $p $localinv)))))) |