Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp183 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
541 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
544 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp166 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h219 static bool isTypeSigned(IntType T);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp575 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
/external/clang/lib/AST/
DASTContext.cpp847 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()