Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dhas_unique_object_representations.compile.pass.cpp51 struct UnsignedInt { struct
52 unsigned foo;
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h20 UnsignedInt, enumerator
/llvm-project/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/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/clang/include/clang/Basic/
H A DTargetInfo.h149 UnsignedInt, global() enumerator
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator