Searched refs:UnsignedCharTy (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp556 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
557 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
597 return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr());
716 clang_type = ast->UnsignedCharTy.getAsOpaquePtr();
830 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
831 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
956 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
957 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
968 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
969 return ClangASTType (ast, ast->UnsignedCharTy
[all...]
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp274 return ArgType::PtrTo(Ctx.UnsignedCharTy);
H A DFormatString.cpp311 return T == C.UnsignedCharTy || T == C.SignedCharTy;
H A DPrintfFormatString.cpp318 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp457 return ast_ctx.UnsignedCharTy;
/external/clang/lib/AST/
H A DASTContext.cpp953 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar);
5870 FieldTypes[0] = Context->UnsignedCharTy;
5874 FieldTypes[1] = Context->UnsignedCharTy;
6306 case TargetInfo::UnsignedChar: return UnsignedCharTy;
7419 return UnsignedCharTy;
7549 Type = Context.UnsignedCharTy;
H A DRecordLayoutBuilder.cpp1363 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
H A DASTImporter.cpp1446 return Importer.getToContext().UnsignedCharTy;
/external/clang/include/clang/AST/
H A DASTContext.h780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/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.cpp722 Result = Context.UnsignedCharTy;
H A DSemaExpr.cpp1527 CharTy = Context.UnsignedCharTy;
6213 ltrans = S.Context.UnsignedCharTy;
6218 rtrans = S.Context.UnsignedCharTy;
H A DSemaOverload.cpp6934 &ASTContext::UnsignedCharTy,
H A DTreeTransform.h9813 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
H A DSemaDecl.cpp13216 BestType = Context.UnsignedCharTy;
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2935 getContext().CharTy, getContext().UnsignedCharTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5800 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break;

Completed in 2715 milliseconds