Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go419 func (t *Type) FuncType() *FuncType { func
521 type FuncType struct { struct
522 Type
523 InCount uint16
524 OutCount uint16 // top bit is set if last input parameter is ...
527 func (t *FuncType) In(i int) *Type {
531 func (t *FuncType) NumIn() int {
535 func (t *FuncType) NumOut() int {
539 func (t *FuncType) Out(i int) *Type {
543 func (t *FuncType) InSlice() []*Type {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dmain.go121 FuncType *FuncType member
163 type FuncType struct { struct
164 Params []*Type
165 Result *Type
166 Go *ast.FuncType
Dast_go1.go19 func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList {
Dast_go118.go26 func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList {
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go310 type FuncType struct { struct
311 CommonType
312 ReturnType Type
313 ParamType []Type
316 func (t *FuncType) String() string {
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1122 using FuncType = void(int); in registerCudaPluggableAllocator() typedef
1132 using FuncType = void(); in registerCudaPluggableAllocator() typedef
1142 using FuncType = void(double, int); in registerCudaPluggableAllocator() typedef
1152 using FuncType = void*(void*, size_t*); in registerCudaPluggableAllocator() typedef
1162 using FuncType = void(void*, cudaStream_t); in registerCudaPluggableAllocator() typedef
1172 using FuncType = void( in registerCudaPluggableAllocator() typedef
1183 using FuncType = void(int, c10::cuda::MempoolId_t); in registerCudaPluggableAllocator() typedef
1193 using FuncType = void(int, c10::cuda::MempoolId_t); in registerCudaPluggableAllocator() typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp91 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMW() typedef
142 typedef Type (*FuncType)(volatile Type *, Type, Type); in testValCompareAndSwap() typedef
212 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMWThreads() typedef
H A Dtest_bitmanip_main.cpp87 typedef Type (*FuncType)(Type); in testBitManip() typedef
123 typedef Type (*FuncType)(Type); in testByteSwap() typedef
H A Dtest_arith_main.cpp254 typedef Type (*FuncType)(Type, Type); in testsFp() typedef
324 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef
H A Dtest_stacksave_main.c29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp220 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() local
232 DISubroutineType *FuncType = in CreateOldFunctionBodyAndDI() local
409 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go448 FuncType struct { struct
449 Func token.Pos // position of "func" keyword (token.NoPos if there is no "func")
450 TypeParams *FieldList // type parameters; or nil
451 Params *FieldList // (incoming) parameters; non-nil
452 Results *FieldList // (outgoing) results; or nil
504 func (x *FuncType) Pos() token.Pos {
538 func (x *FuncType) End() token.Pos {
570 func (*FuncType) exprNode() {}
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go293 FuncType struct { struct
294 ParamList []*Field
295 ResultList []*Field
296 expr
/aosp_15_r20/external/pytorch/c10/core/
H A DCompileTimeFunctionPointer.h38 using FuncType = FuncType_; member
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libjnigraphics/proxy/
Dlibjnigraphics_trampolines.cc57 using FuncType = decltype(AImageDecoderFrameInfo_getFrameRect); in DoCustomTrampoline_AImageDecoderFrameInfo_getFrameRect() typedef
/aosp_15_r20/external/cronet/base/debug/
H A Dinvalid_access_win.cc38 using FuncType = decltype(&nop_sled); typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dexprstring.go171 func writeSigExpr(buf *bytes.Buffer, sig *ast.FuncType) {
Dsignature.go106 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
/aosp_15_r20/external/pytorch/torch/utils/
H A D_contextlib.py14 FuncType = Callable[..., Any] variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/copylock/
Dcopylock.go149 func checkCopyLocksFunc(pass *analysis.Pass, name string, recv *ast.FieldList, typ *ast.FuncType) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dsignature.go95 …) funcType(sig *Signature, recvPar *syntax.Field, tparams []*syntax.Field, ftyp *syntax.FuncType) {
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Dno_destructor_benchmark.cc64 typedef const BM_Blob& (*FuncType)(); typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Dno_destructor_benchmark.cc64 typedef const BM_Blob& (*FuncType)(); typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Dno_destructor_benchmark.cc64 typedef const BM_Blob& (*FuncType)(); typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/
H A DKernelFunction_impl.h215 using FuncType = typename guts::infer_function_traits_t<std::decay_t<Lambda>>::func_type; in makeFromUnboxedLambda() local

12