Searched defs:ok (Results 1 - 25 of 38) sorted by relevance

12

/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/holfoot/
H A Dselftest.sml29 val ok = snd ((holfootLib.holfoot_interactive_verify_spec (not quiet) (not quiet) (concat [examples_dir, file]) (SOME [generate_vcs]) [])); value
/seL4-l4v-10.1.1/HOL4/src/portableML/monads/
H A Dstmonad.sig7 val ok : ('a, unit) stmonad value
H A Dstmonad.sml16 fun ok s = return () s function
H A Derrormonad.sig10 val ok : ('a, unit, 'c) t value
H A Doptmonad.sig8 val ok : ('a, unit) optmonad value
H A Dseqmonad.sig8 val ok : ('a, unit) seqmonad value
H A Derrormonad.sml12 fun ok e = return () e (* eta-expanded b/c of value restriction *) function
H A Doptmonad.sml12 fun ok env = return () env function
H A Dseqmonad.sml5 fun ok env = seq.result (env, ()) function
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A Dholdeptool.sml5 fun ok () = OS.Process.exit OS.Process.success function
H A DHolmake_types.sml133 val (ok, spaces) = splitr Char.isSpace ss value
H A Dinternal_functions.sml58 val (ok, rest) = position (string from) ss value
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DGrammarDeltas.sml131 val (ok,notok) = Lib.partition check_delta deltas value
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm/model/
H A DarmAssemblerLib.sml50 fun ok r = (Portable.inc pc; mlibUseful.INR r) function
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm8/model/
H A Darm8AssemblerLib.sml75 fun ok r = (Portable.inc pc; mlibUseful.INR r) function
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A Dselftest.sml35 val ok = if not (isSome out_opt) then not (isSome res_opt) else value
/seL4-l4v-10.1.1/HOL4/src/quantHeuristics/
H A Dselftest.sml25 val ok = if not (isSome r_opt) then not (isSome thm_opt) else value
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/m0/model/
H A Dm0AssemblerLib.sml51 fun ok e r = (incpc e; mlibUseful.INR r) function
/seL4-l4v-10.1.1/HOL4/src/1/
H A DThmSetData.sml151 val (ok,notok) = Lib.partition P alist value
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/x64/model/
H A Dx64AssemblerLib.sml40 fun ok l = (incpc (List.length l); mlibUseful.INR l) function
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/src/
H A Dbddio.c384 int ok; local
478 int ok; local
H A Dcppext.cxx83 int ok = bdd_init(n,c); local
424 int ok, first; local
H A Dfdd.c739 int ok, first; local
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DSolver.h53 bool ok; // If FALSE, the constraints are already unsatisfiable. No part of the solver state may be used! member in class:Solver
/seL4-l4v-10.1.1/HOL4/src/simp/src/
H A DCache.sml45 fun ok (prev,SOME thm) = prev << curr function
223 fun ok (cached, SOME _) = cached << hyps function

Completed in 113 milliseconds

12