Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7744 static constexpr int ArithmeticTypesCap = 24; member in __anon832832a00b11::BuiltinOperatorOverloadBuilder
7745 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
7800 assert(ArithmeticTypes.size() <= ArithmeticTypesCap && in InitArithmeticTypes()