Searched refs:isTypeSigned (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DTargetInfo.cpp162 /// isTypeSigned - Return whether an integer types is signed. Returns true if
164 bool TargetInfo::isTypeSigned(IntType T) { function in class:TargetInfo
/external/clang/include/clang/Basic/
H A DTargetInfo.h212 static bool isTypeSigned(IntType T);
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp169 TI.isTypeSigned(Ty), Builder);
523 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
526 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp467 /// isTypeSigned - Return true if the type is signed.
468 static bool isTypeSigned(DIType Ty, int *SizeInBits) { function
470 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
486 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
/external/clang/lib/AST/
H A DASTContext.cpp766 if (TargetInfo::isTypeSigned(Target.getWCharType()))

Completed in 474 milliseconds