Home
last modified time | relevance | path

Searched refs:FunctionType (Results 226 – 250 of 10244) sorted by relevance

12345678910>>...410

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp68 llvm::FunctionType *getRegisterGlobalsFnTy() const;
69 llvm::FunctionType *getCallbackFnTy() const;
70 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
190 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
219 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
308 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
337 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
460 llvm::FunctionType::get( in makeRegisterGlobalsFn()
467 llvm::FunctionType::get( in makeRegisterGlobalsFn()
575 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCUDANV.cpp68 llvm::FunctionType *getRegisterGlobalsFnTy() const;
69 llvm::FunctionType *getCallbackFnTy() const;
70 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
191 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
220 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
309 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
338 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
462 llvm::FunctionType::get( in makeRegisterGlobalsFn()
469 llvm::FunctionType::get( in makeRegisterGlobalsFn()
577 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkCentralDifferenceImageFunctionOnVectorSpeedTest.cxx68 using FunctionType = itk::CentralDifferenceImageFunction<ImageType,CoordRepType,DerivativeType>; in itkCentralDifferenceImageFunctionOnVectorSpeedTestRun() typedef
69 using OutputType = typename FunctionType::OutputType; in itkCentralDifferenceImageFunctionOnVectorSpeedTestRun()
71 typename FunctionType::Pointer function = FunctionType::New(); in itkCentralDifferenceImageFunctionOnVectorSpeedTestRun()
98 typename FunctionType::ContinuousIndexType cindex; in itkCentralDifferenceImageFunctionOnVectorSpeedTestRun()
107 typename FunctionType::PointType point; in itkCentralDifferenceImageFunctionOnVectorSpeedTestRun()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp68 llvm::FunctionType *getRegisterGlobalsFnTy() const;
69 llvm::FunctionType *getCallbackFnTy() const;
70 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
175 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
196 return llvm::FunctionType::get(VoidTy, VoidPtrTy, false); in getCallbackFnTy()
204 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
303 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
332 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
529 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
721 llvm::FunctionType *AtExitTy = in makeModuleCtorFunction()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp68 llvm::FunctionType *getRegisterGlobalsFnTy() const;
69 llvm::FunctionType *getCallbackFnTy() const;
70 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
175 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
196 return llvm::FunctionType::get(VoidTy, VoidPtrTy, false); in getCallbackFnTy()
204 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
298 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
327 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
524 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
716 llvm::FunctionType *AtExitTy = in makeModuleCtorFunction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp68 llvm::FunctionType *getRegisterGlobalsFnTy() const;
69 llvm::FunctionType *getCallbackFnTy() const;
70 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
175 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
196 return llvm::FunctionType::get(VoidTy, VoidPtrTy, false); in getCallbackFnTy()
204 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
303 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
332 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
529 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
721 llvm::FunctionType *AtExitTy = in makeModuleCtorFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DFunction.cpp24 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
31 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
36 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
45 FunctionType type, ArrayRef<NamedAttribute> attrs, in build()
76 FunctionType fnType = getType(); in print()
123 setType(FunctionType::get(newInputTypes, oldType.getResults(), getContext())); in eraseArguments()
157 FunctionType newType = getType(); in clone()
169 newType = FunctionType::get(inputTypes, newType.getResults(), getContext()); in clone()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/libs/Signals/include/signals/
H A Dslot.hpp26 template <typename Ret, typename... Args, typename FunctionType>
27 class Slot<Ret(Args...), FunctionType> : public Slot_base {
32 using Slot_function_t = FunctionType;
135 template <typename Ret, typename... Args, typename FunctionType>
136 const int Slot<Ret(Args...), FunctionType>::arity;
/dports/games/alephone/alephone-release-20190331/Source_Files/TCPMess/
H A DMessageHandler.h52 typedef void (*FunctionType)(tMessage* inMessage, tChannel* inChannel); typedef
54 TypedMessageHandlerFunction(FunctionType inFunction) in TypedMessageHandlerFunction()
64 FunctionType function() const { return mFunction; } in function()
65 void setFunction(FunctionType inFunction) { mFunction = inFunction; } in setFunction()
68 FunctionType mFunction;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp117 static Function *CreateWrapper(Function *F, FunctionType *Ty) { in CreateWrapper()
129 FunctionType::param_iterator PI = F->getFunctionType()->param_begin(); in CreateWrapper()
130 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in CreateWrapper()
227 bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
257 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule()
273 DenseMap<std::pair<Function *, FunctionType *>, Function *> Wrappers; in runOnModule()
279 FunctionType *Ty = dyn_cast<FunctionType>(PTy->getElementType()); in runOnModule()
/dports/devel/py-numba/numba-0.51.2/numba/experimental/
H A Dfunction_type.py13 from numba.core.types import (FunctionType, UndefinedFunctionType,
28 return FunctionType(sig)
36 if isinstance(fe_type, FunctionType):
44 be_type = ir.PointerType(ir.FunctionType(retty, args))
48 @register_model(FunctionType)
70 @lower_constant(FunctionType)
207 @unbox(FunctionType)
224 @box(FunctionType)
242 @lower_cast(UndefinedFunctionType, FunctionType)
248 @lower_cast(types.Dispatcher, FunctionType)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dabifunctionfield.h20 Q_ENUMS(FunctionType)
25 enum FunctionType enum
37 ABIFunctionField(const PlatformStyle *platformStyle, FunctionType type, QWidget *parent = 0);
98 FunctionType m_functionType;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 llvm::FunctionType *getRegisterGlobalsFnTy() const;
70 llvm::FunctionType *getCallbackFnTy() const;
71 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
201 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
230 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
319 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
348 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
517 llvm::FunctionType::get( in makeRegisterGlobalsFn()
524 llvm::FunctionType::get( in makeRegisterGlobalsFn()
650 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 llvm::FunctionType *getRegisterGlobalsFnTy() const;
70 llvm::FunctionType *getCallbackFnTy() const;
71 llvm::FunctionType *getRegisterLinkedBinaryFnTy() const;
201 llvm::FunctionType::get(IntTy, Params, false), in getSetupArgumentFn()
230 return llvm::FunctionType::get(VoidTy, Params, false); in getRegisterLinkedBinaryFnTy()
319 llvm::FunctionType::get(IntTy, in emitDeviceStubBodyNew()
348 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(Ty); in emitDeviceStubBodyNew()
517 llvm::FunctionType::get( in makeRegisterGlobalsFn()
524 llvm::FunctionType::get( in makeRegisterGlobalsFn()
650 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DTesting.h142 template <typename FunctionType>
143 void operator()(const FunctionType& function) const
150 template <typename FunctionType>
159 template <typename FunctionType>
169 template <typename FunctionType>
170 void operator()(const FunctionType&) const
324 template <typename FunctionType>
340 FunctionType Function;
357 template <typename FunctionType>
358 static void TryTypes(const FunctionType& function)
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Dtypesystem.h23 class FunctionType; variable
48 virtual bool visit (const FunctionType*) = 0;
49 virtual void endVisit (const FunctionType*) = 0;
77 bool visit (const FunctionType*) override;
78 void endVisit (const FunctionType*) override;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkShapedFloodFilledFunctionConditionalConstIterator.h51 using FunctionType = TFunction; variable
93 FunctionType *fnPtr,
100 FunctionType *fnPtr,
107 FunctionType *fnPtr);
207 virtual SmartPointer< FunctionType > GetFunction() const in GetFunction()
229 SmartPointer< FunctionType > m_Function;
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DFunctionTest.cpp20 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST()
42 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST()
118 Function::Create(llvm::FunctionType::get(llvm::Type::getVoidTy(C), false), in TEST()
135 FunctionType *FuncType(FunctionType::get(VoidType, false)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DFunction.cpp24 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
31 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
36 FuncOp FuncOp::create(Location location, StringRef name, FunctionType type, in create()
45 FunctionType type, ArrayRef<NamedAttribute> attrs, in build()
77 FunctionType fnType = getType(); in print()
125 FunctionType newType = getType(); in clone()
137 newType = FunctionType::get(inputTypes, newType.getResults(), getContext()); in clone()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp249 FunctionType *OriginalType;
252 FunctionType *TransformedType;
349 FunctionType *GetArgTLSTy;
350 FunctionType *GetRetvalTLSTy;
354 FunctionType *DFSanUnionFnTy;
357 FunctionType *DFSanSetLabelFnTy;
382 FunctionType *getArgsFunctionType(FunctionType *T);
383 FunctionType *getTrampolineFunctionType(FunctionType *T);
512 FunctionType *DataFlowSanitizer::getArgsFunctionType(FunctionType *T) { in getArgsFunctionType()
523 FunctionType *DataFlowSanitizer::getTrampolineFunctionType(FunctionType *T) { in getTrampolineFunctionType()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp249 FunctionType *OriginalType;
252 FunctionType *TransformedType;
349 FunctionType *GetArgTLSTy;
350 FunctionType *GetRetvalTLSTy;
354 FunctionType *DFSanUnionFnTy;
357 FunctionType *DFSanSetLabelFnTy;
382 FunctionType *getArgsFunctionType(FunctionType *T);
383 FunctionType *getTrampolineFunctionType(FunctionType *T);
512 FunctionType *DataFlowSanitizer::getArgsFunctionType(FunctionType *T) { in getArgsFunctionType()
523 FunctionType *DataFlowSanitizer::getTrampolineFunctionType(FunctionType *T) { in getTrampolineFunctionType()
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/duchain/tests/
H A Dduchain.cpp665 FunctionType::Ptr functionType = dec->type<FunctionType>(); in returnTypeGenerator()
689 FunctionType::Ptr functionType = dec->type<FunctionType>(); in returnTypeGeneratorDelegation()
720 FunctionType::Ptr functionType = dec->type<FunctionType>(); in returnTypeClass()
750 FunctionType::Ptr fType = dec->type<FunctionType>(); in declarationReturnType()
877 FunctionType::Ptr fType = dec->type<FunctionType>(); in declarationReturnTypeDocBlock()
2051 FunctionType::Ptr fType = dec->type<FunctionType>(); in unknownReturnType()
2476 FunctionType::Ptr functionType = dec->type<FunctionType>(); in returnTypeTwoDeclarations()
3910 FunctionType::Ptr funcType = closure->type<FunctionType>(); in closures()
4240 FunctionType::Ptr functionType = dec->type<FunctionType>(); in generatorAssignment()
4271 FunctionType::Ptr functionType = dec->type<FunctionType>(); in generatorClosure()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp102 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
168 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), "Inner"); in TEST_F()
176 FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
200 M.get(), FunctionType::get(Builder.getVoidTy(), {}, false), "_exit"); in TEST_F()
215 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
217 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
253 FunctionType *Int32VoidFnTy = in TEST_F()
254 FunctionType::get(Builder.getInt32Ty(), {}, false); in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp102 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
168 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), "Inner"); in TEST_F()
176 FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
200 M.get(), FunctionType::get(Builder.getVoidTy(), {}, false), "_exit"); in TEST_F()
215 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
217 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
253 FunctionType *Int32VoidFnTy = in TEST_F()
254 FunctionType::get(Builder.getInt32Ty(), {}, false); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp102 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
168 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), "Inner"); in TEST_F()
176 FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
200 M.get(), FunctionType::get(Builder.getVoidTy(), {}, false), "_exit"); in TEST_F()
215 M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
217 startFunction(M.get(), FunctionType::get(Builder.getInt32Ty(), {}, false), in TEST_F()
253 FunctionType *Int32VoidFnTy = in TEST_F()
254 FunctionType::get(Builder.getInt32Ty(), {}, false); in TEST_F()

12345678910>>...410