Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8178 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8180 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
8181 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
8198 ArithmeticTypes.push_back(S.Context.BoolTy); in InitArithmeticTypes()
8199 ArithmeticTypes.push_back(S.Context.CharTy); in InitArithmeticTypes()
8209 LastIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8414 QualType IntTy = ArithmeticTypes[Int]; in addUnaryTildePromotedIntegralOverloads()
8889 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentArithmeticOverloads()
8891 S, ArithmeticTypes[Left], Args[0]); in addAssignmentArithmeticOverloads()
8947 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentIntegralOverloads()
[all …]