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/lldb/source/Symbol/
DClangASTContext.cpp713 clang_type = ast->SignedCharTy.getAsOpaquePtr(); in GetBasicType()
895 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
896 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
926 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
927 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
932 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
933 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/include/clang/AST/
DBuiltinTypes.def102 SIGNED_TYPE(SChar, SignedCharTy)
DASTContext.h887 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/Analysis/
DScanfFormatString.cpp369 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
DFormatString.cpp314 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
DPrintfFormatString.cpp486 return ArgType::PtrTo(Ctx.SignedCharTy); in getArgType()
/external/clang/lib/AST/
DASTContext.cpp1009 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
1119 SignedCharTy : BoolTy); in InitBuiltinTypes()
6598 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()
8044 Type = Context.SignedCharTy; in DecodeTypeFromStr()
DASTImporter.cpp1500 return Importer.getToContext().SignedCharTy; in VisitBuiltinType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3328 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaChecking.cpp653 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
665 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
DSemaType.cpp1197 Result = Context.SignedCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7186 &ASTContext::SignedCharTy, in getArithmeticType()
DSemaDecl.cpp14411 BestType = Context.SignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp5963 T = Context.SignedCharTy; in GetType()