HomeSort by relevance Sort by last modified time
    Searched defs:SignedInt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 258 const int64_t SignedInt = Int;
259 if ((char)Int == SignedInt)
261 if ((short)Int == SignedInt)
263 if ((int)Int == SignedInt)
  /external/clang/include/clang/Basic/
TargetInfo.h 116 SignedInt,
227 /// For example, SignedInt -> getIntWidth().
241 /// For example, SignedInt -> getIntAlign().

Completed in 68 milliseconds