Searched defs:check (Results 51 - 75 of 100) sorted by relevance

1234

/seL4-l4v-10.1.1/HOL4/src/parse/
H A DParse_support.sml150 fun check i = i < 0 orelse (String.sub(s,i) = #"_" andalso check (i - 1)) function
H A Dselftest.sml356 fun check (s1,s2) = function
744 fun check (Exn.Res (SOME (r, _))) = function
H A DPreterm.sml614 fun check(Comb{Rator, Rand, Locn}) = function
[all...]
H A Dtype_grammar.sml261 val (check,privrm) = value
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DOldPP.sml448 let fun check k = function
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DTheoryPP.sml406 fun check tys = function
/seL4-l4v-10.1.1/HOL4/src/res_quan/src/
H A Dres_quanLib.sml351 local fun check st l = if null l then raise ERR "check" st else l function
/seL4-l4v-10.1.1/graph-refine/
H A Dloop_bounds.py1 import check,search,problem,syntax,solver,logic,rep_graph,re namespace
[all...]
H A Dstack_logic.py15 import check namespace
H A Dsearch.py11 import check namespace
87 def check (i): function in function:find_split_limit
[all...]
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/
H A Darm_encoderLib.sml89 fun check (f,m) b = (b () orelse raise ERR f (term_to_string m); I); function
[all...]
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DModel.sig233 val check : value
H A Dselftest.sml1094 fun check ({name,goal,...}, acc) = function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DModel.sig233 val check : value
H A Dselftest.sml1094 fun check ({name,goal,...}, acc) = function
/seL4-l4v-10.1.1/HOL4/src/1/
H A DTactical.sml366 fun check ths gls = function
H A DboolSyntax.sml405 val check = value
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DOmegaMLShadow.sml422 fun check ((f,d),a) = let function
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibMeson.sml329 fun check a' = a' = g' function
342 fun check a' = a' = g' function
430 fun check (s' as {depth = n', ...} : state) = function
H A DmlibModel.sml407 fun check m fm = check1 (FV fm) m fm; function
H A DmlibOmega.sml474 fun check ((f,d),a) = let function
/seL4-l4v-10.1.1/HOL4/src/pred_set/src/more_theories/
H A DwellorderScript.sml1045 fun check th = let function
/seL4-l4v-10.1.1/HOL4/src/real/
H A DrealSimps.sml568 fun check tm = function
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DUseful.sml86 fun check () = function
609 fun check s = assert (String.isPrefix p s) (Error "dest_prefix") function
/seL4-l4v-10.1.1/HOL4/examples/formal-languages/regular/
H A DRegexp_Type.sml1168 let fun check [] = true function
1182 fun check [] = true function
[all...]

Completed in 224 milliseconds

1234