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

/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c941 tree rhs_bindings; local
947 rhs_bindings = rhs->bindings;
948 while (lhs_bindings != NULL && rhs_bindings != NULL)
951 tree rhs_arg = TREE_VALUE (rhs_bindings);
956 rhs_bindings = TREE_CHAIN (rhs_bindings);
958 return lhs_bindings == rhs_bindings;

Completed in 53 milliseconds