Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-char-subscripts.c52 typedef signed char SignedCharTy; typedef
55 SignedCharTy subscript = 0; in t9()
/external/clang/lib/Analysis/
DScanfFormatString.cpp344 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
DFormatString.cpp290 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
DPrintfFormatString.cpp336 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def102 SIGNED_TYPE(SChar, SignedCharTy)
DASTContext.h747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp1014 Context.SignedCharTy, Context.ShortTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp824 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
915 SignedCharTy : BoolTy); in InitBuiltinTypes()
7360 Type = Context.SignedCharTy; in DecodeTypeFromStr()
DASTImporter.cpp1438 return Importer.getToContext().SignedCharTy; in VisitBuiltinType()
/external/clang/lib/Sema/
DSemaChecking.cpp335 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
343 return Context.SignedCharTy; in getNeonEltType()
DSemaType.cpp723 Result = Context.SignedCharTy; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3657 NewTy = S.Context.SignedCharTy; in handleModeAttr()
DSemaOverload.cpp6519 &ASTContext::SignedCharTy, in getArithmeticType()
DSemaDecl.cpp11621 BestType = Context.SignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp4927 case PREDEF_TYPE_SCHAR_ID: T = Context.SignedCharTy; break; in GetType()