Searched refs:canon_argtypes (Results 1 – 2 of 2) sorted by relevance
7358 tree canon_argtypes = NULL_TREE; in maybe_canonicalize_argtypes() local7366 canon_argtypes = tree_cons (NULL_TREE, in maybe_canonicalize_argtypes()7368 canon_argtypes); in maybe_canonicalize_argtypes()7371 canon_argtypes = nreverse (canon_argtypes); in maybe_canonicalize_argtypes()7373 canon_argtypes = chainon (canon_argtypes, void_list_node); in maybe_canonicalize_argtypes()7377 return canon_argtypes; in maybe_canonicalize_argtypes()7397 tree canon_argtypes; in build_function_type() local7419 canon_argtypes = maybe_canonicalize_argtypes (arg_types, in build_function_type()7426 canon_argtypes); in build_function_type()7552 tree canon_argtypes; in build_method_type_directly() local[all …]
8334 tree canon_argtypes = NULL_TREE; in maybe_canonicalize_argtypes() local8342 canon_argtypes = tree_cons (NULL_TREE, in maybe_canonicalize_argtypes()8344 canon_argtypes); in maybe_canonicalize_argtypes()8347 canon_argtypes = nreverse (canon_argtypes); in maybe_canonicalize_argtypes()8349 canon_argtypes = chainon (canon_argtypes, void_list_node); in maybe_canonicalize_argtypes()8353 return canon_argtypes; in maybe_canonicalize_argtypes()8373 tree canon_argtypes; in build_function_type() local8395 canon_argtypes = maybe_canonicalize_argtypes (arg_types, in build_function_type()8402 canon_argtypes); in build_function_type()8528 tree canon_argtypes; in build_method_type_directly() local[all …]