Home
last modified time | relevance | path

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 DPR22806_constrain_tuple_like_ctor.pass.cpp36 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 DASTDiagnostic.cpp683 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 Deasily-swappable-parameters-implicits.cpp129 struct FromInt { struct
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp727 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 Dtype-traits.cpp2008 struct FromInt { FromInt(int); }; struct