Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp180 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()
185 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()
223 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()
248 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()
1051 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()
1054 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp342 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h421 static bool isTypeSigned(IntType T);
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp413 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1022 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1078 TargetInfo::isTypeSigned(getTargetInfo()->getWCharType()))) in GetBuiltinTypeForDWARFEncodingAndBitSize()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1361 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()