Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8807 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8809 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
8810 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
8827 ArithmeticTypes.push_back(S.Context.BoolTy); in InitArithmeticTypes()
8828 ArithmeticTypes.push_back(S.Context.CharTy); in InitArithmeticTypes()
8838 LastIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
9043 QualType IntTy = ArithmeticTypes[Int]; in addUnaryTildePromotedIntegralOverloads()
9518 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentArithmeticOverloads()
9520 S, ArithmeticTypes[Left], Args[0]); in addAssignmentArithmeticOverloads()
9572 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentIntegralOverloads()
[all …]