Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp186 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
197 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()
237 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()
262 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()
1249 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
1252 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/src/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp370 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp415 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h468 static bool isTypeSigned(IntType T);
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp967 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1023 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1298 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()