/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 27 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/ |
D | MicrosoftCXXABI.cpp | 43 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()
|
D | ItaniumCXXABI.cpp | 102 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 …]
|
D | CGCXXABI.h | 186 SmallVectorImpl<CanQualType> &ArgTys) = 0; 197 SmallVectorImpl<CanQualType> &ArgTys) = 0;
|
D | CGObjCGNU.cpp | 49 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/ |
D | Module.cpp | 205 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()
|
D | Verifier.cpp | 303 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 …]
|
D | Function.cpp | 632 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/ |
D | MBlazeIntrinsicInfo.cpp | 93 SmallVector<Type*, 8> ArgTys; in getType() local 100 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
|
/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); 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 …]
|
D | RewriteModernObjC.cpp | 2356 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/ |
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 | 683 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/ |
D | SemaLookup.cpp | 2519 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()
|
D | SemaType.cpp | 2641 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/ |
D | MemCpyOptimizer.cpp | 877 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local 881 ArgTys)); in processMemMove()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1695 const QualType *ArgTys, unsigned NumArgs, in Profile() argument 1718 ID.AddPointer(ArgTys[i].getAsOpaquePtr()); in Profile()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3019 arg_type_iterator ArgTys, unsigned NumArgs,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2325 ArrayRef<QualType> ArgTys,
|