Searched defs:SignedInt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h258 const int64_t SignedInt = Int; local
259 if ((char)Int == SignedInt)
261 if ((short)Int == SignedInt)
263 if ((int)Int == SignedInt)
/external/clang/include/clang/Basic/
H A DTargetInfo.h116 SignedInt, enumerator in enum:clang::TargetInfo::IntType
227 /// For example, SignedInt -> getIntWidth().
241 /// For example, SignedInt -> getIntAlign().

Completed in 1544 milliseconds