Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp181 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
186 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()
224 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()
249 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()
1115 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
1118 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp369 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp415 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h459 static bool isTypeSigned(IntType T);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1025 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1081 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1268 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()