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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 196 TI.isTypeSigned(Ty), Builder);
219 bool IsSigned = TI.isTypeSigned(Ty);
240 bool IsSigned = TI.isTypeSigned(Ty);
671 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
674 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 245 static bool isTypeSigned(IntType T);
  /external/clang/lib/Basic/
TargetInfo.cpp 225 /// isTypeSigned - Return whether an integer types is signed. Returns true if
227 bool TargetInfo::isTypeSigned(IntType T) {
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 131 milliseconds