Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DModule.cpp155 std::vector<Type*> ArgTys; in getOrInsertFunction() local
173 std::vector<Type*> ArgTys; in getOrInsertFunction() local
H A DFunction.cpp794 SmallVector<Type*, 8> ArgTys; in getType() local
H A DVerifier.cpp2343 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType()
2504 SmallVector<Type *, 4> ArgTys; in visitIntrinsicFunctionCall() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2225 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2318 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2335 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2354 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2376 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2397 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2420 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2439 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2454 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2469 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
H A DRewriteModernObjC.cpp2337 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2432 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2449 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2468 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2482 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2503 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2518 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2537 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2552 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2567 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DInstructionsTest.cpp489 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp370 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp946 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp970 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
989 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp457 TYPECONST Type *ArgTys[1] = { IntegerType::getInt32Ty(M.getContext()) }; in insertMemcpyInst() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1750 const QualType *ArgTys, unsigned NumParams, in Profile()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp49 std::vector<llvm::Type*> ArgTys; member in __anon9c1d04830111::LazyRuntimeFunction
H A DItaniumCXXABI.cpp1137 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
H A DMicrosoftCXXABI.cpp982 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
H A DCGCall.cpp346 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) }; in arrangeMSMemberPointerThunk() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2686 ArrayRef<QualType> ArgTys, in LookupLiteralOperator()
H A DSemaChecking.cpp188 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain() local