Searched defs:FirstPromotedIntegralType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp5531 static const unsigned FirstPromotedIntegralType = 3, member in class:clang::__anon2972::BuiltinOperatorOverloadBuilder
5667 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy &&
5813 for (unsigned Int = FirstPromotedIntegralType;
6100 for (unsigned Left = FirstPromotedIntegralType;
6102 for (unsigned Right = FirstPromotedIntegralType;
6313 for (unsigned Right = FirstPromotedIntegralType;

Completed in 71 milliseconds