Searched refs:UnsignedLongTy (Results 1 - 22 of 22) sorted by relevance

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp308 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
H A DScanfFormatString.cpp266 return ArgType::PtrTo(Ctx.UnsignedLongTy);
H A DFormatString.cpp300 return T == C.UnsignedLongTy;
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp78 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
869 llvm::Type *UnsignedLongTy =
870 getTypes().ConvertType(getContext().UnsignedLongTy);
888 UnsignedLongTy, UnsignedLongTy, NULL);
H A DCGObjC.cpp1459 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy);
1461 Args.add(RValue::get(Count), getContext().UnsignedLongTy);
1466 getContext().UnsignedLongTy,
1628 getContext().UnsignedLongTy,
H A DCGRTTI.cpp1017 Context.UnsignedLongTy, Context.LongLongTy,
H A DCodeGenModule.cpp2435 Context.UnsignedLongTy,
2437 Context.getPointerType(Context.UnsignedLongTy),
2438 Context.getConstantArrayType(Context.UnsignedLongTy,
H A DCGDebugInfo.cpp687 FType = CGM.getContext().UnsignedLongTy;
/external/clang/lib/AST/
H A DASTContext.cpp834 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
4240 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4397 UnsignedLongTy,
4398 UnsignedLongTy,
4436 UnsignedLongTy,
4437 UnsignedLongTy,
6108 case TargetInfo::UnsignedLong: return UnsignedLongTy;
7258 return UnsignedLongTy;
7353 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
H A DRecordLayoutBuilder.cpp1863 Context.UnsignedLongTy, Context.UnsignedLongLongTy
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1086 arrayRef ? S.Context.UnsignedLongTy
1212 arrayRef ? S.Context.UnsignedLongTy
H A DSemaExprObjC.cpp666 Context.UnsignedLongTy,
792 Context.UnsignedLongTy,
H A DSemaDecl.cpp11097 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
11664 BestType = Context.UnsignedLongTy;
11667 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaOverload.cpp1807 Context.LongTy, Context.UnsignedLongTy ,
6509 &ASTContext::UnsignedLongTy,
6582 if (L == SL || R == SL) return S.Context.UnsignedLongTy;
H A DSemaChecking.cpp2810 .Case("NSUInteger", S.Context.UnsignedLongTy)
H A DSemaType.cpp836 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
H A DSemaDeclAttr.cpp3689 NewTy = S.Context.UnsignedLongTy;
H A DTreeTransform.h8971 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
H A DSemaExpr.cpp2931 Ty = Context.UnsignedLongTy;
/external/clang/include/clang/AST/
H A DASTContext.h748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7765 Context->UnsignedLongTy, 0, SC_Extern, SC_None);
7767 Context->UnsignedLongTy, VK_LValue,
/external/clang/lib/Serialization/
H A DASTReader.cpp4924 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break;

Completed in 1051 milliseconds