Home
last modified time | relevance | path

Searched refs:isTypeSigned (Results 1 – 6 of 6) 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()
762 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
765 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp258 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp446 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function
448 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()
464 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
/external/clang/include/clang/Basic/
DTargetInfo.h286 static bool isTypeSigned(IntType T);
/external/clang/lib/Lex/
DPPExpressions.cpp362 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/external/clang/lib/AST/
DASTContext.cpp1032 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()