• Home
  • Raw
  • Download

Lines Matching refs:FromInt

650     void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt,  in SetIntegerDiff()  argument
657 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetIntegerDiff()
703 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff() argument
708 FlatTree[CurrentNode].FromArgInfo.Val = FromInt; in SetFromIntegerAndToDeclarationDiff()
806 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() argument
811 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetIntegerDiff()
853 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff() argument
858 FromInt = FlatTree[ReadNode].FromArgInfo.Val; in GetFromIntegerAndToDeclarationDiff()
1247 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1253 Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt, in DiffNonTypes()
1278 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, 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()
1535 llvm::APSInt FromInt; in TreeToString() local
1544 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1547 PrintIntegerAndValueDecl(FromInt, FromIntType, FromExpr, in TreeToString()
1748 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt() argument
1757 OS << ((FromInt == 0) ? "false" : "true"); in PrintAPSInt()
1759 OS << FromInt.toString(10); in PrintAPSInt()
1769 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1772 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()