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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c217 static tree get_arg_type_list PARAMS ((tree, int, int));
4730 get_arg_type_list (meth, context, superflag)
5204 arglist = get_arg_type_list (method_prototype, METHOD_REF,
5250 tree arglist = get_arg_type_list (method_prototype, METHOD_REF,
7131 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto, METHOD_DEF, 0);
7152 TYPE_ARG_TYPES (function1_template) = get_arg_type_list (proto0, METHOD_REF, 0);
7153 TYPE_ARG_TYPES (function2_template) = get_arg_type_list (proto1, METHOD_REF, 0);
4722 get_arg_type_list (meth, context, superflag) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c5988 get_arg_type_list (tree meth, int context, int superflag)
6502 get_arg_type_list
8474 for (type1 = get_arg_type_list (proto1, METHOD_REF, 0),
8475 type2 = get_arg_type_list (proto2, METHOD_REF, 0);
8620 get_arg_type_list (method, METHOD_DEF, 0));
5979 get_arg_type_list (tree meth, int context, int superflag) function

Completed in 106 milliseconds