Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h345 #define function1_template objc_global_trees[OCTI_FUNCTION1_TEMPL] macro
H A Dobjc-act.c7106 if (!function1_template)
7107 function1_template = make_node (FUNCTION_TYPE);
7110 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto, METHOD_DEF, 0);
7113 TREE_TYPE (function1_template) = groktypename (TREE_TYPE (proto));
7115 return comptypes (TREE_TYPE (METHOD_DEFINITION (method)), function1_template);
7125 if (!function1_template)
7126 function1_template = make_node (FUNCTION_TYPE);
7131 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto0, METHOD_REF, 0);
7135 TREE_TYPE (function1_template) = groktypename (TREE_TYPE (proto0));
7138 return comptypes (function1_template, function2_template);
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h442 #define function1_template objc_global_trees[OCTI_FUNCTION1_TEMPL] macro