Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8781 static constexpr int ArithmeticTypesCap = 24; member in __anon22c3dcc71211::BuiltinOperatorOverloadBuilder
8782 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
8843 assert(ArithmeticTypes.size() <= ArithmeticTypesCap && in InitArithmeticTypes()