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 238 const int64_t SignedInt = Int;
239 if ((char)Int == SignedInt) return dwarf::DW_FORM_data1;
240 if ((short)Int == SignedInt) return dwarf::DW_FORM_data2;
241 if ((int)Int == SignedInt) return dwarf::DW_FORM_data4;
  /external/clang/include/clang/Basic/
TargetInfo.h 116 SignedInt,
210 /// For example, SignedInt -> getIntWidth().
215 /// For example, SignedInt -> getIntAlign().

Completed in 19 milliseconds