Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8308 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8310 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
8311 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
8328 ArithmeticTypes.push_back(S.Context.BoolTy); in InitArithmeticTypes()
8329 ArithmeticTypes.push_back(S.Context.CharTy); in InitArithmeticTypes()
8339 LastIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
8544 QualType IntTy = ArithmeticTypes[Int]; in addUnaryTildePromotedIntegralOverloads()
9019 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentArithmeticOverloads()
9021 S, ArithmeticTypes[Left], Args[0]); in addAssignmentArithmeticOverloads()
9073 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentIntegralOverloads()
[all …]