Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8282 static constexpr int ArithmeticTypesCap = 24; member in __anon85f2cfc10c11::BuiltinOperatorOverloadBuilder
8283 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
8344 assert(ArithmeticTypes.size() <= ArithmeticTypesCap && in InitArithmeticTypes()