Searched refs:has_length (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c278 bool has_length = false; local
280 has_length = ts->u.cl->length != NULL;
281 if (!has_length)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dmisc.cc280 bool has_length = false; local
282 has_length = ts->u.cl->length != NULL;
283 if (!has_length)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c4259 int has_length, struct fileloc *line,
4279 has_length, line, emit_pch);
4297 write_root (outf_p f, pair_p v, type_p type, const char *name, int has_length,
4367 write_root (f, v, type->u.a.p, newname, has_length, line, emit_pch);
4387 if (!has_length && union_or_struct_p (tp))
4399 else if (has_length
4250 write_field_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, bool emit_pch, type_p field_type, const char *field_name) argument
4289 write_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, bool emit_pch) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc4305 int has_length, struct fileloc *line,
4325 has_length, line, emit_pch);
4343 write_root (outf_p f, pair_p v, type_p type, const char *name, int has_length,
4413 write_root (f, v, type->u.a.p, newname, has_length, line, emit_pch);
4433 if (!has_length && union_or_struct_p (tp))
4445 else if (has_length
4296 write_field_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, bool emit_pch, type_p field_type, const char *field_name) argument
4335 write_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, bool emit_pch) argument

Completed in 289 milliseconds