Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp197 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
202 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()
230 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()
250 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()
729 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
732 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp253 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h275 static bool isTypeSigned(IntType T);
/external/clang/lib/Lex/
DPPExpressions.cpp308 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/external/clang/lib/AST/
DASTContext.cpp1032 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()