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

  /external/llvm/include/llvm/CodeGen/
DIE.h 120 const int64_t SignedInt = Int;
121 if ((char)Int == SignedInt)
123 if ((short)Int == SignedInt)
125 if ((int)Int == SignedInt)
  /external/clang/include/clang/Basic/
TargetInfo.h 123 SignedInt,
243 case SignedInt:
256 /// For example, SignedInt -> getIntWidth().
271 /// For example, SignedInt -> getIntAlign().
    [all...]

Completed in 633 milliseconds