Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1288 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 DVerifier.cpp4591 SmallVector<Type *, 4> ArgTys; in visitIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2231 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 DRewriteModernObjC.cpp2317 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 DCGBlocks.cpp1953 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 DCGBuiltin.cpp1663 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 DCGObjC.cpp3687 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicSetterCopyHelperFunction() local
3771 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGException.cpp1709 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
H A DCGCall.cpp536 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk() local
548 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
H A DCGObjCGNU.cpp70 SmallVector<llvm::Type *, 8> ArgTys({Types...}); in init() local
H A DItaniumCXXABI.cpp1616 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
H A DMicrosoftCXXABI.cpp1295 SmallVectorImpl<CanQualType> &ArgTys) { in buildStructorSignature()
H A DTargetInfo.cpp11204 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 DX86WinEHState.cpp389 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp446 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp142 SmallVector<Type *, 4> ArgTys; in simplifyAMDGCNImageIntrinsic() local
H A DAMDGPULibCalls.cpp591 SmallVector<llvm::Type *, 6> ArgTys; in fold_read_write_pipe() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp403 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp478 SmallVector<Type *, 16> ArgTys; in getInvokeWrapper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1553 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1819 SmallVector<Type *, 6> ArgTys; in expandAtomicOpToLibcall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1824 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 DType.cpp3323 const QualType *ArgTys, unsigned NumParams, in Profile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3378 ArrayRef<QualType> ArgTys, bool AllowRaw, in LookupLiteralOperator()
H A DSemaChecking.cpp392 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain() local