Home
last modified time | relevance | path

Searched refs:canon_argtypes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc7358 tree canon_argtypes = NULL_TREE; in maybe_canonicalize_argtypes() local
7366 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() local
7419 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c8334 tree canon_argtypes = NULL_TREE; in maybe_canonicalize_argtypes() local
8342 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() local
8395 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 …]