Searched refs:UnsignedShortTy (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp319 case LengthModifier::AsShort: return Ctx.UnsignedShortTy;
383 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
390 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
395 return ArgType(Ctx.UnsignedShortTy, "unichar");
H A DScanfFormatString.cpp276 return ArgType::PtrTo(Ctx.UnsignedShortTy);
H A DFormatString.cpp313 return T == C.UnsignedShortTy;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp558 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
559 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
737 clang_type = ast->UnsignedShortTy.getAsOpaquePtr();
832 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
833 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
951 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
952 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
970 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
971 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
985 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp461 return ast_ctx.UnsignedShortTy;
/external/clang/lib/AST/
H A DASTContext.cpp954 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort);
5878 FieldTypes[2] = Context->UnsignedShortTy;
6308 case TargetInfo::UnsignedShort: return UnsignedShortTy;
7421 return UnsignedShortTy;
7530 Type = Context.UnsignedShortTy;
H A DRecordLayoutBuilder.cpp1363 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
/external/clang/lib/Sema/
H A DSemaChecking.cpp393 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
405 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
3155 IntendedTy = S.Context.UnsignedShortTy;
H A DSemaType.cpp835 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
H A DSemaDecl.cpp12666 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
13220 BestType = Context.UnsignedShortTy;
H A DSemaOverload.cpp6935 &ASTContext::UnsignedShortTy,
H A DTreeTransform.h9813 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
/external/clang/include/clang/AST/
H A DASTContext.h780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2937 getContext().UnsignedShortTy, getContext().IntTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5801 case PREDEF_TYPE_USHORT_ID: T = Context.UnsignedShortTy; break;

Completed in 268 milliseconds