Searched refs:fnclass (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/binutils/
H A Drdcoff.c663 int fnclass;
681 fnclass = 0;
764 fnclass = syment.n_sclass;
798 external_coff_symbol_p (fnclass),
828 fnclass = 0;
662 int fnclass; local
/freebsd-10-stable/contrib/gcc/
H A Dc-common.c2711 enum built_in_class fnclass,
3607 enum built_in_class fnclass,
3623 decl = lang_hooks.builtin_function (name, fntype, fncode, fnclass,
3629 lang_hooks.builtin_function (libname, libtype, fncode, fnclass,
3591 def_builtin_1(enum built_in_function fncode, const char *name, enum built_in_class fnclass, tree fntype, tree libtype, bool both_p, bool fallback_p, bool nonansi_p, tree fnattrs, bool implicit_p) argument
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c11845 tree fnclass = DECL_CONTEXT (fndecl);
11846 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
11847 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
11824 tree fnclass = DECL_CONTEXT (fndecl); local

Completed in 131 milliseconds