Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dcatch-implicit-integer-sign-changes-true-negatives.cpp82 using SignedInt = signed int; typedef
H A Dcatch-implicit-integer-truncations.cpp107 using SignedInt = signed int; typedef
/llvm-project/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp60 using SignedInt = signed int; typedef
H A Dmultistep-explicit-cast.cpp126 using SignedInt = signed int; typedef
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h177 const int64_t SignedInt = Int; in BestForm() local
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h148 SignedInt, global() enumerator
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator