/external/llvm/lib/VMCore/ |
D | Module.cpp | 206 std::vector<Type*> ArgTys; in getOrInsertFunction() local 208 ArgTys.push_back(ArgTy); in getOrInsertFunction() 214 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction() 224 std::vector<Type*> ArgTys; in getOrInsertFunction() local 226 ArgTys.push_back(ArgTy); in getOrInsertFunction() 232 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
|
D | Verifier.cpp | 299 SmallVectorImpl<Type*> &ArgTys); 1730 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType() argument 1748 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType() 1753 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType() 1762 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in VerifyIntrinsicType() 1770 if (D.getArgumentNumber() < ArgTys.size()) in VerifyIntrinsicType() 1771 return Ty != ArgTys[D.getArgumentNumber()]; in VerifyIntrinsicType() 1775 assert(D.getArgumentNumber() == ArgTys.size() && "Table consistency error"); in VerifyIntrinsicType() 1776 ArgTys.push_back(Ty); in VerifyIntrinsicType() 1788 return D.getArgumentNumber() >= ArgTys.size() || in VerifyIntrinsicType() [all …]
|
D | Function.cpp | 588 SmallVector<Type*, 8> ArgTys; in getType() local 590 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType() 592 return FunctionType::get(ResultTy, ArgTys, false); in getType()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeIntrinsicInfo.cpp | 93 SmallVector<Type*, 8> ArgTys; in getType() local 100 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 98 SmallVectorImpl<CanQualType> &ArgTys); 103 SmallVectorImpl<CanQualType> &ArgTys); 138 SmallVectorImpl<CanQualType> &ArgTys); 143 SmallVectorImpl<CanQualType> &ArgTys); 685 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument 692 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy)); in BuildConstructorSignature() 699 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument 700 ItaniumCXXABI::BuildConstructorSignature(Ctor, Type, ResTy, ArgTys); in BuildConstructorSignature() 701 ResTy = ArgTys[0]; in BuildConstructorSignature() 709 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature() argument [all …]
|
D | MicrosoftCXXABI.cpp | 36 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature() argument 44 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature() argument
|
D | CGCXXABI.h | 169 SmallVectorImpl<CanQualType> &ArgTys) = 0; 178 SmallVectorImpl<CanQualType> &ArgTys) = 0;
|
D | CGObjCGNU.cpp | 51 std::vector<llvm::Type*> ArgTys; member in __anonc48cdb380111::LazyRuntimeFunction 68 ArgTys.clear(); in init() 72 ArgTys.push_back(ArgTy); in init() 75 ArgTys.push_back(RetTy); in init() 83 llvm::Type *RetTy = ArgTys.back(); in operator llvm::Constant*() 84 ArgTys.pop_back(); in operator llvm::Constant*() 85 llvm::FunctionType *FTy = llvm::FunctionType::get(RetTy, ArgTys, false); in operator llvm::Constant*() 90 ArgTys.resize(0); in operator llvm::Constant*()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2262 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2263 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2265 getSimpleFunctionType(Context->getObjCSelType(), &ArgTys[0], ArgTys.size()); in SynthSelGetUidFunctionDecl() 2356 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local 2359 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl() 2360 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl() 2362 &ArgTys[0], ArgTys.size()); in SynthSuperContructorFunctionDecl() 2374 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2377 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() 2380 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 2273 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2274 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2276 getSimpleFunctionType(Context->getObjCSelType(), &ArgTys[0], ArgTys.size()); in SynthSelGetUidFunctionDecl() 2369 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local 2372 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl() 2373 ArgTys.push_back(argT); in SynthSuperContructorFunctionDecl() 2375 &ArgTys[0], ArgTys.size()); in SynthSuperContructorFunctionDecl() 2387 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2390 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() 2393 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() [all …]
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 332 keyword_iterator ArgTys, unsigned NumArgs) { in Profile() argument 335 ID.AddPointer(ArgTys[i]); in Profile()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 601 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local 604 ArgTys.push_back(T); in ParseTypeTableBody() 610 if (ResultTy == 0 || ArgTys.size() < Record.size()-3) in ParseTypeTableBody() 613 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody() 620 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local 623 ArgTys.push_back(T); in ParseTypeTableBody() 629 if (ResultTy == 0 || ArgTys.size() < Record.size()-2) in ParseTypeTableBody() 632 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2520 ArrayRef<QualType> ArgTys, in LookupLiteralOperator() argument 2548 for (unsigned ArgIdx = 0; ArgIdx != ArgTys.size(); ++ArgIdx) { in LookupLiteralOperator() 2550 if (!Context.hasSameUnqualifiedType(ArgTys[ArgIdx], ParamTy)) { in LookupLiteralOperator() 2606 << R.getLookupName() << (int)ArgTys.size() << ArgTys[0] in LookupLiteralOperator() 2607 << (ArgTys.size() == 2 ? ArgTys[1] : QualType()) << AllowRawAndTemplate; in LookupLiteralOperator()
|
D | SemaType.cpp | 2465 SmallVector<QualType, 16> ArgTys; in GetFullTypeForDeclarator() local 2466 ArgTys.reserve(FTI.NumArgs); in GetFullTypeForDeclarator() 2531 ArgTys.push_back(ArgTy); in GetFullTypeForDeclarator() 2569 T = Context.getFunctionType(T, ArgTys.data(), ArgTys.size(), EPI); in GetFullTypeForDeclarator()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 851 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local 855 ArgTys)); in processMemMove()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1645 const QualType *ArgTys, unsigned NumArgs, in Profile() argument 1668 ID.AddPointer(ArgTys[i].getAsOpaquePtr()); in Profile()
|
/external/clang/include/clang/AST/ |
D | Type.h | 2987 arg_type_iterator ArgTys, unsigned NumArgs,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2164 ArrayRef<QualType> ArgTys,
|