Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp163 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/external/clang/lib/Frontend/
DInitPreprocessor.cpp169 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
504 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h183 static bool isTypeSigned(IntType T);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp473 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function
475 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()
491 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
/external/clang/lib/AST/
DASTContext.cpp432 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()