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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c5912 tree thistype, stattype, statfn, convfn, call, arg;
5959 fn = statfn = build_lang_decl (FUNCTION_DECL, name, stattype);
5985 start_preparsed_function (statfn, NULL_TREE,
5987 if (DECL_ONE_ONLY (statfn))
5991 DECL_COMDAT_GROUP (statfn) = DECL_COMDAT_GROUP (callop);
5993 thunk_node = cgraph_node (statfn);
6006 for (arg = DECL_ARGUMENTS (statfn); arg; arg = TREE_CHAIN (arg))
6028 finish_return_stmt (decay_conversion (statfn));
5908 tree thistype, stattype, statfn, convfn, call, arg; local

Completed in 117 milliseconds