Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dtty_endrun.c96 char tfom; member
148 np->tfom = '0'; in endrunopen()
283 char tfom; in endrun_decode() local
343 switch (tfom = fld[0][0]) { in endrun_decode()
354 DPRINTF(("endrun: invalid TFOM: '%c'\n", tfom)); in endrun_decode()
360 if (np->tfom != tfom) { in endrun_decode()
362 np->tfom, tfom)); in endrun_decode()
363 np->tfom = tfom; in endrun_decode()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcalls.c3533 tree tfom; /* type_for_mode (outmode, 0) */ local
3597 tfom = (*lang_hooks.types.type_for_mode) (outmode, 0);
3598 if (aggregate_value_p (tfom))
3602 = hard_function_value (build_pointer_type (tfom), 0, 0);
3612 mem_value = assign_temp (tfom, 0, 1, 1);
3619 tfom = void_type_node;
4138 build_function_type (tfom, NULL_TREE),
/openbsd/gnu/gcc/gcc/
H A Dcalls.c3296 tree tfom; /* type_for_mode (outmode, 0) */ in emit_library_call_value_1() local
3356 tfom = lang_hooks.types.type_for_mode (outmode, 0); in emit_library_call_value_1()
3357 if (aggregate_value_p (tfom, 0)) in emit_library_call_value_1()
3361 = hard_function_value (build_pointer_type (tfom), 0, 0, 0); in emit_library_call_value_1()
3371 mem_value = assign_temp (tfom, 0, 1, 1); in emit_library_call_value_1()
3378 tfom = void_type_node; in emit_library_call_value_1()
3827 build_function_type (tfom, NULL_TREE), in emit_library_call_value_1()