Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DOverload.h67 ICK_Integral_Promotion, ///< Integral promotions (C++ 4.5) enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2833 case ICK_Integral_Promotion: in PerformImplicitConversion()
2837 SCS.Second == ICK_Integral_Promotion && in PerformImplicitConversion()
H A DSemaOverload.cpp1536 SCS.Second = ICK_Integral_Promotion; in IsStandardConversion()
4898 case ICK_Integral_Promotion: in CheckConvertedConstantConversions()