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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h120 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp827 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
921 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
958 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
1004 Context.UnsignedIntTy, Context.LongTy,
H A DCodeGenModule.cpp2061 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
2185 FieldTypes[2] = Context.UnsignedIntTy;
2228 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp289 case LengthModifier::None: return Ctx.UnsignedIntTy;
H A DScanfFormatString.cpp241 return ArgType::PtrTo(Ctx.UnsignedIntTy);
H A DFormatString.cpp296 return T == C.UnsignedIntTy;
/external/clang/lib/AST/
H A DASTContext.cpp752 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
3450 return UnsignedIntTy;
4028 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy;
4059 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4078 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;
4681 PointeeTy = UnsignedIntTy;
5423 FieldTypes[0] = Context->UnsignedIntTy;
5427 FieldTypes[1] = Context->UnsignedIntTy;
5709 case TargetInfo::UnsignedInt: return UnsignedIntTy;
6855 return UnsignedIntTy;
[all...]
H A DRecordLayoutBuilder.cpp1854 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp821 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
824 Context->UnsignedIntTy, SourceLocation());
2712 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
2715 Context->UnsignedIntTy, SourceLocation());
2781 Context->UnsignedIntTy, SourceLocation());
2852 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
2855 Context->UnsignedIntTy, SourceLocation());
2948 Context->UnsignedIntTy, SourceLocation());
7500 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
7503 Context->UnsignedIntTy, SourceLocatio
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h683 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaChecking.cpp340 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
2693 ICE->getType() == S.Context.UnsignedIntTy) {
2709 .Case("UInt32", S.Context.UnsignedIntTy)
H A DSemaDecl.cpp10302 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
10913 BestType = Context.UnsignedIntTy;
10917 ? Context.UnsignedIntTy : Context.IntTy;
H A DSemaType.cpp710 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
H A DSemaOverload.cpp1715 Context.IntTy, Context.UnsignedIntTy,
6420 &ASTContext::UnsignedIntTy,
H A DSemaDeclAttr.cpp3318 NewTy = S.Context.UnsignedIntTy;
H A DTreeTransform.h8897 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
H A DSemaExpr.cpp2805 Ty = Context.UnsignedIntTy;
/external/clang/lib/Serialization/
H A DASTReader.cpp4430 case PREDEF_TYPE_UINT_ID: T = Context.UnsignedIntTy; break;

Completed in 1222 milliseconds