/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}}
|
/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/eigen/blas/ |
level2_impl.h | 14 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int , Scalar *, int, Scalar); typedef 15 static functype func[4]; 75 typedef void (*functype)(int, const Scalar *, int, Scalar *); typedef 76 static functype func[16]; 130 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int, Scalar *, int, Scalar); typedef 131 static functype func[16]; 331 typedef void (*functype)(int, int, const Scalar *, int, Scalar *); typedef 332 static functype func[16];
|
level3_impl.h | 15 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 16 static functype func[12]; 69 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, internal::level3_blocking<Scalar,Scalar>&); typedef 70 static functype func[32]; 155 typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar, internal::level3_blocking<Scalar,Scalar>&); typedef 156 static functype func[32]; 308 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar); typedef 309 static functype func[8]; 501 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar); typedef 502 static functype func[8] [all...] |