Lines Matching refs:ToInt
619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() argument
627 FlatTree[CurrentNode].ToArgInfo.Val = ToInt; in SetIntegerDiff()
656 Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt, in SetFromDeclarationAndToIntegerDiff() argument
664 FlatTree[CurrentNode].ToArgInfo.Val = ToInt; in SetFromDeclarationAndToIntegerDiff()
775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
781 ToInt = FlatTree[ReadNode].ToArgInfo.Val; in GetIntegerDiff()
807 Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt, in GetFromDeclarationAndToIntegerDiff() argument
815 ToInt = FlatTree[ReadNode].ToArgInfo.Val; in GetFromDeclarationAndToIntegerDiff()
1207 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1215 InitializeNonTypeDiffVariables(Context, ToIter, ToDefaultNonTypeDecl, ToInt, in DiffNonTypes()
1229 FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt, in DiffNonTypes()
1245 Tree.SetIntegerDiff(FromInt, ToInt, HasFromInt, HasToInt, FromIntType, in DiffNonTypes()
1249 FromInt == ToInt); in DiffNonTypes()
1452 llvm::APSInt FromInt, ToInt; in TreeToString() local
1456 Tree.GetIntegerDiff(FromInt, ToInt, IsValidFromInt, IsValidToInt, in TreeToString()
1458 PrintAPSInt(FromInt, ToInt, IsValidFromInt, IsValidToInt, FromIntType, in TreeToString()
1481 llvm::APSInt ToInt; in TreeToString() local
1486 FromValueDecl, FromAddressOf, FromNullPtr, FromExpr, ToInt, in TreeToString()
1490 FromExpr, Tree.FromDefault(), ToInt, ToIntType, in TreeToString()
1707 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt() argument
1733 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()