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

/external/clang/lib/Sema/
H A DSemaOverload.cpp7201 static const unsigned FirstPromotedIntegralType = 4, member in class:__anon1501::BuiltinOperatorOverloadBuilder
7371 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy &&
7520 for (unsigned Int = FirstPromotedIntegralType;
7805 for (unsigned Left = FirstPromotedIntegralType;
7807 for (unsigned Right = FirstPromotedIntegralType;
8056 for (unsigned Right = FirstPromotedIntegralType;

Completed in 60 milliseconds