Home
last modified time | relevance | path

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

123

/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dmatch.hpp18 #define BOOST_PARAMETER_MATCH_DEFAULTS(ArgTypes) \ argument
28 #define BOOST_PARAMETER_MATCH_DEFAULTS(ArgTypes) argument
40 #define BOOST_PARAMETER_MATCH(ParameterSpec, ArgTypes, name) \ argument
/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kCallingConv.h54 const auto &ArgTypes = CCInfo.ArgTypeList; in CC_M68k_Any_AssignToReg() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPrepareFunctions.cpp75 SmallVector<Type *, 4> ArgTypes; in processFunctionSignature() local
132 ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
DSPIRVRegularizer.cpp201 SmallVector<Type *, 2> ArgTypes = {OldF->getArg(0)->getType(), Arg0Ty}; in visitCallScalToVec() local
DSPIRVCallLowering.cpp88 SmallVector<Type *, 4> ArgTypes; in getOriginalFunctionType() local
DSPIRVGlobalRegistry.cpp600 SPIRVType *RetType, const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOpTypeFunction()
612 const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOrCreateOpTypeFunctionWithArgs()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp60 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
DCloneFunction.cpp313 std::vector<Type *> ArgTypes; in CloneFunction() local
/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
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() 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

123