Searched refs:compareQualifiers (Results 1 – 1 of 1) sorted by relevance
6765 compareQualifiers = [&](TType& lhs, TType& rhs) -> bool { in shareStructBufferType() local6777 if (!compareQualifiers(*(*lhs.getStruct())[i].type, *(*rhs.getStruct())[i].type)) in shareStructBufferType()6785 const auto typeEqual = [compareQualifiers](TType& lhs, TType& rhs) -> bool { in shareStructBufferType()6791 return compareQualifiers(lhs, rhs) && lhs == rhs; in shareStructBufferType()