Home
last modified time | relevance | path

Searched refs:SignedCharTy (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDFormatString.cpp421 if (Ptr && (T == C.UnsignedCharTy || T == C.SignedCharTy)) in matchesType()
430 if (T == C.SignedCharTy) in matchesType()
439 if (T == C.SignedCharTy) in matchesType()
486 if (T == C.SignedCharTy || T == C.UnsignedCharTy || in matchesType()
510 if (T == C.SignedCharTy || T == C.UnsignedCharTy) in matchesType()
HDScanfFormatString.cpp380 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
HDPrintfFormatString.cpp618 return ArgType::PtrTo(Ctx.SignedCharTy); in getScalarArgType()
HDASTContext.cpp1240 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
1424 SignedCharTy : BoolTy); in InitBuiltinTypes()
9788 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()
11597 return SignedCharTy; in getCorrespondingSignedType()
11821 Type = Context.SignedCharTy; in DecodeTypeFromStr()
HDASTImporter.cpp1131 return Importer.getToContext().SignedCharTy; in VisitBuiltinType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaARM.cpp358 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
370 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
HDSemaType.cpp906 Result = Context.SignedCharTy; in ConvertDeclSpecToType()
9679 &S.Context.SignedCharTy, &S.Context.ShortTy, &S.Context.IntTy, in ChangeIntegralSignedness()
HDSemaOverload.cpp8857 ArithmeticTypes.push_back(S.Context.SignedCharTy); in InitArithmeticTypes()
HDSemaDecl.cpp19931 BestType = Context.SignedCharTy; in ActOnEnumBody()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def104 SIGNED_TYPE(SChar, SignedCharTy)
HDASTContext.h1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp770 if (QualTypeMatchesBitSize(bit_size, ast, ast.SignedCharTy)) in GetBuiltinTypeForEncodingAndBitSize()
771 return GetType(ast.SignedCharTy); in GetBuiltinTypeForEncodingAndBitSize()
984 if (QualTypeMatchesBitSize(bit_size, ast, ast.SignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
985 return GetType(ast.SignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1014 if (QualTypeMatchesBitSize(bit_size, ast, ast.SignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1015 return GetType(ast.SignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2008 return ast->SignedCharTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2336 if (bit_size == ast.getTypeSize(ast.SignedCharTy)) in GetIntTypeFromBitSize()
2337 return GetType(ast.SignedCharTy); in GetIntTypeFromBitSize()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.cpp4544 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7214 T = Context.SignedCharTy; in GetType()