Lines Matching refs:ToInt
650 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() argument
658 FlatTree[CurrentNode].ToArgInfo.Val = ToInt; in SetIntegerDiff()
687 Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt, in SetFromDeclarationAndToIntegerDiff() argument
695 FlatTree[CurrentNode].ToArgInfo.Val = ToInt; in SetFromDeclarationAndToIntegerDiff()
806 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
812 ToInt = FlatTree[ReadNode].ToArgInfo.Val; in GetIntegerDiff()
838 Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt, in GetFromDeclarationAndToIntegerDiff() argument
846 ToInt = FlatTree[ReadNode].ToArgInfo.Val; in GetFromDeclarationAndToIntegerDiff()
1247 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1255 InitializeNonTypeDiffVariables(Context, ToIter, ToDefaultNonTypeDecl, ToInt, in DiffNonTypes()
1269 FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt, in DiffNonTypes()
1285 Tree.SetIntegerDiff(FromInt, ToInt, HasFromInt, HasToInt, FromIntType, in DiffNonTypes()
1289 FromInt == ToInt); in DiffNonTypes()
1492 llvm::APSInt FromInt, ToInt; in TreeToString() local
1496 Tree.GetIntegerDiff(FromInt, ToInt, IsValidFromInt, IsValidToInt, in TreeToString()
1498 PrintAPSInt(FromInt, ToInt, IsValidFromInt, IsValidToInt, FromIntType, in TreeToString()
1521 llvm::APSInt ToInt; in TreeToString() local
1526 FromValueDecl, FromAddressOf, FromNullPtr, FromExpr, ToInt, in TreeToString()
1530 FromExpr, Tree.FromDefault(), ToInt, ToIntType, in TreeToString()
1748 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt() argument
1774 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()