/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 28 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/ |
D | Module.cpp | 158 std::vector<Type*> ArgTys; in getOrInsertFunction() local 176 std::vector<Type*> ArgTys; in getOrInsertFunction() local
|
D | Function.cpp | 842 SmallVector<Type*, 8> ArgTys; in getType() local
|
D | Verifier.cpp | 3289 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType() 3468 SmallVector<Type *, 4> ArgTys; in visitIntrinsicCallSite() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2226 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
|
D | RewriteModernObjC.cpp | 2338 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/ |
D | X86WinEHState.cpp | 338 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 491 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST() local
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 387 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1055 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1416 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
|
D | CGCall.cpp | 374 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) }; in arrangeMSMemberPointerThunk() local 386 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
|
D | CGObjCGNU.cpp | 67 std::vector<llvm::Type *> ArgTys; in init() local
|
D | ItaniumCXXABI.cpp | 1351 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
|
D | MicrosoftCXXABI.cpp | 1233 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1533 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local 1552 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 2817 const QualType *ArgTys, unsigned NumParams, in Profile()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3023 ArrayRef<QualType> ArgTys, in LookupLiteralOperator()
|
D | SemaChecking.cpp | 222 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain() local
|