Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DOverload.h125 ICK_Integral_Promotion, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp4278 case ICK_Integral_Promotion: in PerformImplicitConversion()
4282 SCS.Second == ICK_Integral_Promotion && in PerformImplicitConversion()
DSemaOverload.cpp1839 SCS.Second = ICK_Integral_Promotion; in IsStandardConversion()
3924 if (SCS.Second != ICK_Integral_Promotion) in getFixedEnumPromtion()
5561 case ICK_Integral_Promotion: in CheckConvertedConstantConversions()