Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Dcatch-implicit-integer-sign-changes-true-negatives.cpp81 using UnsignedInt = unsigned int; typedef
Dcatch-implicit-integer-truncations.cpp106 using UnsignedInt = unsigned int; typedef
/external/llvm-project/clang/test/AST/
Dmultistep-explicit-cast.cpp125 using UnsignedInt = unsigned int; typedef
Dmultistep-explicit-cast-json.cpp59 using UnsignedInt = unsigned int; typedef
/external/angle/src/common/
DPackedEnums.h296 UnsignedInt = 2, enumerator
466 UnsignedInt = 5, // GLenum == 0x1405 enumerator
/external/clang/include/clang/Basic/
DTargetInfo.h131 UnsignedInt, enumerator
/external/angle/src/libANGLE/
Dangletypes.h706 UnsignedInt = 2, enumerator
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h117 UnsignedInt, enumerator
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator