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

  /external/clang/lib/Basic/
TargetInfo.cpp 56 WCharType = SignedInt;
57 WIntType = SignedInt;
61 SigAtomicType = SignedInt;
62 ProcessIDType = SignedInt;
110 case SignedInt: return "int";
126 case SignedInt: return "";
151 case SignedInt:
161 /// enum. For example, SignedInt -> getIntWidth().
169 case SignedInt:
185 return IsSigned ? SignedInt : UnsignedInt
    [all...]
Targets.cpp 622 this->WCharType = this->SignedInt;
712 this->PtrDiffType = TargetInfo::SignedInt;
713 this->IntPtrType = TargetInfo::SignedInt;
    [all...]
  /external/llvm/include/llvm/CodeGen/
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,
236 case SignedInt:
249 /// For example, SignedInt -> getIntWidth().
263 /// For example, SignedInt -> getIntAlign().
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 639 DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder);
730 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
751 DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 122 milliseconds