Home
last modified time | relevance | path

Searched refs:ICK_Integral_Conversion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h133 ICK_Integral_Conversion, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp496 case ICK_Integral_Conversion: in getNarrowingKind()
2104 ICK = ICK_Integral_Conversion; in IsVectorElementConversion()
2431 SCS.Second = ICK_Integral_Conversion; in IsStandardConversion()
4705 SCS1.Second == ICK_Integral_Conversion && in CompareStandardConversionSequences()
6203 case ICK_Integral_Conversion: // Narrowing conversions are checked elsewhere. in CheckConvertedConstantConversions()
H A DSemaExprCXX.cpp4818 case ICK_Integral_Conversion: { in PerformImplicitConversion()
H A DSemaInit.cpp5085 : ICK_Integral_Conversion; in TryListInitialization()
H A DSemaExpr.cpp12186 return ICK_Integral_Conversion; in castKindToImplicitConversionKind()