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

/external/v8/tools/clang/plugins/
H A DCheckIPCVisitor.cpp173 context_->hasSameUnqualifiedType(type, context_->UnsignedLongTy);
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp80 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
908 llvm::Type *UnsignedLongTy =
909 getTypes().ConvertType(getContext().UnsignedLongTy);
927 UnsignedLongTy, UnsignedLongTy, nullptr);
H A DCGObjC.cpp1528 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy);
1530 Args.add(RValue::get(Count), getContext().UnsignedLongTy);
1535 getContext().UnsignedLongTy,
1709 getContext().UnsignedLongTy,
H A DCodeGenModule.cpp3352 Context.UnsignedLongTy,
3354 Context.getPointerType(Context.UnsignedLongTy),
3355 Context.getConstantArrayType(Context.UnsignedLongTy,
H A DItaniumCXXABI.cpp3368 getContext().UnsignedLongTy, getContext().LongLongTy,
H A DCGDebugInfo.cpp786 FType = CGM.getContext().UnsignedLongTy;
/external/clang/lib/Analysis/
H A DFormatString.cpp356 return T == C.UnsignedLongTy ? Match : NoMatch;
H A DPrintfFormatString.cpp456 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
H A DScanfFormatString.cpp284 return ArgType::PtrTo(Ctx.UnsignedLongTy);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1196 arrayRef ? S.Context.UnsignedLongTy
1313 arrayRef ? S.Context.UnsignedLongTy
H A DSema.cpp232 Context.getAtomicType(Context.UnsignedLongTy));
H A DSemaExprObjC.cpp805 Context.UnsignedLongTy,
921 Context.UnsignedLongTy,
H A DSemaChecking.cpp1160 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
1170 return Context.UnsignedLongTy;
5064 .Case("NSUInteger", Context.UnsignedLongTy)
H A DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
14911 BestType = Context.UnsignedLongTy;
14914 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaOverload.cpp1915 Context.LongTy, Context.UnsignedLongTy ,
7224 &ASTContext::UnsignedLongTy,
7297 if (L == SL || R == SL) return S.Context.UnsignedLongTy;
H A DSemaType.cpp1380 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
H A DSemaExpr.cpp3465 Ty = Context.UnsignedLongTy;
3480 Ty = Context.UnsignedLongTy;
H A DTreeTransform.h11514 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
/external/clang/lib/AST/
H A DASTContext.cpp1016 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
4790 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4975 UnsignedLongTy,
4976 UnsignedLongTy,
5010 UnsignedLongTy,
5011 UnsignedLongTy,
6703 case TargetInfo::UnsignedLong: return UnsignedLongTy;
8064 return UnsignedLongTy;
8179 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
H A DRecordLayoutBuilder.cpp1382 Context.UnsignedLongTy, Context.UnsignedLongLongTy
/external/clang/include/clang/AST/
H A DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext::DynTypedNodeList
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7493 Context->UnsignedLongTy, nullptr,
7496 Context->UnsignedLongTy, VK_LValue,
/external/clang/lib/Serialization/
H A DASTReader.cpp5999 T = Context.UnsignedLongTy;

Completed in 449 milliseconds