Searched defs:acc (Results 1 - 25 of 53) sorted by relevance

123

/seL4-l4v-master/l4v/tools/c-parser/testfiles/
H A Dbuiltins.c16 int acc = i < 0 ? i : 0; local
/seL4-l4v-master/HOL4/src/portableML/
H A DUTF8Set.sml
H A DProfile.sml
H A DPortable.sml581 val acc = prefix::acc value
[all...]
/seL4-l4v-master/HOL4/src/prekernel/
H A Dstringfindreplace.sml36 val acc = case valueOf t of value
H A DLib.sml252 val acc = if hdep then (nodeps, h :: rst) else (h :: nodeps, rst) value
/seL4-l4v-master/HOL4/tools/Holmake/
H A Dholpathdb.sml[all...]
H A DHolmake_types.sml59 val acc = if size normal > 0 then LIT (string normal) :: acc value
288 val acc = string normal :: acc value
[all...]
/seL4-l4v-master/HOL4/src/AI/sml_inspection/
H A DsmlExecute.sml50 val acc = ref [] value
H A DsmlParser.sml56 val acc = ref [] value
/seL4-l4v-master/HOL4/src/HolSmt/
H A DYices.sml199 val acc = (ty_dict', fresh + 1, defs) value
202 val ((acc, _), constructors) = Lib.foldl_map value
208 val ((acc, _), doms) = Lib.foldl_map value
215 val (acc, atype) = translate_type (acc, dom) value
301 val (acc, s1) = translate_term (acc, t1) value
302 val (acc, s2) = translate_term (acc, t2) value
303 val (acc, s3) = translate_term (acc, t3) value
311 val (acc, s1) = translate_term (acc, t1) value
319 val (acc, s1) = translate_term (acc, t1) value
339 val (acc, s1) = translate_term (acc, t1) value
369 val (acc, s1) = translate_term (acc, w) value
403 val (acc, s1) = translate_term (acc, t1) value
424 val (acc, s1) = translate_term (acc, t1) value
442 val (acc, s1) = translate_term (acc, t1) value
474 val acc = (union dict bound_dict, fresh, ty_dict, ty_fresh, defs) value
475 val (acc, yices_body) = translate_term (acc, body) value
525 val (acc, yices_rands) = Lib.foldl_map translate_term value
566 val (acc, yices_cases) = Lib.foldl_map translate_term value
568 val (acc, yices_elem) = translate_term (acc, elem) value
623 val (acc, yices_x) = translate_term (acc, x) value
657 val (acc, yices_x) = translate_term (acc, x) value
658 val (acc, yices_val) = translate_term (acc, new_val) value
672 val (acc, s1) = translate_term (acc, t1) value
673 val (acc, s2) = translate_term (acc, t2) value
[all...]
H A DSmtLib.sml382 val (acc, declnames) = Lib.foldl_map value
416 val (acc, (bodydecls, body)) = translate_term value
430 val (acc, (Ndecls, N)) = translate_term (acc, (bounds, N)) value
432 val (acc, (bodydecls, body)) = translate_term (acc, (bound value
465 val (acc, (decls, name)) = value
510 val (acc, declnames) = Lib.foldl_map value
535 val (acc, smtlibs) = Lib.foldl_map value
[all...]
H A DZ3_ProofReplay.sml986 val acc = List.rev acc value
[all...]
/seL4-l4v-master/HOL4/src/1/
H A DBoolExtractShared.sml[all...]
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DClause.sml177 val acc = addEq lit Rewrite.RightToLeft (r,l) acc value
178 val acc = addEq lit Rewrite.LeftToRight (l,r) acc value
[all...]
H A DProof.sml385 val acc = (th, thmToInference th) :: acc value
[all...]
H A Dmetis.sml477 val acc = subgoalProof :: acc value
H A DActive.sml589 val acc = [] value
590 val acc = LiteralSet.foldl (deduceResolution literals cl) acc lits value
591 val acc = List.foldl (deduceParamodulationWith subterms cl) acc eqns value
592 val acc = List.foldl (deduceParamodulationInto equations cl) acc subtms value
593 val acc = List.rev acc value
826 and acc = cl :: acc value
[all...]
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DClause.sml177 val acc = addEq lit Rewrite.RightToLeft (r,l) acc value
178 val acc = addEq lit Rewrite.LeftToRight (l,r) acc value
[all...]
H A DProof.sml385 val acc = (th, thmToInference th) :: acc value
[all...]
H A Dmetis.sml477 val acc = subgoalProof :: acc value
H A DActive.sml589 val acc = [] value
590 val acc = LiteralSet.foldl (deduceResolution literals cl) acc lits value
591 val acc = List.foldl (deduceParamodulationWith subterms cl) acc eqns value
592 val acc = List.foldl (deduceParamodulationInto equations cl) acc subtms value
593 val acc = List.rev acc value
826 and acc = cl :: acc value
[all...]
/seL4-l4v-master/HOL4/examples/PSL/regexp/
H A DregexpTools.sml223 val acc = MATCH_MP head_drop th :: acc value
389 val acc = (i, tm, a, c) :: acc value
[all...]
/seL4-l4v-master/HOL4/examples/machine-code/garbage-collectors/
H A DboolTools.sml[all...]
/seL4-l4v-master/HOL4/src/metis/
H A DmlibClause.sml334 val acc = value
337 val acc = value
[all...]

Completed in 331 milliseconds

123