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

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp292 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
H A DScanfFormatString.cpp247 return ArgType::PtrTo(Ctx.UnsignedLongTy);
H A DFormatString.cpp300 return T == C.UnsignedLongTy;
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp64 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
796 llvm::Type *UnsignedLongTy =
797 getTypes().ConvertType(getContext().UnsignedLongTy);
815 UnsignedLongTy, UnsignedLongTy, NULL);
H A DCodeGenModule.cpp2255 Context.UnsignedLongTy,
2257 Context.getPointerType(Context.UnsignedLongTy),
2258 Context.getConstantArrayType(Context.UnsignedLongTy,
H A DCGObjC.cpp1449 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy);
1451 Args.add(RValue::get(Count), getContext().UnsignedLongTy);
1456 getContext().UnsignedLongTy,
1618 getContext().UnsignedLongTy,
H A DCGRTTI.cpp1005 Context.UnsignedLongTy, Context.LongLongTy,
H A DCGDebugInfo.cpp629 FType = CGM.getContext().UnsignedLongTy;
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1045 arrayRef ? S.Context.UnsignedLongTy
1171 arrayRef ? S.Context.UnsignedLongTy
H A DSemaExprObjC.cpp666 Context.UnsignedLongTy,
792 Context.UnsignedLongTy,
H A DSemaDecl.cpp10302 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
10920 BestType = Context.UnsignedLongTy;
10923 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaOverload.cpp1716 Context.LongTy, Context.UnsignedLongTy ,
6421 &ASTContext::UnsignedLongTy,
6494 if (L == SL || R == SL) return S.Context.UnsignedLongTy;
H A DSemaType.cpp712 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
H A DSemaDeclAttr.cpp3330 NewTy = S.Context.UnsignedLongTy;
H A DSemaChecking.cpp2707 .Case("NSUInteger", S.Context.UnsignedLongTy)
H A DTreeTransform.h8897 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
H A DSemaExpr.cpp2820 Ty = Context.UnsignedLongTy;
/external/clang/lib/AST/
H A DASTContext.cpp753 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
4059 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4206 UnsignedLongTy,
4207 UnsignedLongTy,
4245 UnsignedLongTy,
4246 UnsignedLongTy,
5711 case TargetInfo::UnsignedLong: return UnsignedLongTy;
6857 return UnsignedLongTy;
6952 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
H A DRecordLayoutBuilder.cpp1855 Context.UnsignedLongTy, Context.UnsignedLongLongTy
/external/clang/include/clang/AST/
H A DASTContext.h683 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7469 Context->UnsignedLongTy, 0, SC_Extern, SC_None);
7471 Context->UnsignedLongTy, VK_LValue,
/external/clang/lib/Serialization/
H A DASTReader.cpp4431 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break;

Completed in 1512 milliseconds