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

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c52 typedef signed char SignedCharTy; typedef
55 SignedCharTy subscript = 0;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp713 clang_type = ast->SignedCharTy.getAsOpaquePtr();
895 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy))
896 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr());
926 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy))
927 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr());
932 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy))
933 return ClangASTType (ast, ast->SignedCharTy.getAsOpaquePtr());
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp359 return ArgType::PtrTo(Ctx.SignedCharTy);
H A DFormatString.cpp311 return T == C.UnsignedCharTy || T == C.SignedCharTy;
H A DPrintfFormatString.cpp354 return ArgType::PtrTo(Ctx.SignedCharTy);
/external/clang/include/clang/AST/
H A DASTContext.h779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp946 InitBuiltinType(SignedCharTy, BuiltinType::SChar);
1041 SignedCharTy : BoolTy);
6305 case TargetInfo::SignedChar: return SignedCharTy;
7547 Type = Context.SignedCharTy;
H A DASTImporter.cpp1455 return Importer.getToContext().SignedCharTy;
/external/clang/lib/Sema/
H A DSemaChecking.cpp391 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
403 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
H A DSemaType.cpp718 Result = Context.SignedCharTy;
H A DSemaOverload.cpp6932 &ASTContext::SignedCharTy,
H A DSemaDecl.cpp13188 BestType = Context.SignedCharTy;
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2936 getContext().SignedCharTy, getContext().ShortTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5806 case PREDEF_TYPE_SCHAR_ID: T = Context.SignedCharTy; break;

Completed in 1079 milliseconds