Home
last modified time | relevance | path

Searched refs:function2_template (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h346 #define function2_template objc_global_trees[OCTI_FUNCTION2_TEMPL] macro
H A Dobjc-act.c7127 if (!function2_template)
7128 function2_template = make_node (FUNCTION_TYPE);
7132 TYPE_ARG_TYPES (function2_template) = get_arg_type_list (proto1, METHOD_REF, 0);
7136 TREE_TYPE (function2_template) = groktypename (TREE_TYPE (proto1));
7138 return comptypes (function1_template, function2_template);
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.h443 #define function2_template objc_global_trees[OCTI_FUNCTION2_TEMPL] macro