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

  /external/clang/lib/Basic/
TargetInfo.cpp 162 /// isTypeSigned - Return whether an integer types is signed. Returns true if
164 bool TargetInfo::isTypeSigned(IntType T) {
  /external/clang/include/clang/Basic/
TargetInfo.h 212 static bool isTypeSigned(IntType T);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 169 TI.isTypeSigned(Ty), Builder);
523 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
526 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 467 /// isTypeSigned - Return true if the type is signed.
468 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
470 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
486 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 766 if (TargetInfo::isTypeSigned(Target.getWCharType()))
    [all...]

Completed in 231 milliseconds