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

/freebsd-10.0-release/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.0-release/contrib/gcc/
H A Dc-common.c2625 enum built_in_class fnclass,
3511 enum built_in_class fnclass,
3527 decl = lang_hooks.builtin_function (name, fntype, fncode, fnclass,
3533 lang_hooks.builtin_function (libname, libtype, fncode, fnclass,
3495 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.0-release/contrib/gcc/cp/
H A Ddecl.c11210 tree fnclass = DECL_CONTEXT (fndecl);
11211 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
11212 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
11188 tree fnclass = DECL_CONTEXT (fndecl); local

Completed in 212 milliseconds