Home
last modified time | relevance | path

Searched refs:next_sym (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.cc41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
401 next_sym->name = gfc_get_string ("%s", name); in add_sym()
405 next_sym->lib_name = gfc_get_string ("%s", buf); in add_sym()
407 next_sym->pure = (cl != CLASS_IMPURE); in add_sym()
408 next_sym->elemental = (cl == CLASS_ELEMENTAL); in add_sym()
409 next_sym->inquiry = (cl == CLASS_INQUIRY); in add_sym()
410 next_sym->transformational = (cl == CLASS_TRANSFORMATIONAL); in add_sym()
411 next_sym->actual_ok = actual_ok; in add_sym()
412 next_sym->ts.type = type; in add_sym()
413 next_sym->ts.kind = kind; in add_sym()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
342 next_sym->name = gfc_get_string ("%s", name); in add_sym()
346 next_sym->lib_name = gfc_get_string ("%s", buf); in add_sym()
348 next_sym->pure = (cl != CLASS_IMPURE); in add_sym()
349 next_sym->elemental = (cl == CLASS_ELEMENTAL); in add_sym()
350 next_sym->inquiry = (cl == CLASS_INQUIRY); in add_sym()
351 next_sym->transformational = (cl == CLASS_TRANSFORMATIONAL); in add_sym()
352 next_sym->actual_ok = actual_ok; in add_sym()
353 next_sym->ts.type = type; in add_sym()
354 next_sym->ts.kind = kind; in add_sym()
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() function
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c3456 next_sym in disassemble_section() enumerator
3631 case next_sym: in disassemble_section()
3681 loop_until = next_sym; in disassemble_section()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c3706 next_sym in disassemble_section() enumerator
3890 case next_sym: in disassemble_section()
3947 loop_until = next_sym; in disassemble_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20003806 (struct pool_constant): Add next_sym and label members.