Home
last modified time | relevance | path

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

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