Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp179 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
184 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()
212 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()
237 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()
951 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
954 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp327 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h412 static bool isTypeSigned(IntType T);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp402 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1345 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()