Home
last modified time | relevance | path

Searched refs:NumArithmeticTypes (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp7205 static const unsigned NumArithmeticTypes = 21; member in __anon3a52d03c0511::BuiltinOperatorOverloadBuilder
7209 assert(index < NumArithmeticTypes); in getArithmeticType()
7211 ArithmeticTypes[NumArithmeticTypes] = { in getArithmeticType()
7406 Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads()
7989 for (unsigned Left = 0; Left < NumArithmeticTypes; ++Left) { in addAssignmentArithmeticOverloads()