Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp28 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
58 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
88 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
118 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local
179 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local
209 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local
239 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local
/external/llvm/lib/IR/
DModule.cpp158 std::vector<Type*> ArgTys; in getOrInsertFunction() local
176 std::vector<Type*> ArgTys; in getOrInsertFunction() local
DFunction.cpp842 SmallVector<Type*, 8> ArgTys; in getType() local
DVerifier.cpp3289 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType()
3468 SmallVector<Type *, 4> ArgTys; in visitIntrinsicCallSite() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2226 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2319 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2336 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2355 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2377 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2398 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2421 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2440 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2455 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2470 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
DRewriteModernObjC.cpp2338 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2433 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2450 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2469 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2483 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2504 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2519 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2538 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2553 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2568 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp338 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp491 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST() local
/external/clang/lib/Basic/
DIdentifierTable.cpp387 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1055 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
/external/clang/lib/CodeGen/
DCGException.cpp1416 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
DCGCall.cpp374 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) }; in arrangeMSMemberPointerThunk() local
386 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
DCGObjCGNU.cpp67 std::vector<llvm::Type *> ArgTys; in init() local
DItaniumCXXABI.cpp1351 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
DMicrosoftCXXABI.cpp1233 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1533 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
1552 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
/external/clang/lib/AST/
DType.cpp2817 const QualType *ArgTys, unsigned NumParams, in Profile()
/external/clang/lib/Sema/
DSemaLookup.cpp3023 ArrayRef<QualType> ArgTys, in LookupLiteralOperator()
DSemaChecking.cpp222 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain() local