/external/llvm/unittests/IR/ |
D | FunctionTest.cpp | 19 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/ |
D | CGCUDABuiltin.cpp | 25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local 99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in EmitCUDADevicePrintfCallExpr() local
|
D | ObjectFilePCHContainerOperations.cpp | 107 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local 123 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
|
D | CGCUDANV.cpp | 123 std::vector<llvm::Type *> ArgTypes; in emitDeviceStubBody() local
|
D | CGCall.cpp | 356 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()
|
D | MicrosoftCXXABI.cpp | 959 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
|
D | CGStmt.cpp | 1830 std::vector<llvm::Type *> ArgTypes; in EmitAsmStmt() local
|
D | CodeGenFunction.cpp | 786 SmallVector<QualType, 16> ArgTypes; in StartFunction() local
|
D | CGBuiltin.cpp | 2001 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
|
D | CodeGenFunction.h | 3317 SmallVector<QualType, 16> ArgTypes; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | EntryExitInstrumenter.cpp | 41 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
|
D | CloneFunction.cpp | 239 std::vector<Type*> ArgTypes; in CloneFunction() local
|
D | CodeExtractor.cpp | 1104 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 273 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLImageTypeLoweringPass.cpp | 257 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
|
D | AMDGPUPromoteAlloca.cpp | 777 std::vector<Type*> ArgTypes; in handleAlloca() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 381 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/ |
D | DataFlowSanitizer.cpp | 490 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/ |
D | CloneFunction.cpp | 184 std::vector<Type*> ArgTypes; in CloneFunction() local
|
D | CodeExtractor.cpp | 442 std::vector<Type*> ArgTypes; in emitCallAndSwitchStatement() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2662 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
|
D | RewriteObjC.cpp | 2587 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/ |
D | IRBuilder.cpp | 346 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 197 typedef std::vector<llvm::Type*> ArgTypes; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 619 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local
|