Searched refs:Ty (Results 226 - 250 of 340) sorted by relevance

1234567891011>>

/external/clang/tools/libclang/
H A DCXType.cpp822 QualType Ty; local
824 Ty = Ctx.getTypeDeclType(TD);
826 Ty = VD->getType();
828 Ctx.getObjCEncodingForType(Ty, encoding);
/external/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h202 Value *SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout *TD = 0,
H A DScalarEvolutionExpressions.h60 Type *Ty; member in class:llvm::SCEVCastExpr
67 Type *getType() const { return Ty; }
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h241 Type *Ty, ExecutionContext &SF);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp759 Type *Ty = CPE.getType(); local
760 Size += TD->getTypeAllocSize(Ty);
1044 Type *Ty = CPE.Val.ConstVal->getType(); local
1045 Offset += TheJIT->getDataLayout()->getTypeAllocSize(Ty);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h134 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h107 Type *Ty) const;
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp574 Type *Ty = TripCnt->getType(); local
576 PHINode *TcPhi = PHINode::Create(Ty, 2, "tcphi", Body->begin());
580 Value *Opnd2 = cast<Value>(ConstantInt::get(Ty, 1));
591 LbCond->setOperand(1, cast<Value>(ConstantInt::get(Ty, 0)));
/external/clang/include/clang/AST/
H A DASTContext.h922 bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
928 bool getByrefLifetime(QualType Ty,
977 QualType getVariableArrayDecayedType(QualType Ty) const;
1442 return getQualifiedType(split.Ty, split.Quals);
1530 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
1541 static bool isObjCNSObjectType(QualType Ty) { argument
1542 return Ty->isObjCNSObjectType();
H A DType.h498 const Type *Ty; member in struct:clang::SplitQualType
503 SplitQualType() : Ty(0), Quals() {}
504 SplitQualType(const Type *ty, Qualifiers qs) : Ty(ty), Quals(qs) {}
510 return std::pair<const Type *,Qualifiers>(Ty, Quals);
514 return a.Ty == b.Ty && a.Quals == b.Quals;
517 return a.Ty != b.Ty || a.Quals != b.Quals;
868 return getAsString(split.Ty, split.Quals);
880 return print(split.Ty, spli
[all...]
H A DExpr.h1397 ImaginaryLiteral(Expr *val, QualType Ty) argument
1398 : Expr(ImaginaryLiteralClass, Ty, VK_RValue, OK_Ordinary, false, false,
1462 StringLiteral(QualType Ty) : argument
1463 Expr(StringLiteralClass, Ty, VK_LValue, OK_Ordinary, false, false, false,
1472 bool Pascal, QualType Ty,
1477 bool Pascal, QualType Ty,
1479 return Create(C, Str, Kind, Pascal, Ty, &Loc, 1);
1943 TypeSourceInfo *Ty;
1961 Argument.Ty = TInfo;
1994 return Argument.Ty;
1476 Create(ASTContext &C, StringRef Str, StringKind Kind, bool Pascal, QualType Ty, SourceLocation Loc) argument
3556 GNUNullExpr(QualType Ty, SourceLocation Loc) argument
[all...]
/external/clang/lib/Parse/
H A DParser.cpp1525 TypeResult Ty; local
1528 Ty = Actions.ActOnTypenameType(getCurScope(), TypenameLoc, SS,
1542 Ty = Actions.ActOnTypenameType(getCurScope(), TypenameLoc, SS,
1557 setTypeAnnotation(Tok, Ty.isInvalid() ? ParsedType() : Ty.get());
1586 if (ParsedType Ty = Actions.getTypeName(*Tok.getIdentifierInfo(),
1600 setTypeAnnotation(Tok, Ty);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp478 Type *Ty = I->getOperand(0)->getType(); local
483 if (StructType *StTy = dyn_cast<StructType>(Ty)) {
497 Ty = StTy->getElementType(Field);
499 Ty = cast<SequentialType>(Ty)->getElementType();
506 TD.getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->getSExtValue();
527 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
H A DSelectionDAGBuilder.cpp615 unsigned Reg, Type *Ty) {
616 ComputeValueVTs(tli, Ty, ValueVTs);
2641 Type *Ty = I.getType(); local
2643 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) {
3157 Type *Ty = I.getOperand(0)->getType()->getScalarType(); local
3162 if (StructType *StTy = dyn_cast<StructType>(Ty)) {
3171 Ty = StTy->getElementType(Field);
3173 Ty = cast<SequentialType>(Ty)->getElementType();
3180 TD->getTypeAllocSize(Ty)*cas
614 RegsForValue(LLVMContext &Context, const TargetLowering &tli, unsigned Reg, Type *Ty) argument
3288 Type *Ty = I.getType(); local
4984 EVT Ty = Arg.getValueType(); local
4992 EVT Ty = Arg.getValueType(); local
4999 EVT Ty = Arg.getValueType(); local
5045 EVT Ty = Arg.getValueType(); local
6017 Type *Ty = OpVal->getType(); local
6479 PointerType *Ty = cast<PointerType>(Args[i].Ty); local
6698 PointerType *Ty = cast<PointerType>(I->getType()); local
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp502 Type *Ty = AI->getAllocatedType(); local
503 uint64_t SizeInBytes = ASan.TD->getTypeAllocSize(Ty);
800 Type *Ty = cast<PointerType>(G->getType())->getElementType(); local
804 if (!Ty->isSized()) return false;
936 Type *Ty = PtrTy->getElementType(); local
937 uint64_t SizeInBytes = TD->getTypeAllocSize(Ty);
956 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, NULL);
/external/clang/lib/Sema/
H A DSemaOverload.cpp5025 QualType Ty = S.Context.getObjCIdType(); local
5027 = TryImplicitConversion(S, From, Ty,
5060 QualType Ty = Context.getObjCIdType();
5064 return PerformImplicitConversion(From, Ty, ICS, AA_Converting);
6260 bool AddPointerWithMoreQualifiedTypeVariants(QualType Ty,
6262 bool AddMemberPointerWithMoreQualifiedTypeVariants(QualType Ty);
6275 void AddTypesConvertedFrom(QualType Ty,
6309 /// AddPointerWithMoreQualifiedTypeVariants - Add the pointer type @p Ty to
6311 /// that type. For example, if @p Ty is "int const *", this routine
6314 /// pointer types. Returns true if the add of @p Ty itsel
6319 AddPointerWithMoreQualifiedTypeVariants(QualType Ty, const Qualifiers &VisibleQuals) argument
6388 AddMemberPointerWithMoreQualifiedTypeVariants( QualType Ty) argument
6429 AddTypesConvertedFrom(QualType Ty, SourceLocation Loc, bool AllowUserConversions, bool AllowExplicitConversions, const Qualifiers &VisibleQuals) argument
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp841 QualType Ty = (*I)->getType(); local
842 if (Ty->isReferenceType()) {
843 Ty = getReferenceInitTemporaryType(*Context, (*I)->getInit());
845 Ty = Context->getBaseElementType(Ty);
847 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
1427 QualType Ty = E->getType(); local
1428 if (Ty->isFunctionPointerType())
1429 Ty = Ty
[all...]
H A DLiveVariables.cpp233 static const VariableArrayType *FindVA(QualType Ty) { argument
234 const Type *ty = Ty.getTypePtr();
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp528 llvm::Type *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); local
530 = CGF.BuildVirtualCall(GlobalDecl(Dtor, Dtor_Deleting), This, Ty);
822 llvm::Type *Ty; local
826 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
830 Ty = CGM.PtrDiffTy;
832 FirstField = CGM.GetAddrOfFunction(MD, Ty);
H A DCGBlocks.cpp2029 QualType Ty = D->getType();
2049 bool HasCopyAndDispose = getContext().BlockRequiresCopying(Ty, D);
2059 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2088 llvm::Type *Ty = Int8Ty; local
2092 Ty = llvm::ArrayType::get(Ty, NumPaddingBytes);
2094 types.push_back(Ty);
2102 types.push_back(ConvertTypeForMem(Ty));
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1172 unsigned TargetLoweringBase::getByValTypeAlignment(Type *Ty) const {
1173 return TD->getCallFrameTypeAlignment(Ty);
1251 TargetLoweringBase::getTypeLegalizationCost(Type *Ty) const {
1252 LLVMContext &C = Ty->getContext();
1253 EVT MTy = getValueType(Ty);
1280 Type *Ty) const {
/external/clang/include/clang/Sema/
H A DInitialization.h967 void AddQualificationConversionStep(QualType Ty,
974 void AddLValueToRValueStep(QualType Ty);
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h543 static MVT getVT(Type *Ty, bool HandleUnknown = false);
830 static EVT getEVT(Type *Ty, bool HandleUnknown = false);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h831 AllocaInst *CreateAlloca(Type *Ty, Value *ArraySize = 0, argument
833 return Insert(new AllocaInst(Ty, ArraySize), Name);
1253 PHINode *CreatePHI(Type *Ty, unsigned NumReservedValues, argument
1255 return Insert(PHINode::Create(Ty, NumReservedValues), Name);
1299 VAArgInst *CreateVAArg(Value *List, Type *Ty, const Twine &Name = "") { argument
1300 return Insert(new VAArgInst(List, Ty), Name);
1346 LandingPadInst *CreateLandingPad(Type *Ty, Value *PersFn, unsigned NumClauses, argument
1348 return Insert(LandingPadInst::Create(Ty, PersFn, NumClauses), Name);
/external/llvm/include/llvm/Support/
H A DIntegersSubset.h164 static IntItem fromType(Type* Ty, const APInt& V) { argument
165 ConstantInt *C = cast<ConstantInt>(ConstantInt::get(Ty, V));

Completed in 470 milliseconds

1234567891011>>