/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1288 SmallVector<Type*, 8> ArgTys; in getType() local 1350 SmallVectorImpl<Type *> &ArgTys, in matchIntrinsicType() 1572 SmallVectorImpl<Type *> &ArgTys) { in matchIntrinsicSignature() 1616 SmallVectorImpl<Type *> &ArgTys) { in getIntrinsicSignature() 1637 SmallVector<Type *, 4> ArgTys; in remangleIntrinsicFunction() local
|
H A D | Verifier.cpp | 4591 SmallVector<Type *, 4> ArgTys; in visitIntrinsicCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2231 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2323 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2340 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2359 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local 2381 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local 2402 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local 2425 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local 2444 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local 2459 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local 2474 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
|
H A D | RewriteModernObjC.cpp | 2317 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2412 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2429 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2448 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local 2462 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local 2483 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local 2498 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local 2517 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local 2532 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local 2547 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1953 SmallVector<QualType, 2> ArgTys; in GenerateCopyHelperFunction() local 2148 SmallVector<QualType, 1> ArgTys; in GenerateDestroyHelperFunction() local 2401 SmallVector<QualType, 2> ArgTys; in generateByrefCopyHelper() local 2477 SmallVector<QualType, 1> ArgTys; in generateByrefDisposeHelper() local
|
H A D | CGBuiltin.cpp | 1663 llvm::SmallVector<QualType, 4> ArgTys; in generateBuiltinOSLogHelperFunction() local 4537 llvm::Type *ArgTys[] = {Arg0->getType(), I8PTy, Int32Ty, Int32Ty}; in EmitBuiltinExpr() local 4550 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, I8PTy, in EmitBuiltinExpr() local 4597 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty, Int32Ty}; in EmitBuiltinExpr() local 4636 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, Int32Ty}; in EmitBuiltinExpr() local 4661 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty}; in EmitBuiltinExpr() local 4713 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr() local 4786 llvm::Type *const ArgTys[] = { in EmitBuiltinExpr() local 4836 std::vector<llvm::Type *> ArgTys = { in EmitBuiltinExpr() local
|
H A D | CGObjC.cpp | 3687 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicSetterCopyHelperFunction() local 3771 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicGetterCopyHelperFunction() local
|
H A D | CGException.cpp | 1709 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
|
H A D | CGCall.cpp | 536 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk() local 548 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
|
H A D | CGObjCGNU.cpp | 70 SmallVector<llvm::Type *, 8> ArgTys({Types...}); in init() local
|
H A D | ItaniumCXXABI.cpp | 1616 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
|
H A D | MicrosoftCXXABI.cpp | 1295 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
|
H A D | TargetInfo.cpp | 11204 llvm::SmallVector<llvm::Type *, 2> ArgTys; in createEnqueuedBlockKernel() local 11242 llvm::SmallVector<llvm::Type *, 2> ArgTys; in createEnqueuedBlockKernel() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 389 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 446 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 142 SmallVector<Type *, 4> ArgTys; in simplifyAMDGCNImageIntrinsic() local
|
H A D | AMDGPULibCalls.cpp | 591 SmallVector<llvm::Type *, 6> ArgTys; in fold_read_write_pipe() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 403 ArgQualTypes ArgTys; member in __anon6255e2070111::StdLibraryFunctionsChecker::Signature 411 Signature(ArgTypes ArgTys, RetType RetTy) { in Signature()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 478 SmallVector<Type *, 16> ArgTys; in getInvokeWrapper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1553 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1819 SmallVector<Type *, 6> ArgTys; in expandAtomicOpToLibcall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1824 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local 1843 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 3323 const QualType *ArgTys, unsigned NumParams, in Profile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3378 ArrayRef<QualType> ArgTys, bool AllowRaw, in LookupLiteralOperator()
|
H A D | SemaChecking.cpp | 392 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain() local
|