Searched refs:nfunc (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9013 call foo (nfunc("_"//bar (j)//"x"//bar (i)//"x"), "_abxabcx")
32 function nfunc (yy) result(xy) function in module:abc
36 end function nfunc
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.c703 static int nfunc (const void *, const void *);
2833 nfunc (const void *a, const void *b) function
2876 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc);
3025 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc);
/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c45 static int nfunc, nsub, nargs, nconv, ncharconv; variable
332 nfunc++;
934 int n = nfunc;
956 sym = find_sym (functions, nfunc, name);
1124 nfunc++;
3697 nargs = nfunc = nsub = nconv = 0;
3710 sizeof (gfc_intrinsic_sym) * (nfunc + nsub)
3714 subroutines = functions + nfunc;
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c846 static int nfunc (const void *, const void *);
3762 nfunc (const void *a, const void *b)
3808 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc);
3955 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc);
3761 nfunc (const void *a, const void *b) function
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c4383 tree nfunc = gimple_call_arg (t, 1); local
4390 gcc_assert (TREE_CODE (nfunc) == ADDR_EXPR);
4391 nfi = lookup_vi_for_tree (TREE_OPERAND (nfunc, 0));
4404 get_constraint_for (nfunc, &rhsc);

Completed in 113 milliseconds