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

Completed in 37 milliseconds