Lines Matching refs:FromInt
619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() argument
626 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetIntegerDiff()
672 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff() argument
677 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetFromIntegerAndToDeclarationDiff()
775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
780 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetIntegerDiff()
822 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff() argument
827 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetFromIntegerAndToDeclarationDiff()
1207 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1213 Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt, in DiffNonTypes()
1238 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, 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()
1495 llvm::APSInt FromInt; in TreeToString() local
1504 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1507 PrintIntegerAndValueDecl(FromInt, FromIntType, FromExpr, in TreeToString()
1707 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt() argument
1716 OS << ((FromInt == 0) ? "false" : "true"); in PrintAPSInt()
1718 OS << FromInt.toString(10); in PrintAPSInt()
1728 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1731 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()