Searched refs:Checker (Results 1 - 9 of 9) sorted by relevance

/seL4-l4v-master/HOL4/examples/PSL/1.01/executable-semantics/
H A Dtest_c.v107 // ------------------------------- Checker ------------------------------------
114 module Checker (StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state); module
143 3: begin $display ("Checker: property violated!"); $finish; end
145 default: begin $display ("Checker: unknown state"); $finish; end
165 Checker M4(StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state);
H A Dtest_c1.v109 // ------------------------------- Checker ------------------------------------
116 module Checker (StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state); module
145 3: begin $display ("Checker: property violated!"); $finish; end
147 default: begin $display ("Checker: unknown state"); $finish; end
166 Checker M4(StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state);
H A Dtest_c2.v107 // ------------------------------- Checker ------------------------------------
114 module Checker (StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state); module
143 3: begin $display ("Checker: property violated!"); $finish; end
145 default: begin $display ("Checker: unknown state"); $finish; end
165 Checker M4(StoB_REQ, BtoS_ACK, BtoR_REQ, RtoB_ACK, state);
/seL4-l4v-master/isabelle/src/HOL/SPARK/Manual/document/
H A Dintro.tex49 the \emph{Proof Checker}. While the Simplifier tries to prove VCs in a completely
50 automatic way, the Proof Checker requires user interaction, which enables it to
53 Checker. Finally, this log file, together with the output of the other \SPARK{} tools
60 by postulating a set of rules that can be used by the Simplifier and Proof Checker
68 to the \SPARK{} Proof Checker, and improves on it in a number of ways.
/seL4-l4v-master/l4v/isabelle/src/HOL/SPARK/Manual/document/
H A Dintro.tex49 the \emph{Proof Checker}. While the Simplifier tries to prove VCs in a completely
50 automatic way, the Proof Checker requires user interaction, which enables it to
53 Checker. Finally, this log file, together with the output of the other \SPARK{} tools
60 by postulating a set of rules that can be used by the Simplifier and Proof Checker
68 to the \SPARK{} Proof Checker, and improves on it in a number of ways.
/seL4-l4v-master/HOL4/src/HolSat/sat_solvers/minisat/
H A DMain.C138 struct Checker : public ProofTraverser { struct in inherits:ProofTraverser
172 Checker trav;
/seL4-l4v-master/HOL4/src/HolSat/sat_solvers/zc2hs/
H A Dzc2hs.cpp140 struct Checker : public ProofTraverser { struct in inherits:ProofTraverser
143 Checker() { res_count = 0; } function in struct:Checker
173 Checker trav;
/seL4-l4v-master/HOL4/examples/PSL/regexp/
H A DregexpScript.sml331 (* Checker - from a tech. report of Simon Thompson *)
/seL4-l4v-master/HOL4/src/HolQbf/
H A DQbfCertificate.sml9 Also see "A First Step Towards a Unified Proof Checker for QBF" by Toni

Completed in 92 milliseconds