Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
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()
953 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
956 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp327 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h412 static bool isTypeSigned(IntType T);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPExpressions.cpp402 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1028 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1084 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1345 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()