Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7768 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
7770 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()
7771 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
7784 ArithmeticTypes.push_back(S.Context.BoolTy); in InitArithmeticTypes()
7785 ArithmeticTypes.push_back(S.Context.CharTy); in InitArithmeticTypes()
7795 LastIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
7796 NumArithmeticTypes = ArithmeticTypes.size(); in InitArithmeticTypes()
7969 QualType ArithTy = ArithmeticTypes[Arith]; in addUnaryPlusOrMinusArithmeticOverloads()
8009 QualType IntTy = ArithmeticTypes[Int]; in addUnaryTildePromotedIntegralOverloads()
8497 ParamTypes[1] = ArithmeticTypes[Right]; in addAssignmentArithmeticOverloads()
[all …]