Searched defs:trace (Results 1 - 25 of 51) sorted by relevance

123

/seL4-l4v-10.1.1/HOL4/src/HolQbf/
H A DQbfTrace.sml14 val trace = ref 2 value
/seL4-l4v-10.1.1/HOL4/src/simp/src/
H A DTrace.sig19 val trace : int * action -> unit value
H A DTrace.sml28 fun trace x = (!trace_hook) x function
/seL4-l4v-10.1.1/graph-refine/
H A Dobjdump.py51 from target_objects import symbols, sections, trace namespace
H A Dinst_logic.py19 from target_objects import functions, trace, pairings, pre_pairings, printout namespace
H A Dpseudo_compile.py25 from target_objects import symbols, trace namespace
H A Dtarget_objects.py78 def trace (s, push = 0): function
H A Dgraph-refine.py21 from target_objects import trace, tracer, printout namespace
H A Dproblem.py13 from target_objects import functions, pairings, trace, printout namespace
H A Dtrace_refute.py20 from target_objects import functions, trace, pairings, symbols, printout namespace
/seL4-l4v-10.1.1/HOL4/src/portableML/poly/
H A DExn.sig29 val trace: (exn -> string) -> (string -> unit) -> (unit -> 'a) -> 'a value
H A DExn.sml80 fun trace exn_message output e = function
H A DMultithreading.sml16 val trace: int ref value
76 val trace = ref 0; value
/seL4-l4v-10.1.1/HOL4/src/HolSmt/
H A DLibrary.sml20 val trace = ref 2 value
/seL4-l4v-10.1.1/HOL4/src/compute/src/
H A DgroundEval.sml106 fun trace(x, LZT(s,t)) = print (nspaces x ^ s ^ term_to_string t ^ "\n") function
[all...]
/seL4-l4v-10.1.1/HOL4/examples/miller/formalize/
H A DnumContext.sml37 fun trace l s = if l > !trace_level then () else say (s ^ "\n"); function
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DTermParse.sml321 fun trace tinfo (m:'a in_env) : 'a in_env = fn env => function
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DFeedback.sig56 val trace : string * int -> ('a -> 'b) -> 'a -> 'b value
H A DFeedback.sml307 fun trace (nm, i) f x = function
[all...]
/seL4-l4v-10.1.1/HOL4/examples/miller/ho_prover/
H A Dho_basicTools.sml45 fun trace l s = if l > !trace_level then () else say (s ^ "\n"); function
H A DskiTools.sml30 fun trace _ _ = (); function
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/eval/
H A Demit_eval.sml699 val trace value
[all...]
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DPrint.sig202 val trace : 'a pp -> string -> 'a -> unit value
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DPrint.sig202 val trace : 'a pp -> string -> 'a -> unit value
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DsubtypeTools.sml257 and trace = 2 value

Completed in 288 milliseconds

123