Searched defs:args (Results 176 - 200 of 258) sorted by relevance

1234567891011

/seL4-l4v-10.1.1/HOL4/src/boss/ml_evaluation/
H A DLift.sml50 val args = snd(dest_type ty) value
62 let val args = genargs C value
/seL4-l4v-10.1.1/HOL4/src/datatype/equiv/
H A DEquivType.sml223 val args = wargs (butlast ntyl) value
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DintSimps.sml214 val args = intSyntax.strip_mult t value
[all...]
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DLVTermNetFunctor.sml[all...]
H A DParseDatatype.sml287 val args = parse_hargs G qb value
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DSharingTables.sml125 val args = map (fn i => Map.find(tymap, i)) Args value
/seL4-l4v-10.1.1/graph-refine/
H A Dgraph-refine.py33 args = target_objects.load_target_args () variable
H A Dtrace_refute.py634 args = target_objects.load_target_args () variable
636 args = [arg for arg in args if not arg.startswith ('prev:')] variable
639 args = [arg for arg in args if not arg.startswith ('instance:')] variable
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/hoare-triple/
H A DtailrecLib.sml115 val (args,body) = dest_pabs step_fun value
/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/holfoot/poly/
H A Dholfoot_command_line.sml179 val args = CommandLine.arguments (); value
237 val args = orgargs; value
268 val args = ((Lib.pluck (fn x => x = "-h") orgargs);print_help full;[]) value
270 val args = ((Lib.pluck (fn x => x = "-hi") args);print_interactive_help();[]) value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/unification/triangular/first-order/
H A DunifDefScript.sml113 val args = #2 (strip_comb (lhs c)) value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/x86/
H A Dffi.c443 ffi_closure_win64_inner (ffi_closure *closure, void *args) { argument
472 ffi_closure_SYSV_inner (ffi_closure *closure, void **respp, void *args) argument
495 ffi_closure_WIN32_inner (ffi_closure *closure, void **respp, void *args) argument
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dreals.cpp394 static Handle powerOf(TaskData *mdTaskData, Handle args) argument
[all...]
H A Dtiming.cpp177 static Handle timing_dispatch_c(TaskData *taskData, Handle args, Handle code) argument
[all...]
H A Dexporter.cpp613 Handle exportNative(TaskData *taskData, Handle args) argument
643 Handle exportPortable(TaskData *taskData, Handle args) argument
[all...]
H A Dpolyffi.cpp184 Handle poly_ffi(TaskData *taskData, Handle args, Handle code) argument
492 callbackEntryPt(ffi_cif *cif, void *ret, void* args[], void *data) argument
568 poly_ffi(TaskData *taskData, Handle args, Handle code) argument
[all...]
H A Dprocess_env.cpp167 static Handle process_env_dispatch_c(TaskData *mdTaskData, Handle args, Handle code) argument
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/MLCompiler/CodeTree/
H A DCODETREE_REMOVE_REDUNDANT.sml285 val args = map (fn (c, t) => (cleanCode(c, [UseGeneral]), t)) argList value
[all...]
/seL4-l4v-10.1.1/l4v/tools/autocorres/tools/
H A Drelease.py126 args = parser.parse_args() variable
[all...]
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A DHolmake_types.sml261 val args = argtokenize value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/graph/
H A DexportLib.sml110 val (args,ty) = tm |> rator |> rand |> listSyntax.dest_list value
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A Dmetis.sml107 val args = CommandLine.arguments () value
/seL4-l4v-10.1.1/HOL4/help/src-sml/
H A DParseDoc.sml332 val args = tokens (Char.isSpace \/ equal #",") value
341 val args = trimws (List.map db_out (paragraphs (markup ss))) value
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A Dmetis.sml107 val args = CommandLine.arguments () value
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/
H A DANF.sml124 let val (args,t) = value
[all...]

Completed in 227 milliseconds

1234567891011