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

  /external/clang/include/clang/Basic/
TargetInfo.h 219 static bool isTypeSigned(IntType T);
  /external/clang/lib/Basic/
TargetInfo.cpp 164 /// isTypeSigned - Return whether an integer types is signed. Returns true if
166 bool TargetInfo::isTypeSigned(IntType T) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 183 TI.isTypeSigned(Ty), Builder);
541 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
544 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 574 /// isTypeSigned - Return true if the type is signed.
575 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 847 if (TargetInfo::isTypeSigned(Target.getWCharType()))
    [all...]

Completed in 754 milliseconds