Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-char-subscripts.c52 typedef signed char SignedCharTy; typedef
55 SignedCharTy subscript = 0; in t9()
/external/clang/include/clang/AST/
DBuiltinTypes.def102 SIGNED_TYPE(SChar, SignedCharTy)
DASTContext.h901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/Analysis/
DScanfFormatString.cpp374 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
DFormatString.cpp345 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
DPrintfFormatString.cpp491 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
/external/clang/lib/AST/
DASTContext.cpp1006 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
1110 SignedCharTy : BoolTy); in InitBuiltinTypes()
6696 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()
8186 Type = Context.SignedCharTy; in DecodeTypeFromStr()
DASTImporter.cpp1583 return Importer.getToContext().SignedCharTy; in VisitBuiltinType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3365 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaChecking.cpp1153 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
1165 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
DSemaType.cpp1266 Result = Context.SignedCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7234 &ASTContext::SignedCharTy, in getArithmeticType()
DSemaDecl.cpp14868 BestType = Context.SignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp6008 T = Context.SignedCharTy; in GetType()