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

/external/clang/lib/Sema/
H A DSemaOverload.cpp7203 static const unsigned FirstPromotedArithmeticType = 0, member in class:__anon1501::BuiltinOperatorOverloadBuilder
7376 assert(getArithmeticType(FirstPromotedArithmeticType)
7480 for (unsigned Arith = FirstPromotedArithmeticType;
7750 for (unsigned Left = FirstPromotedArithmeticType;
7752 for (unsigned Right = FirstPromotedArithmeticType;
7990 for (unsigned Right = FirstPromotedArithmeticType;

Completed in 64 milliseconds