/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 419 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/ |
D | main.go | 121 FuncType *FuncType member 163 type FuncType struct { struct 164 Params []*Type 165 Result *Type 166 Go *ast.FuncType
|
D | ast_go1.go | 19 func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList {
|
D | ast_go118.go | 26 func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 310 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 D | Module.cpp | 1122 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 D | test_sync_atomic_main.cpp | 91 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 D | test_bitmanip_main.cpp | 87 typedef Type (*FuncType)(Type); in testBitManip() typedef 123 typedef Type (*FuncType)(Type); in testByteSwap() typedef
|
H A D | test_arith_main.cpp | 254 typedef Type (*FuncType)(Type, Type); in testsFp() typedef 324 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef
|
H A D | test_stacksave_main.c | 29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef
|
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 220 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/ |
D | ast.go | 448 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/ |
D | nodes.go | 293 FuncType struct { struct 294 ParamList []*Field 295 ResultList []*Field 296 expr
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | CompileTimeFunctionPointer.h | 38 using FuncType = FuncType_; member
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libjnigraphics/proxy/ |
D | libjnigraphics_trampolines.cc | 57 using FuncType = decltype(AImageDecoderFrameInfo_getFrameRect); in DoCustomTrampoline_AImageDecoderFrameInfo_getFrameRect() typedef
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | invalid_access_win.cc | 38 using FuncType = decltype(&nop_sled); typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | exprstring.go | 171 func writeSigExpr(buf *bytes.Buffer, sig *ast.FuncType) {
|
D | signature.go | 106 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | _contextlib.py | 14 FuncType = Callable[..., Any] variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/copylock/ |
D | copylock.go | 149 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/ |
D | signature.go | 95 …) funcType(sig *Signature, recvPar *syntax.Field, tparams []*syntax.Field, ftyp *syntax.FuncType) {
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | no_destructor_benchmark.cc | 64 typedef const BM_Blob& (*FuncType)(); typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor_benchmark.cc | 64 typedef const BM_Blob& (*FuncType)(); typedef
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor_benchmark.cc | 64 typedef const BM_Blob& (*FuncType)(); typedef
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/ |
H A D | KernelFunction_impl.h | 215 using FuncType = typename guts::infer_function_traits_t<std::decay_t<Lambda>>::func_type; in makeFromUnboxedLambda() local
|