Searched defs:error (Results 1 - 25 of 40) sorted by relevance

12

/seL4-l4v-master/HOL4/src/parse/
H A Dtypecheck_error.sml11 type error = tcheck_error * locn.locn type
H A DMLstring.sml10 val error = "Illegal "^Int.toString size^"-digit "^ value
H A DPreterm.sig8 type error = typecheck_error.error type
H A DPretype.sig15 type error = typecheck_error.error type
/seL4-l4v-master/l4v/tools/autocorres/tests/examples/
H A Dstr2long.c12 int error = 0; variable
/seL4-l4v-master/HOL4/tools/mlyacc/src/
H A Dparse.sml38 val error = fn (s : string,i:int,_) => value
H A Dhdr.sml50 val error = fn {name,errStream, errorOccurred,...} : inputSource => value
/seL4-l4v-master/HOL4/examples/dev/sw/
H A Derrormsg.sml8 val error : int -> string -> unit value
31 fun error pos (msg:string) = function
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A Derrormsg.sml8 val error : int -> string -> unit value
31 fun error pos (msg:string) = function
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/util/
H A Derrormsg.sml8 val error : int -> string -> unit value
31 fun error pos (msg:string) = function
/seL4-l4v-master/HOL4/src/portableML/monads/
H A Derrormonad.sig8 val error : 'c -> ('a,'b,'c) t value
H A Derrormonad.sml7 fun error (e:'error) : ('s,'a,'error) t = fn env => Error e function
/seL4-l4v-master/HOL4/examples/elliptic/
H A DParser.sig22 val error : 'a -> 'b * 'a value
H A DParser.sml52 val error : 'a -> 'b * 'a = fn _ => raise Noparse; value
/seL4-l4v-master/HOL4/src/portableML/poly/
H A DExn.sig10 val error: string -> 'a value
H A DExn.sml21 fun error msg = raise ERROR msg; function
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DParse.sig28 val error : 'a -> 'b * 'a value
H A DParse.sml26 val error : 'a -> 'b * 'a = fn _ => raise NoParse; value
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DParse.sig28 val error : 'a -> 'b * 'a value
H A DParse.sml26 val error : 'a -> 'b * 'a = fn _ => raise NoParse; value
/seL4-l4v-master/HOL4/examples/theorem-prover/lisp-runtime/bin/
H A Dwrapper.c71 void report_error(long bp, long sp, long error) { argument
/seL4-l4v-master/HOL4/tools/Holmake/poly/
H A Dmultibuild.sml90 fun error b = function
/seL4-l4v-master/HOL4/examples/acl2/lisp/
H A Dbook-essence.lisp[all...]
/seL4-l4v-master/seL4/tools/
H A Dlex.py105 def error(self, msg, *args, **kwargs): member in class:PlyLogger
[all...]
/seL4-l4v-master/l4v/misc/autostop/
H A Dstop.c283 int error = sysinfo(&info); local
375 int error = parse_signal(argv[1], &signal, &signame); local
403 int error = kill(d.worst_pid, signal); local

Completed in 210 milliseconds

12