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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6904 static const unsigned NumArithmeticTypes = 20; member in class:clang::__anon18088::BuiltinOperatorOverloadBuilder
6908 assert(index < NumArithmeticTypes);
6910 ArithmeticTypes[NumArithmeticTypes] = {
7104 Arith < NumArithmeticTypes; ++Arith) {
7687 for (unsigned Left = 0; Left < NumArithmeticTypes; ++Left) {

Completed in 82 milliseconds