Searched defs:Ty (Results 251 - 257 of 257) sorted by relevance

<<11

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5748 QualType Ty = Context.getRecordType(RD); local
5751 checkTrivialSubobjectCall(*this, RD->getLocation(), Ty, ConstArg, CSM,
6897 bool Sema::isStdInitializerList(QualType Ty, QualType *Element) { argument
6910 if (const RecordType *RT = Ty->getAs<RecordType>()) {
6920 Ty->getAs<TemplateSpecializationType>()) {
H A DSemaOverload.cpp5103 QualType Ty = S.Context.getObjCIdType(); local
5105 = TryImplicitConversion(S, From, Ty,
5139 QualType Ty = Context.getObjCIdType();
5143 return PerformImplicitConversion(From, Ty, ICS, AA_Converting);
6550 bool AddPointerWithMoreQualifiedTypeVariants(QualType Ty,
6552 bool AddMemberPointerWithMoreQualifiedTypeVariants(QualType Ty);
6565 void AddTypesConvertedFrom(QualType Ty,
6599 /// AddPointerWithMoreQualifiedTypeVariants - Add the pointer type @p Ty to
6601 /// that type. For example, if @p Ty is "int const *", this routine
6604 /// pointer types. Returns true if the add of @p Ty itsel
6609 AddPointerWithMoreQualifiedTypeVariants(QualType Ty, const Qualifiers &VisibleQuals) argument
6678 AddMemberPointerWithMoreQualifiedTypeVariants( QualType Ty) argument
6719 AddTypesConvertedFrom(QualType Ty, SourceLocation Loc, bool AllowUserConversions, bool AllowExplicitConversions, const Qualifiers &VisibleQuals) argument
[all...]
H A DSemaExpr.cpp441 QualType Ty = E->getType(); local
442 assert(!Ty.isNull() && "DefaultFunctionArrayConversion - missing type");
444 if (Ty->isFunctionType()) {
451 E = ImpCastExprToType(E, Context.getPointerType(Ty),
453 } else if (Ty->isArrayType()) {
466 E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
652 QualType Ty = E->getType(); local
656 if (Ty->isFunctionType()) {
657 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
680 QualType Ty local
723 QualType Ty = E->getType(); local
764 isValidVarArgType(const QualType &Ty) argument
810 const QualType &Ty = E->getType(); local
1622 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, SourceLocation Loc, const CXXScopeSpec *SS) argument
1632 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
1888 const Type *Ty = Corrected.getCorrectionSpecifier()->getAsType(); local
2254 QualType Ty = Context.getTypeDeclType(TD); local
3017 BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, QualType Ty, SourceLocation Loc) argument
3167 QualType Ty; local
3188 QualType Ty; local
4825 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument
5155 CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, CastKind &Kind) argument
5217 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
5306 QualType Ty = TInfo->getType(); local
6768 QualType Ty = LHSType.getNonLValueExprType(Context); local
6771 CheckObjCARCConversion(SourceRange(), Ty, E, CCK_ImplicitConversion, local
10694 ActOnVAArg(SourceLocation BuiltinLoc, Expr *E, ParsedType Ty, SourceLocation RPLoc) argument
10790 QualType Ty; local
12168 const Type *Ty = QTy.getTypePtr(); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9212 EVT Ty = EVT::getVectorVT(*DAG.getContext(), MemVT, i+1); local
9213 if (TLI.isTypeLegal(Ty))
9250 EVT Ty = EVT::getVectorVT(*DAG.getContext(), MemVT, NumElem); local
9251 assert(TLI.isTypeLegal(Ty) && "Illegal vector store");
9252 StoredVal = DAG.getConstant(0, Ty);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp284 MVT Ty = RoundingTypes[I]; local
285 setOperationAction(ISD::FFLOOR, Ty, Legal);
286 setOperationAction(ISD::FNEARBYINT, Ty, Legal);
287 setOperationAction(ISD::FCEIL, Ty, Legal);
288 setOperationAction(ISD::FRINT, Ty, Legal);
289 setOperationAction(ISD::FTRUNC, Ty, Legal);
290 setOperationAction(ISD::FROUND, Ty, Legal);
466 MVT Ty = RoundingVecTypes[I]; local
467 setOperationAction(ISD::FFLOOR, Ty, Legal);
468 setOperationAction(ISD::FNEARBYINT, Ty, Lega
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2343 Entry.Ty = (Type *) Type::getInt32Ty(*DAG.getContext());
6103 Entry.Ty = RetTy->getPointerTo();
6110 Entry.Ty = ArgTy;
9932 Type *Ty) const {
9933 EVT VT = getValueType(Ty, true);
10264 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType()); local
10265 if (Ty && Ty->getBitWidth() == 32)
10558 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); local
10577 Entry.Ty
10876 isHomogeneousAggregate(Type *Ty, HABaseType &Base, uint64_t &Members) argument
10928 functionArgumentNeedsConsecutiveRegisters( Type *Ty, CallingConv::ID CallConv, bool isVarArg) const argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp719 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign, argument
723 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
728 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
733 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
747 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
756 getMaxByValAlign(Ty, Align, Subtarget.hasQPX() ? 32 : 16);
1924 Entry.Ty = IntPtrTy;
8111 Type *Ty = LD->getMemoryVT().getTypeForEVT(*DAG.getContext()); local
8112 unsigned ABIAlignment = getDataLayout()->getABITypeAlignment(Ty);
8745 Type *Ty) cons
[all...]

Completed in 1548 milliseconds

<<11