Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8161 static constexpr int ArithmeticTypesCap = 24; member in __anone93f13810c11::BuiltinOperatorOverloadBuilder
8162 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
8221 assert(ArithmeticTypes.size() <= ArithmeticTypesCap && in InitArithmeticTypes()