Home
last modified time | relevance | path

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

12

/external/llvm/unittests/IR/
DFunctionTest.cpp19 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
41 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
/external/clang/lib/CodeGen/
DCGCUDABuiltin.cpp25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local
99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in EmitCUDADevicePrintfCallExpr() local
DObjectFilePCHContainerOperations.cpp107 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local
123 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
DCGCUDANV.cpp123 std::vector<llvm::Type *> ArgTypes; in emitDeviceStubBody() local
DCGCall.cpp356 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local
1506 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local
3174 CallArgList &Args, ArrayRef<QualType> ArgTypes, in EmitCallArgs()
DMicrosoftCXXABI.cpp959 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local
1012 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in EmitDynamicCastCall() local
1032 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in EmitDynamicCastToVoid() local
DCGStmt.cpp1830 std::vector<llvm::Type *> ArgTypes; in EmitAsmStmt() local
DCodeGenFunction.cpp786 SmallVector<QualType, 16> ArgTypes; in StartFunction() local
DCGBuiltin.cpp2001 llvm::Type *ArgTypes[] = {Int8PtrTy, Int8PtrTy}; in EmitBuiltinExpr() local
2029 llvm::Type *ArgTypes[] = {Int8PtrTy, IntTy}; in EmitBuiltinExpr() local
2037 llvm::Type *ArgTypes[] = {Int8PtrTy, Int8PtrTy}; in EmitBuiltinExpr() local
DCodeGenFunction.h3317 SmallVector<QualType, 16> ArgTypes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp41 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
DCloneFunction.cpp239 std::vector<Type*> ArgTypes; in CloneFunction() local
DCodeExtractor.cpp1104 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp273 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp257 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
DAMDGPUPromoteAlloca.cpp777 std::vector<Type*> ArgTypes; in handleAlloca() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp381 llvm::SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); in getArgsFunctionType() local
393 llvm::SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local
404 llvm::SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp490 SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); in getArgsFunctionType() local
502 SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local
513 SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp184 std::vector<Type*> ArgTypes; in CloneFunction() local
DCodeExtractor.cpp442 std::vector<Type*> ArgTypes; in emitCallAndSwitchStatement() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2662 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local
2785 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local
2932 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local
3095 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
3489 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
4539 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
4606 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
DRewriteObjC.cpp2587 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
2909 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
3696 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
3765 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
/external/llvm/lib/IR/
DIRBuilder.cpp346 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp197 typedef std::vector<llvm::Type*> ArgTypes; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp619 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local

12