Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8407 static constexpr int ArithmeticTypesCap = 24; member in __anona0c7ad680c11::BuiltinOperatorOverloadBuilder
8408 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
8469 assert(ArithmeticTypes.size() <= ArithmeticTypesCap && in InitArithmeticTypes()