Lines Matching refs:FromInt
683 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() argument
690 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetIntegerDiff()
736 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff() argument
741 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetFromIntegerAndToDeclarationDiff()
839 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
844 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetIntegerDiff()
886 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff() argument
891 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetFromIntegerAndToDeclarationDiff()
1305 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1311 Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt, in DiffNonTypes()
1336 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, in DiffNonTypes()
1343 Tree.SetIntegerDiff(FromInt, ToInt, HasFromInt, HasToInt, FromIntType, in DiffNonTypes()
1347 FromInt == ToInt); in DiffNonTypes()
1550 llvm::APSInt FromInt, ToInt; in TreeToString() local
1554 Tree.GetIntegerDiff(FromInt, ToInt, IsValidFromInt, IsValidToInt, in TreeToString()
1556 PrintAPSInt(FromInt, ToInt, IsValidFromInt, IsValidToInt, FromIntType, in TreeToString()
1593 llvm::APSInt FromInt; in TreeToString() local
1602 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1605 PrintIntegerAndValueDecl(FromInt, FromIntType, FromExpr, in TreeToString()
1822 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt() argument
1831 OS << ((FromInt == 0) ? "false" : "true"); in PrintAPSInt()
1833 OS << toString(FromInt, 10); in PrintAPSInt()
1843 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1846 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()