Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp7066 static const unsigned NumArithmeticTypes = 20; member in __anon86d99bf30511::BuiltinOperatorOverloadBuilder
7070 assert(index < NumArithmeticTypes); in getArithmeticType()
7072 ArithmeticTypes[NumArithmeticTypes] = { in getArithmeticType()
7266 Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads()
7849 for (unsigned Left = 0; Left < NumArithmeticTypes; ++Left) { in addAssignmentArithmeticOverloads()