Searched refs:Ty (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp274 QualType Ty = TL.getType(); local
275 if (Ty->isPointerType() || Ty->isReferenceType()) {
276 mangleType(Ty, TL.getSourceRange());
277 mangleQualifiers(Ty->getPointeeType().getQualifiers(), false);
278 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
281 mangleQualifiers(Ty.getQualifiers(), false);
283 mangleType(Ty.getLocalUnqualifiedType(), TL.getSourceRange());
284 mangleQualifiers(Ty.getLocalQualifiers(), false);
966 const Type *ty = split.Ty;
[all...]
H A DASTContext.cpp717 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K); local
718 R = CanQualType::CreateUnsafe(QualType(Ty, 0));
719 Types.push_back(Ty);
1760 canon = getExtQualType(canonSplit.Ty, canonSplit.Quals);
2062 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2089 const Type *ty = split.Ty;
2225 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
2272 QualType(canonElementType.Ty, 0),
2282 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0),
2295 if (QualType(canonElementType.Ty,
3342 UnaryTransformType *Ty = local
3468 const Type *Ty = T.getTypePtr(); local
7128 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); local
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp571 QualType Ty = E->getSubExpr()->getType(); local
572 QualType PtrTy = CGF.getContext().getPointerType(Ty);
576 CGF.MakeAddrLValue(CastPtr, Ty));
1275 llvm::Value *SrcPtr, QualType Ty,
1278 assert(!Ty->isAnyComplexType() && "Shouldn't happen for complex");
1281 if (const RecordType *RT = Ty->getAs<RecordType>()) {
1308 getContext().getTypeInfoDataSizeInChars(Ty);
1341 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) {
1351 } else if (Ty->isArrayType()) {
1352 QualType BaseType = getContext().getBaseElementType(Ty);
1274 EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType Ty, bool isVolatile, CharUnits alignment) argument
[all...]
H A DCGExprScalar.cpp46 QualType Ty; // Computation Type. member in struct:__anon48::BinOpInfo
113 Value *EmitNullValue(QualType Ty);
395 if (Ops.Ty->isSignedIntegerOrEnumerationType()) {
680 Value *ScalarExprEmitter::EmitNullValue(QualType Ty) { argument
681 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>())
684 return llvm::Constant::getNullValue(ConvertType(Ty));
1262 BinOp.Ty = E->getType();
1447 BinOp.Ty = E->getType();
1655 Result.Ty = E->getType();
1681 OpInfo.Ty
1758 llvm::IntegerType *Ty = cast<llvm::IntegerType>(Zero->getType()); local
[all...]
H A DABIInfo.h186 /// \arg Ty from the va_list pointed to by \arg VAListAddr.
192 virtual llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp375 const Type *Ty = Args[i].Ty; local
383 if (isa<IntegerType>(Ty)) {
384 sz = cast<IntegerType>(Ty)->getBitWidth();
387 else if (isa<PointerType>(Ty))
390 sz = Ty->getPrimitiveSizeInBits();
398 const PointerType *PTy = dyn_cast<PointerType>(Ty);
510 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty);
893 const Type *Ty = arg->getType(); local
894 const PointerType *PTy = dyn_cast<PointerType>(Ty);
942 Type *Ty = argTypes[i]; local
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp88 QualType Ty = Context.getObjCConstantStringInterface();
89 if (!Ty.isNull()) {
90 Ty = Context.getObjCObjectPointerType(Ty);
104 Ty = Context.getObjCConstantStringInterface();
105 Ty = Context.getObjCObjectPointerType(Ty);
111 Ty = Context.getObjCIdType();
119 Ty = Context.getObjCConstantStringInterface();
120 Ty
722 QualType Ty local
908 QualType Ty local
1012 QualType Ty = Context.getObjCSelType(); local
1028 QualType Ty = Context.getObjCProtoType(); local
[all...]
H A DSemaType.cpp1027 const Type *Ty = T->getCanonicalTypeInternal().getTypePtr(); local
1028 if (const ReferenceType *RTy = dyn_cast<ReferenceType>(Ty)) {
1033 } else if (const PointerType *PTy = dyn_cast<PointerType>(Ty)) {
1038 } else if (const MemberPointerType *PTy = dyn_cast<MemberPointerType>(Ty)) {
1043 } else if (!Ty->isDependentType()) {
1619 QualType Sema::GetTypeFromParser(ParsedType Ty, TypeSourceInfo **TInfo) { argument
1620 QualType QT = Ty.get();
2549 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
3712 const Type *Ty = T.getTypePtr(); local
3713 if (isa<FunctionType>(Ty)) {
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c698 typedef struct { int val; int loc; } Ty; typedef in typeref:struct:__anon14139
699 f(base + offsetof(Ty,val), sizeof(int));
700 f(base + offsetof(Ty,loc), sizeof(int));
704 typedef struct { long val; int loc; } Ty; typedef in typeref:struct:__anon14140
705 f(base + offsetof(Ty,val), sizeof(long));
706 f(base + offsetof(Ty,loc), sizeof(int));
710 typedef struct { double val; int loc; } Ty; typedef in typeref:struct:__anon14141
711 f(base + offsetof(Ty,val), sizeof(double));
712 f(base + offsetof(Ty,loc), sizeof(int));
716 typedef struct { short val; int loc; } Ty; typedef in typeref:struct:__anon14142
722 typedef struct { float val; int loc; } Ty; typedef in typeref:struct:__anon14143
728 typedef struct { long double val; int loc; } Ty; typedef in typeref:struct:__anon14144
[all...]
/external/llvm/lib/VMCore/
H A DType.cpp80 // 'Ty' without any reinterpretation of bits. For example, i8* to i32*.
82 bool Type::canLosslesslyBitCastTo(Type *Ty) const {
84 if (this == Ty)
88 if (!this->isFirstClassType() || !Ty->isFirstClassType())
95 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
97 if (Ty->getTypeID() == Type::X86_MMXTyID &&
103 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
111 return Ty->isPointerTy();
H A DLLVMContextImpl.h47 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} argument
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp858 GenericValue *Ptr, Type *Ty) {
859 const unsigned StoreBytes = getTargetData()->getTypeStoreSize(Ty);
861 switch (Ty->getTypeID()) {
882 dbgs() << "Cannot store value of type " << *Ty << "!\n";
920 Type *Ty) {
921 const unsigned LoadBytes = getTargetData()->getTypeStoreSize(Ty);
923 switch (Ty->getTypeID()) {
926 Result.IntVal = APInt(cast<IntegerType>(Ty)->getBitWidth(), 0);
949 OS << "Cannot load value of type " << *Ty << "!"; local
857 StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr, Type *Ty) argument
918 LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h332 unsigned getByValTypeAlignment(Type *Ty) const;
343 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
348 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const;
/external/clang/lib/Driver/
H A DDriver.cpp986 types::ID Ty = types::TY_INVALID; local
1003 Ty = types::TY_C;
1010 Ty = TC.LookupTypeForExtension(Ext + 1);
1012 if (Ty == types::TY_INVALID) {
1014 Ty = types::TY_C;
1016 Ty = types::TY_Object;
1022 types::ID OldTy = Ty;
1023 Ty = types::lookupCXXTypeForCType(Ty);
1025 if (Ty !
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h412 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : argument
413 Expr(CXXBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
441 CXXNullPtrLiteralExpr(QualType Ty, SourceLocation l) : argument
442 Expr(CXXNullPtrLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
473 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
474 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
483 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
484 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
558 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
559 : Expr(CXXUuidofExprClass, Ty, VK_LValu
565 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) argument
683 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, bool IsThrownVariableInScope) argument
[all...]
/external/clang/tools/libclang/
H A DCXType.cpp635 QualType Ty; local
637 Ty = Ctx.getTypeDeclType(TD);
639 Ty = VD->getType();
641 Ctx.getObjCEncodingForType(Ty, encoding);
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h141 unsigned CreateRegs(Type *Ty);
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp247 Type *Ty = AI->getType(); local
252 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp177 bool isTypeLegal(Type *Ty, MVT &VT);
178 bool isLoadTypeLegal(Type *Ty, MVT &VT);
755 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { argument
756 EVT evt = TLI.getValueType(Ty, true);
767 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { argument
768 if (isTypeLegal(Ty, VT)) return true;
796 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
797 if (Ty->getAddressSpace() > 255)
1380 Type *Ty = Src1Value->getType(); local
1381 EVT SrcVT = TLI.getValueType(Ty, tru
1566 Type *Ty = I->getType(); local
1699 Type *Ty = I->getType(); local
1727 Type *Ty = I->getType(); local
1792 Type *Ty = I->getType(); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h149 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp293 Type *Ty = AI->getType(); local
297 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp76 QualType Ty = cast<Expr>(E)->getType(); local
77 return svalBuilder.makeZeroVal(Ty);
H A DStore.cpp51 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { argument
52 if (const RecordType *RT = Ty->getAs<RecordType>()) {
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h332 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
337 Type *Ty);
463 Type *Ty);
/external/llvm/include/llvm/
H A DModule.h342 FunctionType *Ty,
374 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);

Completed in 618 milliseconds

1234567891011>>