Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc7329 bool *any_structural_p, in maybe_canonicalize_argtypes() argument
7335 for (arg = argtypes; arg && !(*any_structural_p); arg = TREE_CHAIN (arg)) in maybe_canonicalize_argtypes()
7339 *any_structural_p = true; in maybe_canonicalize_argtypes()
7341 *any_structural_p = true; in maybe_canonicalize_argtypes()
7352 if (*any_structural_p) in maybe_canonicalize_argtypes()
7396 bool any_structural_p, any_noncanonical_p; in build_function_type() local
7417 any_structural_p = TYPE_STRUCTURAL_EQUALITY_P (value_type); in build_function_type()
7420 &any_structural_p, in build_function_type()
7422 if (any_structural_p) in build_function_type()
7551 bool any_structural_p, any_noncanonical_p; in build_method_type_directly() local
[all …]