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.cpp494 case ICK_Integral_Conversion: in getNarrowingKind()
1960 ICK = ICK_Integral_Conversion; in IsVectorElementConversion()
2259 SCS.Second = ICK_Integral_Conversion; in IsStandardConversion()
4469 SCS1.Second == ICK_Integral_Conversion && in CompareStandardConversionSequences()
5955 case ICK_Integral_Conversion: // Narrowing conversions are checked elsewhere. in CheckConvertedConstantConversions()
H A DSemaExprCXX.cpp4460 case ICK_Integral_Conversion: { in PerformImplicitConversion()
H A DSemaInit.cpp4828 : ICK_Integral_Conversion; in TryListInitialization()
H A DSemaExpr.cpp11839 return ICK_Integral_Conversion; in castKindToImplicitConversionKind()