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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp560 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
561 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
743 clang_type = ast->UnsignedIntTy.getAsOpaquePtr();
834 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
835 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
961 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
962 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
972 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
973 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
H A DClangASTType.cpp5445 promotion_qual_type = m_ast->UnsignedIntTy;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp334 return Ctx.UnsignedIntTy;
336 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
352 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
H A DScanfFormatString.cpp263 return ArgType::PtrTo(Ctx.UnsignedIntTy);
H A DFormatString.cpp317 return T == C.UnsignedIntTy;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp793 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
887 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
924 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
970 Context.UnsignedIntTy, Context.LongTy,
H A DCodeGenModule.cpp2342 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
2471 FieldTypes[2] = Context.UnsignedIntTy;
2516 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp939 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
3771 return UnsignedIntTy;
4354 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy;
4385 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4404 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;
5036 PointeeTy = UnsignedIntTy;
5938 FieldTypes[0] = Context->UnsignedIntTy;
5942 FieldTypes[1] = Context->UnsignedIntTy;
6365 case TargetInfo::UnsignedInt: return UnsignedIntTy;
7516 return UnsignedIntTy;
[all...]
H A DRecordLayoutBuilder.cpp1394 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp883 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
886 Context->UnsignedIntTy, SourceLocation());
2799 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
2802 Context->UnsignedIntTy, SourceLocation());
2868 Context->UnsignedIntTy, SourceLocation());
2938 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
2941 Context->UnsignedIntTy, SourceLocation());
3034 Context->UnsignedIntTy, SourceLocation());
7816 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy));
7819 Context->UnsignedIntTy, SourceLocatio
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp368 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
3159 ICE->getType() == S.Context.UnsignedIntTy) {
3217 .Case("UInt32", S.Context.UnsignedIntTy)
H A DSemaOverload.cpp1810 Context.IntTy, Context.UnsignedIntTy,
6734 &ASTContext::UnsignedIntTy,
H A DSemaType.cpp833 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
H A DSemaDecl.cpp12230 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
12790 BestType = Context.UnsignedIntTy;
12794 ? Context.UnsignedIntTy : Context.IntTy;
H A DTreeTransform.h9467 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
H A DSemaExpr.cpp3151 Ty = Context.UnsignedIntTy;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h776 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5218 case PREDEF_TYPE_UINT_ID: T = Context.UnsignedIntTy; break;

Completed in 470 milliseconds