Home
last modified time | relevance | path

Searched defs:UnsignedInt (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h22 UnsignedInt, enumerator
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-implicit-integer-sign-changes-true-negatives.cpp81 using UnsignedInt = unsigned int; typedef
H A Dcatch-implicit-integer-truncations.cpp106 using UnsignedInt = unsigned int; typedef
/llvm-project-15.0.7/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp59 using UnsignedInt = unsigned int; typedef
H A Dmultistep-explicit-cast.cpp125 using UnsignedInt = unsigned int; typedef
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h127 UnsignedInt, enumerator
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator