Home
last modified time | relevance | path

Searched refs:ty_old (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dx86_gen.c2387 static struct type ty_old; local
2390 ty_old = *make_basic_type(TY_SHORT);
2391 ty_old.name = "_X87CW_old";
2392 dec_old.dtype = &ty_old;
2394 x87cw_old.type = &ty_old;
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dtypecore.ml3564 let rec type_args args omitted ty_fun ty_fun0 ty_old sargs more_sargs =
3584 Apply_wrong_label(l', ty_old)))
3641 let ty_old = if sargs = [] then ty_fun else ty_old in
3643 ty_old sargs more_sargs
3648 Apply_wrong_label(l, ty_old)))
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dtypecore.ml3564 let rec type_args args omitted ty_fun ty_fun0 ty_old sargs more_sargs =
3584 Apply_wrong_label(l', ty_old)))
3641 let ty_old = if sargs = [] then ty_fun else ty_old in
3643 ty_old sargs more_sargs
3648 Apply_wrong_label(l, ty_old)))