Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h160 ICK_Vector_Conversion, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1778 ICK = ICK_Vector_Conversion; in IsVectorConversion()
4298 if (SCS1.Second == ICK_Vector_Conversion && in CompareStandardConversionSequences()
4299 SCS2.Second == ICK_Vector_Conversion) { in CompareStandardConversionSequences()
5749 case ICK_Vector_Conversion: in CheckConvertedConstantConversions()
H A DSemaExprCXX.cpp4574 case ICK_Vector_Conversion: in PerformImplicitConversion()