Home
last modified time | relevance | path

Searched refs:ArgTys (Results 1 – 19 of 19) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp27 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
29 ArgTys, false), in TEST()
57 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
59 ArgTys, false), in TEST()
87 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
89 ArgTys, false), in TEST()
117 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
119 ArgTys, false), in TEST()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp43 SmallVectorImpl<CanQualType> &ArgTys);
50 SmallVectorImpl<CanQualType> &ArgTys);
131 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument
135 ResTy = ArgTys[0]; in BuildConstructorSignature()
140 ArgTys.push_back(CGM.getContext().IntTy); in BuildConstructorSignature()
168 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature() argument
174 ArgTys.push_back(CGM.getContext().BoolTy); in BuildDestructorSignature()
DItaniumCXXABI.cpp102 SmallVectorImpl<CanQualType> &ArgTys);
107 SmallVectorImpl<CanQualType> &ArgTys);
156 SmallVectorImpl<CanQualType> &ArgTys);
161 SmallVectorImpl<CanQualType> &ArgTys);
737 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument
744 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy)); in BuildConstructorSignature()
751 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument
752 ItaniumCXXABI::BuildConstructorSignature(Ctor, Type, ResTy, ArgTys); in BuildConstructorSignature()
753 ResTy = ArgTys[0]; in BuildConstructorSignature()
761 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature() argument
[all …]
DCGCXXABI.h186 SmallVectorImpl<CanQualType> &ArgTys) = 0;
197 SmallVectorImpl<CanQualType> &ArgTys) = 0;
DCGObjCGNU.cpp49 std::vector<llvm::Type*> ArgTys; member in __anoneae344580111::LazyRuntimeFunction
66 ArgTys.clear(); in init()
70 ArgTys.push_back(ArgTy); in init()
73 ArgTys.push_back(RetTy); in init()
81 llvm::Type *RetTy = ArgTys.back(); in operator llvm::Constant*()
82 ArgTys.pop_back(); in operator llvm::Constant*()
83 llvm::FunctionType *FTy = llvm::FunctionType::get(RetTy, ArgTys, false); in operator llvm::Constant*()
88 ArgTys.resize(0); in operator llvm::Constant*()
/external/llvm/lib/IR/
DModule.cpp205 std::vector<Type*> ArgTys; in getOrInsertFunction() local
207 ArgTys.push_back(ArgTy); in getOrInsertFunction()
213 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
223 std::vector<Type*> ArgTys; in getOrInsertFunction() local
225 ArgTys.push_back(ArgTy); in getOrInsertFunction()
231 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
DVerifier.cpp303 SmallVectorImpl<Type*> &ArgTys);
1920 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType() argument
1939 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
1944 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
1953 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in VerifyIntrinsicType()
1961 if (D.getArgumentNumber() < ArgTys.size()) in VerifyIntrinsicType()
1962 return Ty != ArgTys[D.getArgumentNumber()]; in VerifyIntrinsicType()
1966 assert(D.getArgumentNumber() == ArgTys.size() && "Table consistency error"); in VerifyIntrinsicType()
1967 ArgTys.push_back(Ty); in VerifyIntrinsicType()
1979 return D.getArgumentNumber() >= ArgTys.size() || in VerifyIntrinsicType()
[all …]
DFunction.cpp632 SmallVector<Type*, 8> ArgTys; in getType() local
634 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
636 return FunctionType::get(ResultTy, ArgTys, false); in getType()
/external/llvm/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp93 SmallVector<Type*, 8> ArgTys; in getType() local
100 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2262 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2263 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2265 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2355 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2358 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl()
2359 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl()
2361 ArgTys); in SynthSuperContructorFunctionDecl()
2372 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2375 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2378 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
[all …]
DRewriteModernObjC.cpp2356 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2357 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2359 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2451 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2454 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl()
2455 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl()
2457 ArgTys); in SynthSuperContructorFunctionDecl()
2468 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2471 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2474 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
[all …]
/external/clang/lib/Basic/
DIdentifierTable.cpp332 keyword_iterator ArgTys, unsigned NumArgs) { in Profile() argument
335 ID.AddPointer(ArgTys[i]); in Profile()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp683 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
686 ArgTys.push_back(T); in ParseTypeTableBody()
692 if (ResultTy == 0 || ArgTys.size() < Record.size()-3) in ParseTypeTableBody()
695 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
702 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
705 ArgTys.push_back(T); in ParseTypeTableBody()
711 if (ResultTy == 0 || ArgTys.size() < Record.size()-2) in ParseTypeTableBody()
714 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
/external/clang/lib/Sema/
DSemaLookup.cpp2519 ArrayRef<QualType> ArgTys, in LookupLiteralOperator() argument
2545 else if (FD->getNumParams() == ArgTys.size()) { in LookupLiteralOperator()
2547 for (unsigned ArgIdx = 0; ArgIdx != ArgTys.size(); ++ArgIdx) { in LookupLiteralOperator()
2549 if (!Context.hasSameUnqualifiedType(ArgTys[ArgIdx], ParamTy)) { in LookupLiteralOperator()
2605 << R.getLookupName() << (int)ArgTys.size() << ArgTys[0] in LookupLiteralOperator()
2606 << (ArgTys.size() == 2 ? ArgTys[1] : QualType()) << AllowRawAndTemplate; in LookupLiteralOperator()
DSemaType.cpp2641 SmallVector<QualType, 16> ArgTys; in GetFullTypeForDeclarator() local
2642 ArgTys.reserve(FTI.NumArgs); in GetFullTypeForDeclarator()
2715 ArgTys.push_back(ArgTy); in GetFullTypeForDeclarator()
2747 T = Context.getFunctionType(T, ArgTys, EPI); in GetFullTypeForDeclarator()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp877 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
881 ArgTys)); in processMemMove()
/external/clang/lib/AST/
DType.cpp1695 const QualType *ArgTys, unsigned NumArgs, in Profile() argument
1718 ID.AddPointer(ArgTys[i].getAsOpaquePtr()); in Profile()
/external/clang/include/clang/AST/
DType.h3019 arg_type_iterator ArgTys, unsigned NumArgs,
/external/clang/include/clang/Sema/
DSema.h2325 ArrayRef<QualType> ArgTys,