Lines Matching refs:argtypes

1149 			 args, argtypes, flags)
1151 tree fnname, type1, type2, *args, *argtypes;
1169 t = implicit_conversion (types[i], argtypes[i], args[i], flags);
1186 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], flags);
1210 args, argtypes, flags)
1213 tree fnname, type1, type2, *args, *argtypes;
1596 (candidates, fnname, type1, type1, args, argtypes, flags);
1598 (candidates, fnname, type2, type2, args, argtypes, flags);
1602 (candidates, fnname, type1, type2, args, argtypes, flags);
1632 tree type, argtypes[3], types[2];
1637 argtypes[i] = lvalue_type (args[i]);
1639 argtypes[i] = NULL_TREE;
1665 NULL_TREE, args, argtypes, flags);
1671 boolean_type_node, args, argtypes, flags);
1688 else if (IS_AGGR_TYPE (argtypes[i]))
1695 convs = lookup_conversions (argtypes[i]);
1701 (NULL_TREE, build_reference_type (argtypes[i]), types[i]);
1704 (NULL_TREE, TYPE_MAIN_VARIANT (argtypes[i]), types[i]);
1740 (NULL_TREE, build_reference_type (argtypes[i]), types[i]);
1741 type = non_reference (argtypes[i]);
1760 TREE_VALUE (type), args, argtypes, flags);
1764 NULL_TREE, args, argtypes, flags);
2779 tree fn, fns, fnname, fntype, argtypes, args, type;
2811 argtypes = TREE_OPERAND (TREE_OPERAND (placement, 0), 0);
2813 argtypes = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (argtypes)));
2821 argtypes = void_list_node;
2825 argtypes = tree_cons (NULL_TREE, ptr_type_node, argtypes);
2826 fntype = build_function_type (void_type_node, argtypes);
2848 argtypes = tree_cons (NULL_TREE, ptr_type_node,
2850 fntype = build_function_type (void_type_node, argtypes);