reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2059 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
8222 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { 9035 Context.areCompatibleVectorTypes(LHSType, RHSType)) {tools/clang/lib/Sema/SemaOverload.cpp
1606 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || 2412 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { 4016 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( 4018 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes(