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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6401 static const unsigned FirstPromotedArithmeticType = 0, member in class:clang::__anon238::BuiltinOperatorOverloadBuilder
6574 assert(getArithmeticType(FirstPromotedArithmeticType)
6678 for (unsigned Arith = FirstPromotedArithmeticType;
6950 for (unsigned Left = FirstPromotedArithmeticType;
6952 for (unsigned Right = FirstPromotedArithmeticType;
7194 for (unsigned Right = FirstPromotedArithmeticType;

Completed in 57 milliseconds