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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6491 static const unsigned NumArithmeticTypes = 20; member in class:clang::__anon3926::BuiltinOperatorOverloadBuilder
6495 assert(index < NumArithmeticTypes);
6497 ArithmeticTypes[NumArithmeticTypes] = {
6692 Arith < NumArithmeticTypes; ++Arith) {
7283 for (unsigned Left = 0; Left < NumArithmeticTypes; ++Left) {

Completed in 67 milliseconds