Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9250 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anon2e1ecc911b11::BuiltinOperatorOverloadBuilder
9266 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()
9267 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()
9268 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()
9270 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()
9272 ArithmeticTypes.push_back(S.Context.Ibm128Ty); in InitArithmeticTypes()
9275 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
9276 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
9277 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
9278 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24503 …ous namespace)::BuiltinOperatorOverloadBuilder::getArithmeticType(unsigned int)::ArithmeticTypes"},