Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8159 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anon8501439c0c11::BuiltinOperatorOverloadBuilder
8175 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()
8176 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()
8177 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()
8179 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()
8182 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8183 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8184 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
8185 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
8186 ArithmeticTypes.push_back(S.Context.LongLongTy); in InitArithmeticTypes()
[all …]