Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c53 static gfc_typespec current_ts; variable
1688 if (current_ts.type != BT_UNKNOWN in build_sym()
1690 || !gfc_compare_types (&sym->ts, &current_ts)) in build_sym()
1691 && !gfc_add_type (sym, &current_ts, var_locus)) in build_sym()
2197 if ((current_ts.type == BT_DERIVED || current_ts.type == BT_CLASS) in build_struct()
2198 && current_ts.u.derived == gfc_current_block () in build_struct()
2215 if (current_ts.type == BT_CLASS in build_struct()
2265 c->ts = current_ts; in build_struct()
2719 if (current_ts.type == BT_CHARACTER) in variable_decl()
2733 && (current_ts.u.cl->length == NULL in variable_decl()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc53 static gfc_typespec current_ts; variable
1767 if (current_ts.type != BT_UNKNOWN in build_sym()
1769 || !gfc_compare_types (&sym->ts, &current_ts)) in build_sym()
1770 && !gfc_add_type (sym, &current_ts, var_locus)) in build_sym()
2287 if ((current_ts.type == BT_DERIVED || current_ts.type == BT_CLASS) in build_struct()
2288 && current_ts.u.derived == gfc_current_block () in build_struct()
2305 if (current_ts.type == BT_CLASS in build_struct()
2355 c->ts = current_ts; in build_struct()
2817 if (current_ts.type == BT_CHARACTER) in variable_decl()
2831 && (current_ts.u.cl->length == NULL in variable_decl()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c827 unsigned long long current_ts = dm_get_timestamp(ctx); in dce110_edp_power_control() local
831 current_ts, in dce110_edp_power_control()