Searched defs:FromInt (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| H A D | PR22806_constrain_tuple_like_ctor.pass.cpp | 36 enum State { FromTuple, FromInt, Copied, Moved }; enumerator 49 enum State { FromTuple, FromInt, Copied, Moved }; enumerator 62 enum State { FromInt, Copied, Moved }; enumerator 72 enum State { FromInt, Copied, Moved }; enumerator
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 683 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() 736 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff() 839 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() 886 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff() 1283 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local 1528 llvm::APSInt FromInt, ToInt; in TreeToString() local 1571 llvm::APSInt FromInt; in TreeToString() local 1784 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-implicits.cpp | 129 struct FromInt { struct
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 727 APSInt FromInt = R.From(); in truncateTo() local 786 APSInt FromInt = R.From(); in convertTo() local 837 llvm::APSInt FromInt = R.From(); in promoteTo() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | type-traits.cpp | 2008 struct FromInt { FromInt(int); }; struct
|