Searched refs:checkCompatible (Results 1 – 2 of 2) sorted by relevance
590 auto checkCompatible = [](int64_t a, int64_t b) { in areCastCompatible() local594 if (!checkCompatible(aOffset, bOffset)) in areCastCompatible()597 if (!checkCompatible(aStride.value(), bStrides[aStride.index()])) in areCastCompatible()
2851 auto checkCompatible = [&](unsigned paramIndex, RequiredCC required) { in checkExtParameterInfos() local2873 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()2883 checkCompatible(paramIndex, RequiredCC::SwiftOrSwiftAsync); in checkExtParameterInfos()2892 checkCompatible(paramIndex, RequiredCC::OnlySwift); in checkExtParameterInfos()