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.cpp325 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
DFormatString.cpp290 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
DPrintfFormatString.cpp320 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def102 SIGNED_TYPE(SChar, SignedCharTy)
DASTContext.h682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp1002 Context.SignedCharTy, Context.ShortTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp743 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
822 SignedCharTy : BoolTy); in InitBuiltinTypes()
6959 Type = Context.SignedCharTy; in DecodeTypeFromStr()
DASTImporter.cpp1346 return Importer.getToContext().SignedCharTy; in VisitBuiltinType()
/external/clang/lib/Sema/
DSemaChecking.cpp336 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
344 return Context.SignedCharTy; in getNeonEltType()
DSemaType.cpp603 Result = Context.SignedCharTy; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3298 NewTy = S.Context.SignedCharTy; in handleModeAttr()
DSemaOverload.cpp6431 &ASTContext::SignedCharTy, in getArithmeticType()
DSemaDecl.cpp10877 BestType = Context.SignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp4434 case PREDEF_TYPE_SCHAR_ID: T = Context.SignedCharTy; break; in GetType()