HomeSort by relevance Sort by last modified time
    Searched refs:functype (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
builtin.go 162 typs[4] = functype(nil, []*Node{anonfield(typs[1])}, []*Node{anonfield(typs[3])})
163 typs[5] = functype(nil, nil, nil)
165 typs[7] = functype(nil, []*Node{anonfield(typs[6])}, nil)
168 typs[10] = functype(nil, []*Node{anonfield(typs[9])}, []*Node{anonfield(typs[6])})
170 typs[12] = functype(nil, []*Node{anonfield(typs[11])}, nil)
172 typs[14] = functype(nil, []*Node{anonfield(typs[13])}, nil)
174 typs[16] = functype(nil, []*Node{anonfield(typs[15])}, nil)
176 typs[18] = functype(nil, []*Node{anonfield(typs[17])}, nil)
178 typs[20] = functype(nil, []*Node{anonfield(typs[19])}, nil)
180 typs[22] = functype(nil, []*Node{anonfield(typs[21])}, nil
    [all...]
init.go 152 typ := types.NewArray(functype(nil, nil, nil), int64(renameinitgen))
mkbuiltin.go 168 case *ast.FuncType:
169 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
builtin.go 162 typs[4] = functype(nil, []*Node{anonfield(typs[1])}, []*Node{anonfield(typs[3])})
163 typs[5] = functype(nil, nil, nil)
165 typs[7] = functype(nil, []*Node{anonfield(typs[6])}, nil)
168 typs[10] = functype(nil, []*Node{anonfield(typs[9])}, []*Node{anonfield(typs[6])})
170 typs[12] = functype(nil, []*Node{anonfield(typs[11])}, nil)
172 typs[14] = functype(nil, []*Node{anonfield(typs[13])}, nil)
174 typs[16] = functype(nil, []*Node{anonfield(typs[15])}, nil)
176 typs[18] = functype(nil, []*Node{anonfield(typs[17])}, nil)
178 typs[20] = functype(nil, []*Node{anonfield(typs[19])}, nil)
180 typs[22] = functype(nil, []*Node{anonfield(typs[21])}, nil
    [all...]
init.go 152 typ := types.NewArray(functype(nil, nil, nil), int64(renameinitgen))
mkbuiltin.go 168 case *ast.FuncType:
169 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
  /prebuilts/misc/common/swig/include/2.0.11/python/
carrays.i 3 %feature("python:slot", "sq_item", functype="ssizeargfunc") NAME::__getitem__;
4 %feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") NAME::__setitem__;
pyopers.swg 45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc;
51 the "functype" attribute of the feature enables SWIG to generate
92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname;
120 %feature("python:slot", "nb_truediv", functype="binaryfunc") *::operator/;
124 %feature("python:slot", "nb_invert", functype="unaryfunc") *::operator~;
126 %feature("python:slot", "tp_call", functype="ternarycallfunc") *::operator();
189 #define %pyinplaceoper(SwigPyOper, Oper, functp, slt) %delobject Oper; %newobject Oper; %feature("python:slot", #slt, functype=#functp) Oper; %rename(SwigPyOper) Oper
std_map.i 156 %feature("python:slot", "mp_length", functype="lenfunc") __len__;
157 %feature("python:slot", "mp_subscript", functype="binaryfunc") __getitem__;
158 %feature("python:slot", "tp_iter", functype="getiterfunc") key_iterator;
287 %feature("python:slot", "mp_ass_subscript", functype="objobjargproc") __setitem__;
pycontainer.swg 713 %feature("python:slot", "tp_iter", functype="getiterfunc") iterator;
734 %feature("python:slot", "nb_nonzero", functype="inquiry") __nonzero__;
735 %feature("python:slot", "sq_length", functype="lenfunc") __len__;
764 //%feature("python:slot", "sq_item", functype="ssizeargfunc") __getitem__;
765 //%feature("python:slot", "sq_slice", functype="ssizessizeargfunc") __getslice__;
766 //%feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") __setitem__;
767 //%feature("python:slot", "sq_ass_slice", functype="ssizessizeobjargproc") __setslice__;
768 %feature("python:slot", "mp_subscript", functype="binaryfunc") __getitem__;
769 %feature("python:slot", "mp_ass_subscript", functype="objobjargproc") __setitem__;
pyiterators.swg 344 %feature("python:slot", "tp_iternext", functype="iternextfunc") SwigPyIterator::__next__;
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 83 typedef int functype(int, int); typedef in struct:InstantiateFunctionTypedef::X
84 functype func1;
85 __attribute__((noreturn)) functype func2;
88 __attribute__((stdcall)) functype stdfunc1;
91 __attribute__((pcs("aapcs"))) functype pcsfunc; // expected-warning {{calling convention 'pcs' ignored for this target}}
  /external/eigen/blas/
level2_real_impl.h 16 typedef void (*functype)(int, const Scalar*, int, const Scalar*, Scalar*, Scalar); typedef
17 static const functype func[2] = {
68 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, const Scalar&); typedef
69 static const functype func[2] = {
107 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, Scalar); typedef
108 static const functype func[2] = {
188 typedef void (*functype)(int, Scalar*, const Scalar*, Scalar); typedef
189 static const functype func[2] = {
232 typedef void (*functype)(int, Scalar*, const Scalar*, const Scalar*, Scalar); typedef
233 static const functype func[2] =
    [all...]
level2_cplx_impl.h 22 typedef void (*functype)(int, const Scalar*, int, const Scalar*, Scalar*, Scalar); typedef
23 static const functype func[2] = {
107 typedef void (*functype)(int, Scalar*, const Scalar*, RealScalar); typedef
108 static const functype func[2] = {
151 typedef void (*functype)(int, Scalar*, const Scalar*, const Scalar*, Scalar); typedef
152 static const functype func[2] = {
199 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, const Scalar&); typedef
200 static const functype func[2] = {
246 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, Scalar); typedef
247 static const functype func[2] =
    [all...]
level2_impl.h 29 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int , Scalar *, int, Scalar); typedef
30 static const functype func[4] = {
88 typedef void (*functype)(int, const Scalar *, int, Scalar *); typedef
89 static const functype func[16] = {
147 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int, Scalar *, int, const Scalar&); typedef
148 static const functype func[16] = {
352 typedef void (*functype)(int, int, const Scalar *, int, Scalar *); typedef
353 static const functype func[16] = {
426 typedef void (*functype)(int, const Scalar*, const Scalar*, Scalar*, Scalar); typedef
427 static const functype func[16] =
501 typedef void (*functype)(int, const Scalar*, Scalar*); typedef
    [all...]
level3_impl.h 16 typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar, internal::level3_blocking<Scalar,Scalar>&, Eigen::internal::GemmParallelInfo<DenseIndex>*); typedef
17 static const functype func[12] = {
82 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, internal::level3_blocking<Scalar,Scalar>&); typedef
83 static const functype func[32] = {
187 typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, const Scalar&, internal::level3_blocking<Scalar,Scalar>&); typedef
188 static const functype func[32] = {
362 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, const Scalar&, internal::level3_blocking<Scalar,Scalar>&); typedef
363 static const functype func[8] = {
569 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, const Scalar&, internal::level3_blocking<Scalar,Scalar>&); typedef
570 static const functype func[8] =
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 6 functype = CFUNCTYPE variable in class:Callbacks
17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 6 functype = CFUNCTYPE variable in class:Callbacks
17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 6 functype = CFUNCTYPE variable in class:Callbacks
17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 6 functype = CFUNCTYPE variable in class:Callbacks
17 PROTO = self.functype.im_func(typ, typ)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
119 prototype = self.functype.im_func(POINTER(c_double))
124 prototype = self.functype.im_func(object)
128 proto = self.functype.im_func(None)
157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 8 functype = CFUNCTYPE variable in class:Callbacks
19 PROTO = self.functype.im_func(typ, typ)
27 PROTO = self.functype.im_func(typ, c_byte, typ)
122 prototype = self.functype.im_func(POINTER(c_double))
127 prototype = self.functype.im_func(object)
131 proto = self.functype.im_func(None)
157 functype = WINFUNCTYPE variable in class:StdcallCallbacks
  /external/python/cpython3/Lib/ctypes/test/
test_callbacks.py 8 functype = CFUNCTYPE variable in class:Callbacks
19 PROTO = self.functype.__func__(typ, typ)
27 PROTO = self.functype.__func__(typ, c_byte, typ)
116 prototype = self.functype.__func__(POINTER(c_double))
121 prototype = self.functype.__func__(object)
125 proto = self.functype.__func__(None)
151 functype = WINFUNCTYPE variable in class:StdcallCallbacks
  /prebuilts/go/darwin-x86/src/runtime/
type.go 72 functype
295 func (t *functype) in() []*_type {
296 // See funcType in reflect/type.go for details on data layout.
297 uadd := uintptr(unsafe.Sizeof(functype{}))
304 func (t *functype) out() []*_type {
305 // See funcType in reflect/type.go for details on data layout.
306 uadd := uintptr(unsafe.Sizeof(functype{}))
314 func (t *functype) dotdotdot() bool {
381 type functype struct { type
593 ft := (*functype)(unsafe.Pointer(t)
    [all...]
syscall_windows.go 47 ft := (*functype)(unsafe.Pointer(fn._type))
  /prebuilts/go/linux-x86/src/runtime/
type.go 72 functype
295 func (t *functype) in() []*_type {
296 // See funcType in reflect/type.go for details on data layout.
297 uadd := uintptr(unsafe.Sizeof(functype{}))
304 func (t *functype) out() []*_type {
305 // See funcType in reflect/type.go for details on data layout.
306 uadd := uintptr(unsafe.Sizeof(functype{}))
314 func (t *functype) dotdotdot() bool {
381 type functype struct { type
593 ft := (*functype)(unsafe.Pointer(t)
    [all...]

Completed in 735 milliseconds

1 2